Clarify ' ' space issue

This commit is contained in:
Andrey A. Chernov 2001-12-05 16:33:11 +00:00
parent f6abb36383
commit 8ede26d773
2 changed files with 3 additions and 2 deletions

View File

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

View File

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