fflush.3: Minor rewordings

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-23 15:32:28 +13:00
parent 0dc60a9902
commit 9e39c4da05
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org> .\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified 2001-10-16 by John Levon <moz@compsoc.man.ac.uk> .\" Modified 2001-10-16 by John Levon <moz@compsoc.man.ac.uk>
.\" .\"
.TH FFLUSH 3 1993-11-29 "GNU" "Linux Programmer's Manual" .TH FFLUSH 3 2009-02-23 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fflush \- flush a stream fflush \- flush a stream
.SH SYNOPSIS .SH SYNOPSIS
@ -69,7 +69,7 @@ For a non-locking counterpart, see
Upon successful completion 0 is returned. Upon successful completion 0 is returned.
Otherwise, Otherwise,
.B EOF .B EOF
is returned and the global variable is returned and
.I errno .I errno
is set to indicate the error. is set to indicate the error.
.SH ERRORS .SH ERRORS
@ -82,7 +82,7 @@ The function
.BR fflush () .BR fflush ()
may also fail and set may also fail and set
.I errno .I errno
for any of the errors specified for the routine for any of the errors specified for
.BR write (2). .BR write (2).
.SH "CONFORMING TO" .SH "CONFORMING TO"
C89, C99. C89, C99.