Blame SOURCES/coreutils-8.4-mkdir-modenote.patch

d3767b
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
d3767b
index 400e135..47e4480 100644
d3767b
--- a/doc/coreutils.texi
d3767b
+++ b/doc/coreutils.texi
d3767b
@@ -10074,6 +10074,8 @@ incorrect.  @xref{Directory Setuid and Setgid}, for how the
d3767b
 set-user-ID and set-group-ID bits of directories are inherited unless
d3767b
 overridden in this way.
d3767b
 
d3767b
+Note: The @option{--mode},@option{-m} option only applies to the right-most directories listed on the command line.  When combined with @option{--parents}, @option{-p} option, any parent directories are created with @samp{u+wx} modified by umask.
d3767b
+
d3767b
 @item -p
d3767b
 @itemx --parents
d3767b
 @opindex -p