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/iscntrl.3,v retrieving revision 1.5 retrieving revision 1.5.12.2 diff -u -p -r1.5 -r1.5.12.2 --- src/lib/libc/gen/iscntrl.3 1998/02/05 18:47:12 1.5 +++ src/lib/libc/gen/iscntrl.3 2002/03/08 21:35:11 1.5.12.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: iscntrl.3,v 1.5 1998/02/05 18:47:12 perry Exp $ +.\" $NetBSD: iscntrl.3,v 1.5.12.2 2002/03/08 21:35:11 nathanw Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -46,7 +46,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include +.Fd #include \*[Lt]ctype.h\*[Gt] .Ft int .Fn iscntrl "int c" .Sh DESCRIPTION @@ -71,10 +71,10 @@ 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 .Sh STANDARDS The