summaryrefslogtreecommitdiff
path: root/doc/posix-functions/optind.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-14 19:08:31 +0100
committerBruno Haible <bruno@clisp.org>2008-12-14 19:10:34 +0100
commite2bc86f63c5d0d0e940c2af05c4681bfc22e27bd (patch)
treeffd502808ce941540d63ba13f7a6f75c229f6f2b /doc/posix-functions/optind.texi
parent943ae74f655c15b4c7bef0b1285cf353bf076f7c (diff)
downloadgnulib-e2bc86f63c5d0d0e940c2af05c4681bfc22e27bd.tar.gz
Move documentation for glibc functions that are now in POSIX.
Diffstat (limited to 'doc/posix-functions/optind.texi')
-rw-r--r--doc/posix-functions/optind.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/posix-functions/optind.texi b/doc/posix-functions/optind.texi
new file mode 100644
index 0000000000..08a9db4ee4
--- /dev/null
+++ b/doc/posix-functions/optind.texi
@@ -0,0 +1,18 @@
+@node optind
+@section @code{optind}
+@findex optind
+
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/optind.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This variable is missing on some platforms:
+IRIX 6.5, OSF/1 5.1, Cygwin.
+@end itemize