Correct name of POSIX.1-2001.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Dec 2012 22:00:23 +0000 (14:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Dec 2012 09:24:17 +0000 (01:24 -0800)
* doc/posix-functions/fgetc.texi (fgetc):
* doc/posix-functions/fgets.texi (fgets):
* doc/posix-functions/fread.texi (fread):
* doc/posix-functions/fscanf.texi (fscanf):
* doc/posix-functions/getc.texi (getc):
* doc/posix-functions/getchar.texi (getchar):
* doc/posix-functions/scanf.texi (scanf):
POSIX.1-2001, not POSIX-2001.

ChangeLog
doc/posix-functions/fgetc.texi
doc/posix-functions/fgets.texi
doc/posix-functions/fread.texi
doc/posix-functions/fscanf.texi
doc/posix-functions/getc.texi
doc/posix-functions/getchar.texi
doc/posix-functions/scanf.texi

index b7b6a16..b50db1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2012-12-27  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Correct name of POSIX.1-2001.
+       * doc/posix-functions/fgetc.texi (fgetc):
+       * doc/posix-functions/fgets.texi (fgets):
+       * doc/posix-functions/fread.texi (fread):
+       * doc/posix-functions/fscanf.texi (fscanf):
+       * doc/posix-functions/getc.texi (getc):
+       * doc/posix-functions/getchar.texi (getchar):
+       * doc/posix-functions/scanf.texi (scanf):
+       POSIX.1-2001, not POSIX-2001.
+
        doc: move README into manual
        * README: Move contents to new file doc/gnulib-readme.texi.
        Replace with a one-line summary.
index 55033fa..8409230 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if
index 2eb8aa2..02fb3bd 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if
index 626d61f..6ce87fd 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if
index cd3d6ec..c4ef16e 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if
index 2069cdc..7634128 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if
index 37ee44b..f1dfe9d 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if
index 0948e5f..05a3187 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 9.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-C99 and POSIX-2001 and later require end-of-file to be sticky, that
+C99 and POSIX.1-2001 and later require end-of-file to be sticky, that
 is, they require this function to act as if it reads end-of-file if
 @code{feof} would return nonzero.  However, on some systems this
 function attempts to read from the underlying file descriptor even if