fflush.3: Fix wording error

See http://bugs.debian.org/cgi-bin/bugreport.cgi?614021

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Regid Ichira 2011-09-14 09:21:46 +02:00 committed by Michael Kerrisk
parent 4c4d76cd30
commit 20479b6639
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ via the stream's underlying write function.
For input streams,
.BR fflush ()
discards any buffered data that has been fetched from the underlying file,
but has not been by the application.
but has not been consumed by the application.
The open status of the stream is unaffected.
.PP
If the