fclose.3: Minor rewordings

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

View File

@ -39,7 +39,7 @@
.\"
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\"
.TH FCLOSE 3 1993-11-29 "GNU" "Linux Programmer's Manual"
.TH FCLOSE 3 2009-02-23 "GNU" "Linux Programmer's Manual"
.SH NAME
fclose \- close a stream
.SH SYNOPSIS
@ -49,16 +49,16 @@ fclose \- close a stream
.SH DESCRIPTION
The
.BR fclose ()
function will flush the stream pointed to by
function will flushes the stream pointed to by
.I fp
(writing any buffered output data using
.BR fflush (3))
and close the underlying file descriptor.
and closes the underlying file descriptor.
.SH "RETURN VALUE"
Upon successful completion 0 is returned.
Otherwise,
.B EOF
is returned and the global variable
is returned and
.I errno
is set to indicate the error.
In either case any further access