wcsnlen.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-21 08:40:16 +02:00
parent 1c1c2c1031
commit a82893d222
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ wide characters (note: this parameter is not a byte count).
In doing this,
.BR wcsnlen ()
looks only at the first \fImaxlen\fP
wide-characters at \fIs\fP and never beyond \fIs+maxlen\fP.
wide characters at \fIs\fP and never beyond \fIs+maxlen\fP.
.SH "RETURN VALUE"
The
.BR wcsnlen ()