changeset 12878:b1c514f314de

Tweak comments.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Feb 2010 00:17:12 +0100
parents 2e190fad4cfe
children 037f6bf7ec72
files ChangeLog lib/stdio.in.h
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-20  Bruno Haible  <bruno@clisp.org>
+
+	* lib/stdio.in.h: Tweak comments.
+
 2010-02-19  Bruno Haible  <bruno@clisp.org>
 
 	Make it easier to find modules. New gnulib-tool option '--find'.
--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
@@ -200,6 +200,7 @@
                  "use gnulib module freopen for portability");
 #endif
 
+
 /* Set up the following warnings, based on which modules are in use.
    GNU Coding Standards discourage the use of fseek, since it imposes
    an arbitrary limitation on some 32-bit hosts.  Remember that the
@@ -226,7 +227,7 @@
    defined to silence the warning in particular compilation units.
 
    Most gnulib clients that perform stream operations should fall into
-   category three.  */
+   category 3.  */
 
 #if @GNULIB_FSEEK@
 # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES
@@ -280,7 +281,8 @@
                  "use fseeko function for handling of large files");
 #endif
 
-/* See the comments on fseek/fseeko.  */
+
+/* ftell, ftello.  See the comments on fseek/fseeko.  */
 
 #if @GNULIB_FTELL@
 # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES
@@ -332,6 +334,7 @@
                  "use ftello function for handling of large files");
 #endif
 
+
 #if @GNULIB_FWRITE@ && @REPLACE_STDIO_WRITE_FUNCS@ && @GNULIB_STDIO_H_SIGPIPE@
 # undef fwrite
 # define fwrite rpl_fwrite