summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-08-16 03:09:33 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-08-16 03:09:33 +0000
commit7bc6682520991f42b06f9f44b680d351b7980645 (patch)
treea89ddac9c7d3258120a490980b1845d30b78aaca /lib
parente0cebb40278c281586e49800e00f16bb6b2a9e80 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/getc.36
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 79fd0dcc8b4b..0a6a649b2ab6 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -77,11 +77,7 @@ The
.Fn getchar
function
is equivalent to
-.Fn getc
-with a
-.Fa stream
-of
-.Dv stdin .
+.Fn getc stdin .
.Pp
The
.Fn getw