mkdir.2: Fix a small error added by Andreas's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-21 14:23:40 +02:00
parent 2fc8395c2b
commit 10ef5a5549
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ It is modified by the process's
.I umask
in the usual way: in the absence of a default ACL, the mode of the
created directory is
.RI ( mode " & ~" umask " & 0777)."
.RI ( mode " & ~" umask " & 01777)."
Other mode bits of the created directory depend on the operating system.
For Linux, see below.