Module Name:    src
Committed By:   abhinav
Date:           Thu Jul 14 07:19:11 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/string/wcscasecmp.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/wcscasecmp.3
diff -u src/lib/libc/string/wcscasecmp.3:1.4 src/lib/libc/string/wcscasecmp.3:1.5
--- src/lib/libc/string/wcscasecmp.3:1.4	Wed Jul 13 06:50:02 2016
+++ src/lib/libc/string/wcscasecmp.3	Thu Jul 14 07:19:11 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wcscasecmp.3,v 1.4 2016/07/13 06:50:02 abhinav Exp $
+.\"	$NetBSD: wcscasecmp.3,v 1.5 2016/07/14 07:19:11 abhinav Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -88,6 +88,6 @@ functions first appeared in
 .Sh NOTES
 If
 .Fa len
-is zero,
+is 0,
 .Fn wcsncasecmp
-returns always 0.
+always returns 0.

Reply via email to