OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man2 / arch_prctl.2
index 182405c..9fdfe3c 100644 (file)
@@ -39,10 +39,9 @@ arch_prctl \- アーキテクチャ固有のスレッド状態を設定する
 \fBint arch_prctl(int \fP\fIcode\fP\fB, unsigned long *\fP\fIaddr\fP\fB);\fP
 .fi
 .SH 説明
-The \fBarch_prctl\fP()  function sets architecture\-specific process or thread
-state.  \fIcode\fP selects a subfunction and passes argument \fIaddr\fP to it;
-\fIaddr\fP is interpreted as either an \fIunsigned long\fP for the "set"
-operations, or as an \fIunsigned long\ *\fP, for the "get" operations.
+\fBarch_prctl\fP()  関数はアーキテクチャ固有のプロセス状態またはスレッド状態を設定する。 \fIcode\fP は副機能を選択し、引き数
+\fIaddr\fP を副機能に渡す。 \fIaddr\fP は、"set" 操作では \fIunsigned long\fP として、"get" 操作では
+\fIunsigned long\ *\fP として解釈される。
 .LP
 x86\-64 の副機能は以下の通り:
 .TP