OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / draft / man2 / setreuid.2
index 087cf6c..166ace6 100644 (file)
@@ -90,9 +90,8 @@ _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTEND
 
 非特権ユーザーは、実ユーザー ID を実ユーザー ID または 実効ユーザー ID にしか設定できない。
 
-If the real user ID is set (i.e., \fIruid\fP is not \-1) or the effective user
-ID is set to a value not equal to the previous real user ID, the saved
-set\-user\-ID will be set to the new effective user ID.
+実ユーザーID が設定されたり (\fIruid\fP が \-1 ではない)、実効ユーザーID が前の実ユーザーID と 異った値に設定された場合、保存
+set\-user\-ID には新しい実効ユーザーID の値が設定される。
 
 これと全く同様に、 \fBsetregid\fP()  は呼び出し元のプロセスの実グループ ID と実効グループ ID を設定し、
 上記の説明で「ユーザー」を「グループ」に読み替えたことが成り立つ。