diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2010-01-15 19:44:40 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2010-01-15 19:44:40 +0000 |
| commit | a61ac5f8a084ffef79569caa01e3da0a5ee40647 (patch) | |
| tree | b39c8c76732c6ee656a6d8736ff3b5b66629f89b /lib | |
| parent | 00f92d29098e2f834f83b8be887570d33b44ad53 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdio/getc.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index c8b938664f28..d0f3c15f0728 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -56,7 +56,7 @@ .Ft int .Fn getchar void .Ft int -.Fn getchar_unlocked "void" +.Fn getchar_unlocked void .Ft int .Fn getw "FILE *stream" .Sh DESCRIPTION @@ -141,7 +141,7 @@ until the condition is cleared with .Sh STANDARDS The .Fn fgetc , -.Fn getc +.Fn getc , and .Fn getchar functions @@ -167,4 +167,3 @@ The size and byte order of an varies from one machine to another, and .Fn getw is not recommended for portable applications. -.Pp |
