summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getc.3
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2010-01-08 22:02:42 +0000
committerbrueffer <brueffer@FreeBSD.org>2010-01-08 22:02:42 +0000
commitca938e57e7490deb967828949eb8d4b9f90bd349 (patch)
treea56276140d1e25f7e30a713d4a1070e4122bcd43 /lib/libc/stdio/getc.3
parentc897b01abd50607863c37d51ae17b6c8d3b03014 (diff)
downloadFreeBSD-src-ca938e57e7490deb967828949eb8d4b9f90bd349.zip
FreeBSD-src-ca938e57e7490deb967828949eb8d4b9f90bd349.tar.gz
Remove unnecessary quoting and markup, add missing punctuation.
PR: 140494 Submitted by: Jeremy Huddleston <jeremyhu@apple.com>, bde MFC after: 1 week
Diffstat (limited to 'lib/libc/stdio/getc.3')
-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 c8b9386..d0f3c15 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
OpenPOWER on IntegriCloud