summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 10:01:52 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 10:01:52 +0000
commit9f754871d1df357b51c172b0fc6c530f236fd199 (patch)
treee77bb095b2277e42f7dfff1b777e44af370de021 /lib/libc/stdio
parent0d5348f9eaec7c207d5ef35e652ebf4c5bd97705 (diff)
downloadFreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.zip
FreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.tar.gz
Add or correct section number in .Xr. Use .Vt or .Fn
instead of .Xr when needed
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fflush.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index e57fc37..6fa6d23 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,
OpenPOWER on IntegriCloud