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.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/lib/libc/gen/isblank.3 2003/08/07 16:42:51 1.10 +++ src/lib/libc/gen/isblank.3 2006/10/05 22:34:52 1.11 @@ -1,4 +1,4 @@ -.\" $NetBSD: isblank.3,v 1.10 2003/08/07 16:42:51 agc Exp $ +.\" $NetBSD: isblank.3,v 1.11 2006/10/05 22:34:52 rillig Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)isspace.3 5.3 (Berkeley) 7/31/91 .\" -.Dd September 14, 1993 +.Dd October 6, 2006 .Dt ISBLANK 3 .Os .Sh NAME @@ -66,7 +66,7 @@ returns true only for the standard blank .Sh RETURN VALUES The .Fn isblank -macro returns zero if the character tests false and +function returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO .Xr isalnum 3 , @@ -93,4 +93,4 @@ must be .Dv EOF or representable as an .Li unsigned char ; -otherwise, the result is undefined. +otherwise, the behavior is undefined.