diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/ctype.3 | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index 6d8292df520..4d5659b9b5c 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctype.3,v 1.7 2003/06/02 20:18:34 millert Exp $ +.\" $OpenBSD: ctype.3,v 1.8 2004/02/10 16:19:32 jmc Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -32,22 +32,7 @@ .Dt CTYPE 3 .Os .Sh NAME -.Nm isalpha , -.Nm isupper , -.Nm islower , -.Nm isdigit , -.Nm isxdigit , -.Nm isalnum , -.Nm isspace , -.Nm ispunct , -.Nm isprint , -.Nm isgraph , -.Nm iscntrl , -.Nm isblank , -.Nm isascii , -.Nm toupper , -.Nm tolower , -.Nm toascii +.Nm ctype .Nd character classification macros .Sh SYNOPSIS .Fd #include <ctype.h> |