From f95aa6f05bd7616e0c2935e88389d83ceb43aa76 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 8 Aug 2021 01:52:08 +0200 Subject: [PATCH] strstr.3: wfix Remove text that is probably redundant. Signed-off-by: Michael Kerrisk --- man3/strstr.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/man3/strstr.3 b/man3/strstr.3 index 41ee87489..0e770e47a 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,