diff options
Diffstat (limited to 'man3/strstr.3')
| -rw-r--r-- | man3/strstr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strstr.3 b/man3/strstr.3 index 56ddc90b23..3aa9053b8c 100644 --- a/man3/strstr.3 +++ b/man3/strstr.3 @@ -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 () |
