diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-12-07 05:12:51 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-12-07 05:12:51 +0000 |
| commit | 5745b7c5af7d081f28b2b421adcfd19a3e199362 (patch) | |
| tree | 76eb3b7a6072f306a1d8f6762234bc43bd63b4a1 | |
| parent | 774114995e4b7bf42d66f76239fd5658ff58819d (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdio/getc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 570867b56c5b..83a353d1382d 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -60,7 +60,7 @@ .Ft int .Fn getchar .Ft int -.Fn getchar_unlocked "FILE *stream" +.Fn getchar_unlocked "void" .Ft int .Fn getw "FILE *stream" .Sh DESCRIPTION |
