aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-08 01:52:08 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-08 01:52:08 +0200
commitf95aa6f05bd7616e0c2935e88389d83ceb43aa76 (patch)
treee35459f8a9b7d9e69cc94cb57f92d115d473d239
parentec415ad9705fe642d00ea8aa7abcb2f4b47992bd (diff)
downloadman-pages-f95aa6f05bd7616e0c2935e88389d83ceb43aa76.tar.gz
strstr.3: wfix
Remove text that is probably redundant. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/strstr.31
1 files changed, 0 insertions, 1 deletions
diff --git a/man3/strstr.3 b/man3/strstr.3
index 41ee874892..0e770e47a3 100644
--- a/man3/strstr.3
+++ b/man3/strstr.3
@@ -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,