summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorabhinav <abhinav@NetBSD.org>2016-07-14 16:09:56 +0000
committerabhinav <abhinav@NetBSD.org>2016-07-14 16:09:56 +0000
commitcba9efcb5c9c24eca43382da0ef0f970573f6888 (patch)
tree26b88cd4eea72551d0c2039bbc2f5d43d0b74ba3 /lib/libc/string
parent1b503d994c51f4f929cdfb5a13b38b3aca072c65 (diff)
Fix sentence.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/wcscasecmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/wcscasecmp.3 b/lib/libc/string/wcscasecmp.3
index baccde32132..06b862f9790 100644
--- a/lib/libc/string/wcscasecmp.3
+++ b/lib/libc/string/wcscasecmp.3
@@ -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