aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2010-01-15 19:48:14 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2010-01-15 19:48:14 +0000
commit8f7a6e7ffbd62c24a3fbed87e25eb31b9699ccf8 (patch)
treea0e73108b81e23fcd5edcdaabdd2b21a57dbb50a /lib
parentbf3d6d8d9698ef6a2d76a6a91bd701129a4ca76e (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/getc.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 6b73e492c9ab..b20ce2f8713b 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 "void"
+.Fn getchar_unlocked void
.Ft int
.Fn getw "FILE *stream"
.Sh DESCRIPTION
@@ -145,7 +145,7 @@ until the condition is cleared with
.Sh STANDARDS
The
.Fn fgetc ,
-.Fn getc
+.Fn getc ,
and
.Fn getchar
functions
@@ -171,4 +171,3 @@ The size and byte order of an
varies from one machine to another, and
.Fn getw
is not recommended for portable applications.
-.Pp