diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-06-08 10:01:52 +0000 | 
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-06-08 10:01:52 +0000 | 
| commit | 0d511e328fd169d8100033231eb01942a43a4662 (patch) | |
| tree | e77bb095b2277e42f7dfff1b777e44af370de021 /lib/libc/stdio | |
| parent | 9703a107f2aaf3a6ba28fdf62e7ca9170a508cc1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/fflush.3 | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index e57fc37983e0..6fa6d23ea4a5 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -77,7 +77,7 @@ For input streams this discards any input read from the underlying object  but not yet obtained via  .Xr getc 3 ;  this includes any text pushed back via -.Xr ungetc . +.Xr ungetc 3 .  .Sh RETURN VALUES  Upon successful completion 0 is returned.  Otherwise,  | 
