Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/isblank.3,v retrieving revision 1.4 retrieving revision 1.4.12.1 diff -u -p -r1.4 -r1.4.12.1 --- src/lib/libc/gen/isblank.3 1998/02/05 18:47:07 1.4 +++ src/lib/libc/gen/isblank.3 2001/10/08 20:19:08 1.4.12.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: isblank.3,v 1.4 1998/02/05 18:47:07 perry Exp $ +.\" $NetBSD: isblank.3,v 1.4.12.1 2001/10/08 20:19:08 nathanw Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -62,7 +62,7 @@ Space character. Horizontal tab. .El .Pp -In the +In the .Em ``C'' locale, .Fn isblank @@ -73,9 +73,9 @@ The macro returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO -.Xr isascii 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -85,8 +85,8 @@ returns non-zero if the character tests .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7