diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-19 16:24:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-19 16:24:41 +0000 |
commit | 2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7 (patch) | |
tree | c81107687bb1f4da6043531301d7a22edcefc664 /manual/stdio.texi | |
parent | 3081378bb23b20ff12e30204ef324183d38d3482 (diff) | |
download | glibc-2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7.tar.gz glibc-2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7.tar.xz glibc-2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7.zip |
Update.
1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/terminal.texi (I/O Queues): Fix typo. * manual/stdio.texi (Closing Streams): Fix grammar. * manual/arith.texi (Absolute Value): Correct typo. Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index 84b2ffd1cb..1108b0c1fe 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -296,10 +296,10 @@ is written and any buffered input is discarded. The @code{fcloseall} function returns a value of @code{0} if all the files were closed successfully, and @code{EOF} if an error was detected. -This function should be used in only in special situation, e.g., when an +This function should be used only in special situation, e.g., when an error occurred and the program must be aborted. Normally each single stream should be closed separately so that problems with one stream can -be identifier. It is also problematic since the standard streams +be identified. It is also problematic since the standard streams (@pxref{Standard Streams}) will also be closed. The function @code{fcloseall} is declared in @file{stdio.h}. |