strstr.3: wfix

Remove text that is probably redundant.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-08 01:52:08 +02:00
parent ec415ad970
commit f95aa6f05b
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ but ignores the case of both arguments.
These functions return a pointer to the beginning of the
located substring, or NULL if the substring is not found.
.PP
Note the special case:
If
.I needle
is the empty string,