Fix grammar.
PR: 140457 Submitted by: jeremyhu AT apple.com MFC after: 2 weeks
This commit is contained in:
parent
8cd680f8c3
commit
208aa01fbd
@ -47,16 +47,16 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Fn isspace
|
.Fn isspace
|
||||||
function tests for the white-space characters.
|
function tests for white-space characters.
|
||||||
For any locale, this includes the following standard characters:
|
For any locale, this includes the following standard characters:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -column \&`\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___
|
.Bl -column \&`\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___
|
||||||
.It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
|
.It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
In the "C" locale
|
In the "C" locale,
|
||||||
.Fn isspace
|
.Fn isspace
|
||||||
successful test is limited to this characters only.
|
returns non-zero for these characters only.
|
||||||
The value of the argument must be representable as an
|
The value of the argument must be representable as an
|
||||||
.Vt "unsigned char"
|
.Vt "unsigned char"
|
||||||
or the value of
|
or the value of
|
||||||
|
Loading…
Reference in New Issue
Block a user