Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Don't talk about "the first argument" when ther...
details: https://anonhg.NetBSD.org/src/rev/26b14af4ea6e
branches: trunk
changeset: 838397:26b14af4ea6e
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Jan 15 01:23:49 2019 +0000
description:
Don't talk about "the first argument" when there's only one.
diffstat:
lib/libc/gen/ctype.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7ac521808eee -r 26b14af4ea6e lib/libc/gen/ctype.3
--- a/lib/libc/gen/ctype.3 Tue Jan 15 01:13:49 2019 +0000
+++ b/lib/libc/gen/ctype.3 Tue Jan 15 01:23:49 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctype.3,v 1.27 2019/01/15 01:13:49 uwe Exp $
+.\" $NetBSD: ctype.3,v 1.28 2019/01/15 01:23:49 uwe Exp $
.\"
.\" Copyright (c) 1991 Regents of the University of California.
.\" All rights reserved.
@@ -97,7 +97,7 @@
also conform to
.St -p1003.1-2001 .
.Sh CAVEATS
-The first argument of these functions is of type
+The argument of these functions is of type
.Vt int ,
but only a very restricted subset of values are actually valid.
The argument must either be the value of the macro
Home |
Main Index |
Thread Index |
Old Index