diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/getc.3 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 79fd0dc..0a6a649 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 |