OSDN Git Service

(split) LDP: Update draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / crypt.3
index 8d92db7..b03f670 100644 (file)
@@ -126,11 +126,11 @@ DES アルゴリズムにはいくつかの癖があり、それによってパ
 .\" Making encrypted data computed using crypt() publicly available has
 .\" to be considered insecure for the given reasons.
 \fBcrypt\fP()  関数が実装されていない。多分アメリカの輸出規制のために。
-.SH ATTRIBUTES
-.SS "Multithreading (see pthreads(7))"
-The \fBcrypt\fP()  function is not thread\-safe.
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBcrypt\fP() 関数はスレッドセーフではない。
 .LP
-The \fBcrypt_r\fP()  function is thread\-safe.
+\fBcrypt_r\fP() 関数はスレッドセーフである。
 .SH 準拠
 \fBcrypt\fP(): SVr4, 4.3BSD, POSIX.1\-2001.  \fBcrypt_r\fP()  は GNU 拡張である。
 .SH 注意