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 These functions return a pointer to the beginning of the
located substring, or NULL if the substring is not found. located substring, or NULL if the substring is not found.
.PP .PP
Note the special case:
If If
.I needle .I needle
is the empty string, is the empty string,