diff options
Diffstat (limited to 'sgetopt.3')
| -rw-r--r-- | sgetopt.3 | 28 |
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 | ||
| 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) | ||
