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/isgraph.3,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/lib/libc/gen/isgraph.3 2007/01/18 08:35:07 1.13 +++ src/lib/libc/gen/isgraph.3 2008/04/17 16:25:36 1.14 @@ -1,4 +1,4 @@ -.\" $NetBSD: isgraph.3,v 1.13 2007/01/18 08:35:07 rillig Exp $ +.\" $NetBSD: isgraph.3,v 1.14 2008/04/17 16:25:36 apb Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)isgraph.3 5.2 (Berkeley) 6/29/91 .\" -.Dd January 18, 2007 +.Dd April 17, 2008 .Dt ISGRAPH 3 .Os .Sh NAME @@ -84,5 +84,10 @@ The argument to must be .Dv EOF or representable as an -.Li unsigned char ; +.Vt unsigned char ; otherwise, the behavior is undefined. +See the +.Sx CAVEATS +section of +.Xr ctype 3 +for more details.