From: Eric Blake Date: Thu, 31 Dec 2009 15:48:16 +0000 (-0700) Subject: doc: correct availability of cygwin 1.5.x getopt X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f8903d4b15b30b6b3da2c0632fef3e626129fd;p=pspp 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 --- diff --git a/ChangeLog b/ChangeLog index f441219923..102df1c6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-12-31 Eric Blake + 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. diff --git a/doc/posix-functions/optarg.texi b/doc/posix-functions/optarg.texi index 2e30aef16e..26c7666c64 100644 --- a/doc/posix-functions/optarg.texi +++ b/doc/posix-functions/optarg.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @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 e8eb69a230..9dcf45fcba 100644 --- a/doc/posix-functions/opterr.texi +++ b/doc/posix-functions/opterr.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @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 96a248effd..66cf3c4742 100644 --- a/doc/posix-functions/optind.texi +++ b/doc/posix-functions/optind.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @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 fb5f175f0d..a9624c3188 100644 --- a/doc/posix-functions/optopt.texi +++ b/doc/posix-functions/optopt.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @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 50aa46efc9..9452a938bf 100644 --- a/doc/posix-functions/tzname.texi +++ b/doc/posix-functions/tzname.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @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.