aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strstr.3')
-rw-r--r--man3/strstr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strstr.3 b/man3/strstr.3
index 122b5d4e6f..87255199b1 100644
--- a/man3/strstr.3
+++ b/man3/strstr.3
@@ -45,8 +45,8 @@ strstr \- locate a substring
.fi
.SH DESCRIPTION
The \fBstrstr\fP() function finds the first occurrence of the substring
-\fIneedle\fP in the string \fIhaystack\fP. The terminating \`\\0'
-characters are not compared.
+\fIneedle\fP in the string \fIhaystack\fP.
+The terminating \`\\0' characters are not compared.
The \fBstrcasestr\fP() function is like \fBstrstr\fP(),
but ignores the case of both arguments.