# 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 --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/doc/posix-functions/fgetc.texi b/doc/posix-functions/fgetc.texi --- a/doc/posix-functions/fgetc.texi +++ b/doc/posix-functions/fgetc.texi @@ -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 --git a/doc/posix-functions/fgets.texi b/doc/posix-functions/fgets.texi --- a/doc/posix-functions/fgets.texi +++ b/doc/posix-functions/fgets.texi @@ -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 --git a/doc/posix-functions/fread.texi b/doc/posix-functions/fread.texi --- a/doc/posix-functions/fread.texi +++ b/doc/posix-functions/fread.texi @@ -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 --git a/doc/posix-functions/fscanf.texi b/doc/posix-functions/fscanf.texi --- a/doc/posix-functions/fscanf.texi +++ b/doc/posix-functions/fscanf.texi @@ -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 --git a/doc/posix-functions/getc.texi b/doc/posix-functions/getc.texi --- a/doc/posix-functions/getc.texi +++ b/doc/posix-functions/getc.texi @@ -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 --git a/doc/posix-functions/getchar.texi b/doc/posix-functions/getchar.texi --- a/doc/posix-functions/getchar.texi +++ b/doc/posix-functions/getchar.texi @@ -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 --git a/doc/posix-functions/scanf.texi b/doc/posix-functions/scanf.texi --- a/doc/posix-functions/scanf.texi +++ b/doc/posix-functions/scanf.texi @@ -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