OSDN Git Service

Update releases for LDP 3.68
[linuxjm/LDP_man-pages.git] / release / man3 / tsearch.3
index d4793d8..4c02c6c 100644 (file)
@@ -36,7 +36,7 @@
 .\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
 .\" Updated 2013-05-06, Akihiro MOTOKI <amotoki@gmail.com>
 .\"
-.TH TSEARCH 3 2014\-01\-05 GNU "Linux Programmer's Manual"
+.TH TSEARCH 3 2014\-05\-28 GNU "Linux Programmer's Manual"
 .SH 名前
 tsearch, tfind, tdelete, twalk, tdestroy \- 二分木 (binary tree) の操作
 .SH 書式
@@ -46,7 +46,7 @@ tsearch, tfind, tdelete, twalk, tdestroy \- 二分木 (binary tree) の操作
 \fBvoid *tsearch(const void *\fP\fIkey\fP\fB, void **\fP\fIrootp\fP\fB,\fP
 \fB                int (*\fP\fIcompar\fP\fB)(const void *, const void *));\fP
 .sp
-\fBvoid *tfind(const void *\fP\fIkey\fP\fB, const void **\fP\fIrootp\fP\fB,\fP
+\fBvoid *tfind(const void *\fP\fIkey\fP\fB, void *const *\fP\fIrootp\fP\fB,\fP
 \fB                int (*\fP\fIcompar\fP\fB)(const void *, const void *));\fP
 .sp
 \fBvoid *tdelete(const void *\fP\fIkey\fP\fB, void **\fP\fIrootp\fP\fB,\fP
@@ -189,6 +189,6 @@ main(void)
 .SH 関連項目
 \fBbsearch\fP(3), \fBhsearch\fP(3), \fBlsearch\fP(3)  \fBqsort\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。