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/be16056dd547
branches:  trunk
changeset: 447528:be16056dd547
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 fa9743251c60 -r be16056dd547 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