Module Name:    src
Committed By:   uwe
Date:           Tue Jan 15 01:23:49 UTC 2019

Modified Files:
        src/lib/libc/gen: ctype.3

Log Message:
Don't talk about "the first argument" when there's only one.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/ctype.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/ctype.3
diff -u src/lib/libc/gen/ctype.3:1.27 src/lib/libc/gen/ctype.3:1.28
--- src/lib/libc/gen/ctype.3:1.27	Tue Jan 15 01:13:49 2019
+++ src/lib/libc/gen/ctype.3	Tue Jan 15 01:23:49 2019
@@ -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 @@ All described functions, including
 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

Reply via email to