summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-02-10 16:19:32 +0000
committerjmc <jmc@openbsd.org>2004-02-10 16:19:32 +0000
commita071555519f736b61ca3955e1285a95cd74f00b9 (patch)
treeb6530b8850462b4d638c95b6315f0bd15b279b85
parentFix/enable lazy binding on amd64 ld.so (diff)
downloadwireguard-openbsd-a071555519f736b61ca3955e1285a95cd74f00b9.tar.xz
wireguard-openbsd-a071555519f736b61ca3955e1285a95cd74f00b9.zip
make Nm match Dt;
-rw-r--r--lib/libc/gen/ctype.319
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>