debian/rules: Use `git' potty wrapper.
[qmail] / sgetopt.3
1 .TH sgetopt 3
2 .SH NAME
3 sgetopt \- get option character from command line
4 .SH SYNTAX
5 .B #include <sgetopt.h>
6 .SH DESCRIPTION
7 The
8 .B sgetopt
9 library is just like the
10 .B getopt
11 library,
12 except that it prints errors using
13 .B substdio
14 rather than
15 .BR stdio .
16
17 See
18 .B getopt(3)
19 for interface details.
20 .SH VERSION
21 sgetopt version 1.9, 931201.
22 .SH AUTHOR
23 Placed into the public domain by Daniel J. Bernstein.
24 .SH "SEE ALSO"
25 getopt(3),
26 subgetopt(3),
27 subfd(3),
28 substdio(3)