diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 16:19:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 16:19:33 +0000 |
commit | a2bbf36c10b6e2c9ed2787e047e5bc56713d2abd (patch) | |
tree | 2167d5b6025ca00856c6d1c497d3a14312b3057d /lib | |
parent | 072f1c2a5e0d134c2b6927e3a6b2055d810a7f4a (diff) |
make Nm match Dt;
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> |