Remove unnecessary quoting and markup, add missing punctuation.

PR:		140494
Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>, bde
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2010-01-08 22:02:42 +00:00
parent 78eb86c35d
commit 37dc3d28cb

View File

@ -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