diff options
| -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 |
