# HG changeset patch # User Paul Eggert # Date 1356559223 28800 # Node ID 1c4d62fce4a14fbee9ea1111e5f0bcbfa21304fa # Parent b1657348957eaa7012a393a4ab809abeaf1b7ed7 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. diff -r b1657348957e -r 1c4d62fce4a1 ChangeLog --- a/ChangeLog Wed Dec 26 13:38:22 2012 -0800 +++ b/ChangeLog Wed Dec 26 14:00:23 2012 -0800 @@ -1,5 +1,15 @@ 2012-12-27 Paul Eggert + 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. diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/fgetc.texi --- a/doc/posix-functions/fgetc.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/fgetc.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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 diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/fgets.texi --- a/doc/posix-functions/fgets.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/fgets.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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 diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/fread.texi --- a/doc/posix-functions/fread.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/fread.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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 diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/fscanf.texi --- a/doc/posix-functions/fscanf.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/fscanf.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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 diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/getc.texi --- a/doc/posix-functions/getc.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/getc.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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 diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/getchar.texi --- a/doc/posix-functions/getchar.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/getchar.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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 diff -r b1657348957e -r 1c4d62fce4a1 doc/posix-functions/scanf.texi --- a/doc/posix-functions/scanf.texi Wed Dec 26 13:38:22 2012 -0800 +++ b/doc/posix-functions/scanf.texi Wed Dec 26 14:00:23 2012 -0800 @@ -18,7 +18,7 @@ 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