strlen.3: wfix

Reported-by: Alan Aversa <alan.aversa@cox.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-18 14:09:49 +01:00
parent 2ddb74c035
commit b357f2c97c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ excluding the terminating null byte (\(aq\\0\(aq).
.SH RETURN VALUE
The
.BR strlen ()
function returns the number of bytes in the string pointed to by
function returns the number of characters in the string pointed to by
.IR s .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see