OSDN Git Service

LDP: Replace '引き数' with '引数'
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man2 / umask.2
index 788929e..4a38bc2 100644 (file)
@@ -62,7 +62,7 @@ umask \- ファイルモード作成マスクを設定する
 .\" but NOT the System V IPC *get() calls
 umask は、 \fBopen\fP(2), \fBmkdir\fP(2)  やファイル作成を行うその他のシステムコールで、
 新しく作成されるファイルやディレクトリの許可 (permission) を 修正するために使用される。 具体的には umask に設定されている許可が
-\fBopen\fP(2)  や \fBmkdir\fP(2)  の \fImode\fP 引数から取り消される。
+\fBopen\fP(2)  や \fBmkdir\fP(2)  の \fImode\fP 引数から取り消される。
 .PP
 Alternatively, if the parent directory has a default ACL (see \fBacl\fP(5)),
 the umask is ignored, the default ACL is inherited, the permission bits are
@@ -78,7 +78,7 @@ Combining the effect of this default ACL with a \fImode\fP argument of 0666
 \fImask\fP に指定するのに使用すべき定数については \fBinode\fP(7) で説明されている。
 .PP
 プロセスの umask のよくあるデフォルト値は \fIS_IWGRP\ |\ S_IWOTH\fP (8進で 022) である。
-新しいファイルを作成する際に \fBopen\fP(2)  の \fImode\fP 引数に
+新しいファイルを作成する際に \fBopen\fP(2)  の \fImode\fP 引数に
 .PP
 .in +4n
 .EX