mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFC: r201836
Remove unnecessary quoting and markup, add missing punctuation.
This commit is contained in:
parent
8e52edcf3b
commit
82dd0f696c
1 changed files with 2 additions and 3 deletions
|
|
@ -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 a new issue