OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man3 / index.3
index aa4f914..bee15c8 100644 (file)
@@ -26,7 +26,7 @@
 .\"     386BSD man pages
 .\" Modified Mon Apr 12 12:54:34 1993, David Metcalfe
 .\" Modified Sat Jul 24 19:13:52 1993, Rik Faith (faith@cs.unc.edu)
-.TH INDEX 3 2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH INDEX 3 2011-09-21 "GNU" "Linux Programmer's Manual"
 .SH NAME
 index, rindex \- locate character in string
 .SH SYNOPSIS
@@ -48,7 +48,7 @@ The
 function returns a pointer to the last occurrence
 of the character \fIc\fP in the string \fIs\fP.
 .PP
-The terminating NULL character is considered to be a part of the
+The terminating null byte (\(aq\\0\(aq) is considered to be a part of the
 strings.
 .SH "RETURN VALUE"
 The