diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-23 20:26:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-23 20:26:58 +0000 |
| commit | 8b79908889697b8b83d1ba24c61e8a2be26cee4a (patch) | |
| tree | 9d62c7805ffd751ef6840b14c301b7e076dcde72 | |
| parent | 35d6c7f50eb29819dd267810b3a41659326dc4a5 (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdio/getc.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/getwc.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 6b73e492c9ab..25c9be41c1b1 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -58,7 +58,7 @@ .Ft int .Fn getc_unlocked "FILE *stream" .Ft int -.Fn getchar +.Fn getchar void .Ft int .Fn getchar_unlocked "void" .Ft int diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index 6e4069c59bc3..4939ad143c27 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -56,7 +56,7 @@ .Ft wint_t .Fn getwc "FILE *stream" .Ft wint_t -.Fn getwchar +.Fn getwchar void .Sh DESCRIPTION The .Fn fgetwc |
