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/isprint.3,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/lib/libc/gen/isprint.3 2003/08/07 16:42:52 1.10 +++ src/lib/libc/gen/isprint.3 2006/10/05 22:34:52 1.11 @@ -1,4 +1,4 @@ -.\" $NetBSD: isprint.3,v 1.10 2003/08/07 16:42:52 agc Exp $ +.\" $NetBSD: isprint.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 @@ .\" .\" @(#)isprint.3 5.2 (Berkeley) 6/29/91 .\" -.Dd June 29, 1991 +.Dd October 6, 2006 .Dt ISPRINT 3 .Os .Sh NAME @@ -52,7 +52,7 @@ function tests for any printing characte .Sh RETURN VALUES The .Fn isprint -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 , @@ -84,4 +84,4 @@ must be .Dv EOF or representable as an .Li unsigned char ; -otherwise, the result is undefined. +otherwise, the behavior is undefined.