summaryrefslogtreecommitdiff
path: root/doc/glibc-headers/getopt.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/glibc-headers/getopt.texi')
-rw-r--r--doc/glibc-headers/getopt.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/glibc-headers/getopt.texi b/doc/glibc-headers/getopt.texi
index f590a5f957..4c80185df8 100644
--- a/doc/glibc-headers/getopt.texi
+++ b/doc/glibc-headers/getopt.texi
@@ -30,10 +30,10 @@ The function @code{getopt_long} is missing on some platforms:
IRIX 6.5, Solaris 9.
@item
The function @code{getopt_long_only} is missing on some platforms:
-FreeBSD 5.2.1, NetBSD 5.0, IRIX 6.5, Solaris 9, mingw.
+FreeBSD 5.2.1, NetBSD 9.0, IRIX 6.5, Solaris 9, mingw.
@item
The method to reset options is incompatible on some platforms:
-FreeBSD 6.0, NetBSD 5.0(?), OpenBSD 3.8, Cygwin 1.5.x, mingw.
+FreeBSD 6.0, NetBSD 9.0(?), OpenBSD 3.8, Cygwin 1.5.x, mingw.
@item
The function @code{getopt} does not handle a leading @samp{+} character in
the options string on some platforms: