OSDN Git Service

(split) Apply minor changes from v3.32 to v3.35 in the upstream.
[linuxjm/LDP_man-pages.git] / draft / man3 / strstr.3
index 061daef..4e66d9c 100644 (file)
@@ -35,7 +35,7 @@
 .\" Updated Sun Sep  5 JST 1999 by by Kentaro Shirakata <argrath@yo.rim.or.jp>
 .\" Updated Wed Apr 20 JST 2005 by by Kentaro Shirakata <argrath@ub32.org>
 .\"
-.TH STRSTR 3  2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH STRSTR 3  2011-09-28 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O strstr, strcasestr \- locate a substring
@@ -60,11 +60,11 @@ strstr, strcasestr \- 
 .\"O .BR strstr ()
 .\"O function finds the first occurrence of the substring
 .\"O \fIneedle\fP in the string \fIhaystack\fP.
-.\"O The terminating \(aq\\0\(aq characters are not compared.
+.\"O The terminating null bytes (\(aq\\0\(aq) are not compared.
 .BR strstr ()
 ´Ø¿ô¤Ï¡¢Éôʬʸ»úÎó \fIneedle\fP ¤¬Ê¸»úÎó \fIhaystack\fP Ãæ
 ¤ÇºÇ½é¤Ë¸½¤ì¤ë°ÌÃÖ¤ò¸«¤Ä¤±¤ë¡£
-ʸ»úÎó¤ò½ªÃ¼¤¹¤ë \(aq\\0\(aq Ê¸»ú¤ÏÈæ³Ó¤µ¤ì¤Ê¤¤¡£
+ʸ»úÎó¤ò½ªÃ¼ NULL ¥Ð¥¤¥È (\(aq\\0\(aq) ¤ÏÈæ³Ó¤µ¤ì¤Ê¤¤¡£
 
 .\"O The
 .\"O .BR strcasestr ()