Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Add ctype to the NAME section (as this is a man...
details: https://anonhg.NetBSD.org/src/rev/ab69f3fd88c1
branches: trunk
changeset: 358109:ab69f3fd88c1
user: abhinav <abhinav%NetBSD.org@localhost>
date: Tue Dec 12 14:13:52 2017 +0000
description:
Add ctype to the NAME section (as this is a man page for ctype)
Remove rest of the names from the NAME section
(These names have their own individual man pages, as such it doesn't make sense
to have their names in the NAME section in this man page as well. Moreover,
we have been trying to fix such man pages so that apropos(1)/whatis(1) are
able to search these man pages. Other examples of such fixed man pages include
memory(3), string(3) etc.)
ok wiz@
diffstat:
lib/libc/gen/ctype.3 | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
diffs (36 lines):
diff -r 06fb32c927ae -r ab69f3fd88c1 lib/libc/gen/ctype.3
--- a/lib/libc/gen/ctype.3 Tue Dec 12 08:27:32 2017 +0000
+++ b/lib/libc/gen/ctype.3 Tue Dec 12 14:13:52 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctype.3,v 1.22 2015/02/25 16:23:40 wiz Exp $
+.\" $NetBSD: ctype.3,v 1.23 2017/12/12 14:13:52 abhinav Exp $
.\"
.\" Copyright (c) 1991 Regents of the University of California.
.\" All rights reserved.
@@ -30,24 +30,11 @@
.\"
.\" @(#)ctype.3 6.5 (Berkeley) 4/19/91
.\"
-.Dd February 25, 2015
+.Dd December 8, 2017
.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 toupper ,
-.Nm tolower ,
+.Nm ctype
.Nd character classification and mapping functions
.Sh LIBRARY
.Lb libc
Home |
Main Index |
Thread Index |
Old Index