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:
parent
78eb86c35d
commit
37dc3d28cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user