date and time created 91/03/06 18:09:53 by bostic
[unix-history] / usr / src / lib / libc / locale / ctype.3
index bfcd739..7185fde 100644 (file)
@@ -1,4 +1,4 @@
-.\"    @(#)ctype.3     6.2 (Berkeley) %G%
+.\"    @(#)ctype.3     6.4 (Berkeley) %G%
 .\"
 .TH CTYPE 3  ""
 .AT 3
 .\"
 .TH CTYPE 3  ""
 .AT 3
@@ -63,14 +63,14 @@ is a printing character, code 040(8) (space) through 0176 (tilde)
 .TP
 .I isgraph
 .I c
 .TP
 .I isgraph
 .I c
-is a printing character, like
+is a printing character, similar to
 .I isprint
 except false for space.
 .TP
 .I iscntrl
 .I c
 is a delete character (0177) or ordinary control character
 .I isprint
 except false for space.
 .TP
 .I iscntrl
 .I c
 is a delete character (0177) or ordinary control character
-(less than 040 and not isspace(c)).
+(less than 040).
 .TP
 .I isascii
 .I c
 .TP
 .I isascii
 .I c