changeset 12556:bcae052201f8

doc: correct availability of cygwin 1.5.x getopt * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt variables. * doc/posix-functions/opterr.texi (opterr): Likewise. * doc/posix-functions/optind.texi (optind): Likewise. * doc/posix-functions/optopt.texi (optopt): Likewise. * doc/posix-functions/tzname.texi (tzname): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 31 Dec 2009 08:48:16 -0700
parents 096a1d90bc18
children 8d8b5f27eb21
files ChangeLog doc/posix-functions/optarg.texi doc/posix-functions/opterr.texi doc/posix-functions/optind.texi doc/posix-functions/optopt.texi doc/posix-functions/tzname.texi
diffstat 6 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-12-31  Eric Blake  <ebb9@byu.net>
 
+	doc: correct availability of cygwin 1.5.x getopt
+	* doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
+	variables.
+	* doc/posix-functions/opterr.texi (opterr): Likewise.
+	* doc/posix-functions/optind.texi (optind): Likewise.
+	* doc/posix-functions/optopt.texi (optopt): Likewise.
+	* doc/posix-functions/tzname.texi (tzname): Likewise.
+
 	openat: update maintainer
 	* modules/openat (Maintainer): Add myself.
 
--- a/doc/posix-functions/optarg.texi
+++ b/doc/posix-functions/optarg.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This variable is missing on some platforms:
-MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x.
+MacOS X 10.3, IRIX 6.5, OSF/1 5.1.
 @end itemize
--- a/doc/posix-functions/opterr.texi
+++ b/doc/posix-functions/opterr.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This variable is missing on some platforms:
-IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x.
+IRIX 6.5, OSF/1 5.1.
 @end itemize
--- a/doc/posix-functions/optind.texi
+++ b/doc/posix-functions/optind.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This variable is missing on some platforms:
-IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x.
+IRIX 6.5, OSF/1 5.1.
 @end itemize
--- a/doc/posix-functions/optopt.texi
+++ b/doc/posix-functions/optopt.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This variable is missing on some platforms:
-MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin 1.5.x.
+MacOS X 10.3, IRIX 6.5, OSF/1 5.1.
 @end itemize
--- a/doc/posix-functions/tzname.texi
+++ b/doc/posix-functions/tzname.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This variable is missing on some platforms:
-IRIX 6.5, OSF/1 5.1, Cygwin, mingw.
+IRIX 6.5, OSF/1 5.1, mingw.
 @item
 The address of this variable is not a compile-time constant on some platforms:
 Cygwin, mingw.