summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/getopt_long.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/glibc-functions/getopt_long.texi')
-rw-r--r--doc/glibc-functions/getopt_long.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/glibc-functions/getopt_long.texi b/doc/glibc-functions/getopt_long.texi
index b21f520679..5d05b76848 100644
--- a/doc/glibc-functions/getopt_long.texi
+++ b/doc/glibc-functions/getopt_long.texi
@@ -35,11 +35,11 @@ glibc 2.11.
@item
The function @code{getopt_long} does not support the @samp{+} flag in
the options string on some platforms:
-Mac OS X 10.13, AIX 5.2, Solaris 10.
+macOS 11.1, AIX 5.2, Solaris 10.
@item
The value of @code{optind} after a missing required argument is wrong
on some platforms:
-Mac OS X 10.13.
+macOS 11.1.
@item
The function @code{getopt_long} does not obey the @samp{-} flag in the
options string when @env{POSIXLY_CORRECT} is set on some platforms:
@@ -51,7 +51,7 @@ NetBSD, Cygwin 1.7.0.
@item
The function @code{getopt_long} does not support options with optional
arguments on some platforms:
-Mac OS X 10.13, OpenBSD 4.0, AIX 5.2, IRIX 6.5, Solaris 11 2010-11, Cygwin 1.5.x.
+macOS 11.1, OpenBSD 4.0, AIX 5.2, IRIX 6.5, Solaris 11 2010-11, Cygwin 1.5.x.
@item
This function crashes if the option string includes @code{W;} but
there are no long options, on some platforms: