From 10ef5a55498078fb59119a9bab44b79cf3311586 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 21 Apr 2015 14:23:40 +0200 Subject: [PATCH] mkdir.2: Fix a small error added by Andreas's patch Signed-off-by: Michael Kerrisk --- man2/mkdir.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mkdir.2 b/man2/mkdir.2 index a5c0871ed..d517603b4 100644 --- a/man2/mkdir.2 +++ b/man2/mkdir.2 @@ -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.