summaryrefslogtreecommitdiffstats
path: root/sgetopt.3
diff options
context:
space:
mode:
Diffstat (limited to 'sgetopt.3')
-rw-r--r--sgetopt.328
1 files changed, 28 insertions, 0 deletions
diff --git a/sgetopt.3 b/sgetopt.3
new file mode 100644
index 0000000..bde0c2b
--- /dev/null
+++ b/sgetopt.3
@@ -0,0 +1,28 @@
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)