strchr.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-14 15:46:44 +02:00
parent 123d2e8890
commit 6c22b2c593
1 changed files with 2 additions and 4 deletions

View File

@ -93,10 +93,8 @@ these functions return a pointer to the terminator.
.PP
The
.BR strchrnul ()
function returns a pointer to
the matched character,
or a pointer to the null
byte at the end of
function returns a pointer to the matched character,
or a pointer to the null byte at the end of
.I s
(i.e.,
.IR "s+strlen(s)" )