Module Name:    src
Committed By:   abhinav
Date:           Thu Jul 14 16:09:56 UTC 2016

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

Log Message:
Fix sentence.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/lib/libc/string/wcscasecmp.3:1.6
--- src/lib/libc/string/wcscasecmp.3:1.5	Thu Jul 14 07:19:11 2016
+++ src/lib/libc/string/wcscasecmp.3	Thu Jul 14 16:09:56 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wcscasecmp.3,v 1.5 2016/07/14 07:19:11 abhinav Exp $
+.\"	$NetBSD: wcscasecmp.3,v 1.6 2016/07/14 16:09:56 abhinav Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -66,7 +66,7 @@ The strings themselves are not modified.
 .Pp
 The
 .Fn wcsncasecmp
-compares at most
+function compares at most
 .Fa len
 characters.
 .Sh SEE ALSO

Reply via email to