Clarify ' ' space issue
This commit is contained in:
parent
f6abb36383
commit
8ede26d773
@ -51,7 +51,8 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn isgraph
|
||||
function tests for any printing character except space.
|
||||
function tests for any printing character except space (' ') and other
|
||||
locale specific space-like characters.
|
||||
For single C
|
||||
.Va char Ns s
|
||||
locales (see
|
||||
|
@ -51,7 +51,7 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn isprint
|
||||
function tests for any printing character including space.
|
||||
function tests for any printing character including space (' ').
|
||||
For single C
|
||||
.Va char Ns s
|
||||
locales (see
|
||||
|
Loading…
Reference in New Issue
Block a user