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