From: Kirk McKusick Date: Wed, 21 Feb 1990 12:23:02 +0000 (-0800) Subject: note that mode is modified by umask (4.3BSD-tahoe/bin/31) X-Git-Tag: BSD-4_3_Reno-Snapshot-Development~4402 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/1748108196b93683d600aa2e610db69bfcf37438 note that mode is modified by umask (4.3BSD-tahoe/bin/31) SCCS-vsn: bin/mkdir/mkdir.1 6.3 --- diff --git a/usr/src/bin/mkdir/mkdir.1 b/usr/src/bin/mkdir/mkdir.1 index bde0ef80d1..dc3a32b6b2 100644 --- a/usr/src/bin/mkdir/mkdir.1 +++ b/usr/src/bin/mkdir/mkdir.1 @@ -13,7 +13,7 @@ .\" 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 @@ -24,7 +24,8 @@ mkdir \- make directories .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