OSDN Git Service

(split) LDP: Addresses fuzzy strings in 3.53
[linuxjm/LDP_man-pages.git] / release / man3 / encrypt.3
index 80d11bd..afc5b2d 100644 (file)
@@ -97,9 +97,9 @@ struct crypt_data {
 (例えば以前のアメリカ合衆国輸出規制などにより)  この関数が提供されていない。
 .SH 属性
 .SS "マルチスレッディング (pthreads(7) 参照)"
-The \fBencrypt\fP()  and \fBsetkey\fP()  functions are not thread\-safe.
+関数 \fBencrypt\fP() と \fBsetkey\fP() はスレッドセーフではない。
 .LP
-The \fBencrypt_r\fP()  and \fBsetkey_r\fP()  functions 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 拡張である。