OSDN Git Service

(split) LDP: Update draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / encrypt.3
index e9294a2..7fccd76 100644 (file)
@@ -95,11 +95,11 @@ struct crypt_data {
 .TP 
 \fBENOSYS\fP
 (例えば以前のアメリカ合衆国輸出規制などにより)  この関数が提供されていない。
-.SH ATTRIBUTES
-.SS "Multithreading (see pthreads(7))"
-The functions \fBencrypt\fP()  and \fBsetkey\fP()  are not thread\-safe.
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBencrypt\fP() と \fBsetkey\fP() はスレッドセーフではない。
 .LP
-The functions \fBencrypt_r\fP()  and \fBsetkey_r\fP()  are thread\-safe.
+関数 \fBencrypt_r\fP() と \fBsetkey_r\fP() はスレッドセーフである。
 .SH 準拠
 関数 \fBencrypt\fP()  と \fBsetkey\fP()  は SVr4, SUSv2, and POSIX.1\-2001 に準拠する。 関数
 \fBencrypt_r\fP()  と \fBsetkey_r\fP()  は GNU 拡張である。