diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-10 20:49:38 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-10 20:49:38 +0000 |
| commit | 7f55e48eb1e39c50dbb9a057916642327dc3bbf9 (patch) | |
| tree | e7e8df637414e0e2d55a640ab957467a620213f2 /lib/libc | |
| parent | 3938427761504e187ccf1fb194b52aacdfb85577 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/getc.3 | 8 |
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 |
