note that mode is modified by umask (4.3BSD-tahoe/bin/31)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 21 Feb 1990 12:23:02 +0000 (04:23 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 21 Feb 1990 12:23:02 +0000 (04:23 -0800)
SCCS-vsn: bin/mkdir/mkdir.1 6.3

usr/src/bin/mkdir/mkdir.1

index bde0ef8..dc3a32b 100644 (file)
@@ -13,7 +13,7 @@
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.\"    @(#)mkdir.1     6.2 (Berkeley) %G%
+.\"    @(#)mkdir.1     6.3 (Berkeley) %G%
 .\"
 .TH MKDIR 1 ""
 .AT 3
 .\"
 .TH MKDIR 1 ""
 .AT 3
@@ -24,7 +24,8 @@ mkdir \- make directories
 .SH DESCRIPTION
 .I Mkdir
 creates the directories named as operands, in the order specified,
 .SH DESCRIPTION
 .I Mkdir
 creates the directories named as operands, in the order specified,
-using mode 0777.
+using mode 0777 modified by the current
+.IR umask (2).
 .PP
 The options are as follows:
 .TP
 .PP
 The options are as follows:
 .TP