Fix sentence.

This commit is contained in:
abhinav 2016-07-14 16:09:56 +00:00
parent c9a9fc846f
commit 263b36c655

View File

@ -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