Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/string Grammar improvement from jmc@openbsd.



details:   https://anonhg.NetBSD.org/src/rev/ab80b8de852a
branches:  trunk
changeset: 546979:ab80b8de852a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat May 10 12:30:23 2003 +0000

description:
Grammar improvement from jmc@openbsd.

diffstat:

 lib/libc/string/strcasecmp.3 |  4 ++--
 lib/libc/string/strcmp.3     |  4 ++--
 lib/libc/string/strcoll.3    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (63 lines):

diff -r 85d09250154c -r ab80b8de852a lib/libc/string/strcasecmp.3
--- a/lib/libc/string/strcasecmp.3      Sat May 10 12:24:54 2003 +0000
+++ b/lib/libc/string/strcasecmp.3      Sat May 10 12:30:23 2003 +0000
@@ -32,7 +32,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
-.\"    $NetBSD: strcasecmp.3,v 1.14 2003/04/16 13:34:49 wiz Exp $
+.\"    $NetBSD: strcasecmp.3,v 1.15 2003/05/10 12:30:23 wiz Exp $
 .\"
 .Dd June 9, 1993
 .Dt STRCASECMP 3
@@ -60,7 +60,7 @@
 and
 .Fa s2
 and return an integer greater than, equal to, or less than 0,
-according as
+according to whether
 .Fa s1
 is lexicographically greater than, equal to, or less than
 .Fa s2
diff -r 85d09250154c -r ab80b8de852a lib/libc/string/strcmp.3
--- a/lib/libc/string/strcmp.3  Sat May 10 12:24:54 2003 +0000
+++ b/lib/libc/string/strcmp.3  Sat May 10 12:30:23 2003 +0000
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strcmp.3     8.1 (Berkeley) 6/4/93
-.\"    $NetBSD: strcmp.3,v 1.10 2003/04/16 13:34:49 wiz Exp $
+.\"    $NetBSD: strcmp.3,v 1.11 2003/05/10 12:30:23 wiz Exp $
 .\"
 .Dd June 4, 1993
 .Dt STRCMP 3
@@ -67,7 +67,7 @@
 and
 .Fn strncmp
 return an integer greater than, equal to, or less than 0, according
-as the string
+to whether the string
 .Fa s1
 is greater than, equal to, or less than the string
 .Fa s2 .
diff -r 85d09250154c -r ab80b8de852a lib/libc/string/strcoll.3
--- a/lib/libc/string/strcoll.3 Sat May 10 12:24:54 2003 +0000
+++ b/lib/libc/string/strcoll.3 Sat May 10 12:30:23 2003 +0000
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strcoll.3    8.1 (Berkeley) 6/4/93
-.\"    $NetBSD: strcoll.3,v 1.7 2003/04/16 13:34:49 wiz Exp $
+.\"    $NetBSD: strcoll.3,v 1.8 2003/05/10 12:30:23 wiz Exp $
 .\"
 .Dd June 4, 1993
 .Dt STRCOLL 3
@@ -58,7 +58,7 @@
 .Fa s2
 according to the current locale collation
 and returns an integer greater than, equal to, or less than 0,
-according as
+according to whether
 .Fa s1
 is greater than, equal to, or less than
 .Fa s2 .



Home | Main Index | Thread Index | Old Index