I've added this to my queue.
From: Eric Blake <[email protected]> Date: Thu, 31 Dec 2009 08:48:16 -0700 Subject: [PATCH] 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 <[email protected]> --- ChangeLog | 10 ++++++++++ doc/posix-functions/optarg.texi | 2 +- doc/posix-functions/opterr.texi | 2 +- doc/posix-functions/optind.texi | 2 +- doc/posix-functions/optopt.texi | 2 +- doc/posix-functions/tzname.texi | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 420e14c..58e6313 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2009-12-31 Eric Blake <[email protected]> + 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. + +2009-12-31 Eric Blake <[email protected]> + openat: update maintainer * modules/openat (Maintainer): Add myself. diff --git a/doc/posix-functions/optarg.texi b/doc/posix-functions/optarg.texi index 2e30aef..26c7666 100644 --- a/doc/posix-functions/optarg.texi +++ b/doc/posix-functions/optarg.texi @@ -14,5 +14,5 @@ optarg @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 diff --git a/doc/posix-functions/opterr.texi b/doc/posix-functions/opterr.texi index e8eb69a..9dcf45f 100644 --- a/doc/posix-functions/opterr.texi +++ b/doc/posix-functions/opterr.texi @@ -14,5 +14,5 @@ opterr @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 diff --git a/doc/posix-functions/optind.texi b/doc/posix-functions/optind.texi index 96a248e..66cf3c4 100644 --- a/doc/posix-functions/optind.texi +++ b/doc/posix-functions/optind.texi @@ -14,5 +14,5 @@ optind @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 diff --git a/doc/posix-functions/optopt.texi b/doc/posix-functions/optopt.texi index fb5f175..a9624c3 100644 --- a/doc/posix-functions/optopt.texi +++ b/doc/posix-functions/optopt.texi @@ -14,5 +14,5 @@ optopt @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 diff --git a/doc/posix-functions/tzname.texi b/doc/posix-functions/tzname.texi index 50aa46e..9452a93 100644 --- a/doc/posix-functions/tzname.texi +++ b/doc/posix-functions/tzname.texi @@ -14,7 +14,7 @@ tzname @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. -- 1.6.4.2
