OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man3 / strstr.3
index 56ddc90..3aa9053 100644 (file)
@@ -28,7 +28,7 @@
 .\" Added history, aeb, 980113.
 .\" 2005-05-05 mtk: added strcasestr()
 .\"
-.TH STRSTR 3  2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH STRSTR 3  2011-09-28 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strstr, strcasestr \- locate a substring
 .SH SYNOPSIS
@@ -48,7 +48,7 @@ The
 .BR strstr ()
 function finds the first occurrence of the substring
 \fIneedle\fP in the string \fIhaystack\fP.
-The terminating \(aq\\0\(aq characters are not compared.
+The terminating null bytes (\(aq\\0\(aq) are not compared.
 
 The
 .BR strcasestr ()