]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strstr.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / strstr.3
index e6a9f2b2cba9614367eb400ea0e887cc36ae0814..3149d8f04ad6039ce4e0e4ab98638d228c642aa0 100644 (file)
@@ -53,7 +53,7 @@ function finds the first occurrence of the substring
 in the string
 .IR haystack .
 The terminating null bytes (\(aq\\0\(aq) are not compared.
-
+.PP
 The
 .BR strcasestr ()
 function is like
@@ -80,7 +80,7 @@ T}    Thread safety   MT-Safe locale
 .SH CONFORMING TO
 .BR strstr ():
 POSIX.1-2001, POSIX.1-2008, C89, C99.
-
+.PP
 The
 .BR strcasestr ()
 function is a nonstandard extension.