summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-08-10 20:49:38 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-08-10 20:49:38 +0000
commit7f55e48eb1e39c50dbb9a057916642327dc3bbf9 (patch)
treee7e8df637414e0e2d55a640ab957467a620213f2 /lib
parent3938427761504e187ccf1fb194b52aacdfb85577 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/getc.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index db69606ba673..79fd0dcc8b4b 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -76,8 +76,12 @@ but is a macro that expands in-line.
The
.Fn getchar
function
-is equivalent to:
-getc with the argument stdin.
+is equivalent to
+.Fn getc
+with a
+.Fa stream
+of
+.Dv stdin .
.Pp
The
.Fn getw