strcasecmp.3: Minor tweak to strncasecmp() description

Reported-by: Ori Avtalion <ori@avtalion.name>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-29 11:53:38 -05:00
parent 2392242b06
commit 0ee6740485
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@ function is similar, except that it compares
no more than
.I n
bytes of
.IR s1 .
.IR s1
and
.IR s2 .
.SH RETURN VALUE
The
.BR strcasecmp ()