OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / getttyent.3
index ba948ce..bb29c15 100644 (file)
@@ -9,6 +9,12 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2004 Yuichi SATO
+.\"         all rights reserved.
+.\" Translated Fri Aug 20 03:27:22 JST 2004
+.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\"
 .TH GETTTYENT 3 2013\-07\-22 GNU "Linux Programmer's Manual"
 .SH 名前
 getttyent, getttynam, setttyent, endttyent \- ttys ファイルのエントリを取得する
@@ -57,14 +63,11 @@ struct ttyent {
 .fi
 .SH 属性
 .SS "マルチスレッディング (pthreads(7) 参照)"
-The \fBgetttyent\fP()  function returns a pointer to a static variable, so it
-is not thread\-safe.
+関数 \fBgetttyent\fP() は静的変数へのポインタを返す。そのため、スレッドセーフではない。
 .LP
-The \fBsetttyent\fP()  and \fBendttyent\fP()  functions use a static variable, so
-they are not thread\-safe.
+関数 \fBsetttyent\fP() と \fBendttyent\fP() は静的変数を使用する。そのため、スレッドセーフではない。
 .LP
-The \fBgetttynam\fP()  function calls thread\-unsafe function \fBgetttyent\fP()  so
-it is not thread\-safe.
+関数 \fBgetttynam\fP() はスレッドセーフではない関数 \fBgetttyent\fP() を呼び出す。そのため、スレッドセーフではない。
 .SH 準拠
 POSIX.1\-2001 にはない。 BSD 系に存在し、おそらく他のシステムにもあるだろう。
 .SH 注意
@@ -72,6 +75,6 @@ Linux では、ファイル \fI/etc/ttys\fP と上で説明した関数は使わ
 .SH 関連項目
 \fBttyname\fP(3), \fBttyslot\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。