summaryrefslogtreecommitdiff
path: root/doc/glibc-headers
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-13 01:23:35 +0200
committerBruno Haible <bruno@clisp.org>2009-08-13 01:23:35 +0200
commit1dff1a67c56bb2c61eaf9b074392b0d4593b3278 (patch)
tree78f51ea175f382ce7eb18a7a4bc0e965e0ddea1d /doc/glibc-headers
parent0e63c644f4a786b7a096c440c66ae8694258a168 (diff)
downloadgnulib-1dff1a67c56bb2c61eaf9b074392b0d4593b3278.tar.gz
New modules 'getopt-posix', 'getopt-gnu'.
Diffstat (limited to 'doc/glibc-headers')
-rw-r--r--doc/glibc-headers/getopt.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/glibc-headers/getopt.texi b/doc/glibc-headers/getopt.texi
index b112ab6f5b..199c44937b 100644
--- a/doc/glibc-headers/getopt.texi
+++ b/doc/glibc-headers/getopt.texi
@@ -18,7 +18,7 @@ Documentation:
@uref{http://www.kernel.org/doc/man-pages/online/pages/man3/getopt.3.html,,man getopt}.
@end itemize
-Gnulib module: getopt
+Gnulib module: getopt-gnu
Portability problems fixed by Gnulib:
@itemize
@@ -26,8 +26,11 @@ Portability problems fixed by Gnulib:
This header file is missing on some platforms:
AIX 5.1, HP-UX 11, Interix 3.5.
@item
+The function @code{getopt_long} is missing on some platforms:
+IRIX 6.5, OSF/1 5.1, Solaris 9.
+@item
The function @code{getopt_long_only} is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, IRIX 6.5, OSF/1 5.1, mingw.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw.
@item
The method to reset options is incompatible on some platforms:
FreeBSD 6.0, NetBSD 3.0(?), OpenBSD 3.8, Cygwin(?), mingw.