OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / re_comp.3
index d1d1ce7..59b30df 100644 (file)
@@ -54,9 +54,9 @@ re_comp, re_exec \- BSD の正規表現関数
 それ以外の場合は適切なエラーメッセージへのポインタを返す。
 
 \fBre_exec\fP()  は、一致した場合 1 を、失敗した場合 0 を返す。
-.SH ATTRIBUTES
-.SS "Multithreading (see pthreads(7))"
-The \fBre_comp\fP()  and \fBre_exec\fP()  functions are not thread\-safe.
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBre_comp\fP() と \fBre_exec\fP() はスレッドセーフではない。
 .SH 準拠
 4.3BSD.
 .SH 注意