]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mkdir.2: Wording fixes + point reader at stat(2) for explanation of file mode
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Apr 2015 12:22:10 +0000 (14:22 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Apr 2015 12:37:09 +0000 (14:37 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mkdir.2

index 1432f3aded4b2034032c5edebdd36eac0710c2d4..a5c0871edfbfe9ad1fa1122c0210a7793bcc1526 100644 (file)
@@ -51,11 +51,12 @@ attempts to create a directory named
 
 The argument
 .I mode
-specifies the permissions to use.
+specifies the file mode for the new directory (see
+.BR stat (2)).
 It is modified by the process's
 .I umask
-in the usual way: in the absence of a default ACL, the permissions of the
-created directory are
+in the usual way: in the absence of a default ACL, the mode of the
+created directory is
 .RI ( mode " & ~" umask " & 0777)."
 Other mode bits of the created directory depend on the operating system.
 For Linux, see below.