OSDN Git Service

(split) LDP: Update release (3.64)
[linuxjm/LDP_man-pages.git] / release / man3 / index.3
index 95339ba..7dcd137 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH INDEX 3 2011\-09\-21 GNU "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 1997 HIROFUMI Nishizuka
+.\"    all rights reserved.
+.\" Translated Fri Dec 12 12:41:35 JST 1997
+.\"    by HIROFUMI Nishizuka <nishi@rpts.cl.nec.co.jp>
+.\"
+.TH INDEX 3 2014\-04\-01 GNU "Linux Programmer's Manual"
 .SH 名前
 index, rindex \- 文字列中の文字の位置を示す
 .SH 書式
@@ -52,6 +58,9 @@ index, rindex \- 文字列中の文字の位置を示す
 文字列を終端する NULL バイト (\(aq\e0\(aq) は、文字列の一部とみなされる。
 .SH 返り値
 \fBindex\fP()  と \fBrindex\fP()  関数は、一致した文字へのポインタか、 もし文字が見つからない場合は NULL を返す。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBindex\fP() と \fBrindex\fP() はスレッドセーフである。
 .SH 準拠
 4.3BSD; POSIX.1\-2001 では「過去の名残 (LEGACY)」と位置付けられている。 POSIX.1\-2008 では
 \fBindex\fP()  と \fBrindex\fP()  の仕様が削除されている。 代わりに、 \fBstrchr\fP(3)  と \fBstrrchr\fP(3)
@@ -60,6 +69,6 @@ index, rindex \- 文字列中の文字の位置を示す
 \fBmemchr\fP(3), \fBstrchr\fP(3), \fBstring\fP(3), \fBstrpbrk\fP(3), \fBstrrchr\fP(3),
 \fBstrsep\fP(3), \fBstrspn\fP(3), \fBstrstr\fP(3), \fBstrtok\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。