Module Name:    src
Committed By:   abhinav
Date:           Wed Jul 13 09:05:16 UTC 2016

Modified Files:
        src/lib/libc/string: strcasecmp.3

Log Message:
Fix grammar and be consistent between using zero and 0.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/string/strcasecmp.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/string/strcasecmp.3
diff -u src/lib/libc/string/strcasecmp.3:1.20 src/lib/libc/string/strcasecmp.3:1.21
--- src/lib/libc/string/strcasecmp.3:1.20	Tue Jul 12 21:45:41 2016
+++ src/lib/libc/string/strcasecmp.3	Wed Jul 13 09:05:16 2016
@@ -28,7 +28,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strcasecmp.3	8.1 (Berkeley) 6/9/93
-.\"	$NetBSD: strcasecmp.3,v 1.20 2016/07/12 21:45:41 wiz Exp $
+.\"	$NetBSD: strcasecmp.3,v 1.21 2016/07/13 09:05:16 abhinav Exp $
 .\"
 .Dd July 11, 2016
 .Dt STRCASECMP 3
@@ -96,6 +96,6 @@ functions first appeared in
 .Sh NOTES
 If
 .Fa len
-is zero
+is 0
 .Fn strncasecmp
-returns always 0.
+always returns 0.

Reply via email to