OSDN Git Service

(split) LDP: Addresses fuzzy strings in 3.53
[linuxjm/LDP_man-pages.git] / release / man3 / getttyent.3
index ba948ce..0b2c894 100644 (file)
@@ -57,14 +57,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 注意