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

f5e30c
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
f5e30c
index 400e135..47e4480 100644
f5e30c
--- a/doc/coreutils.texi
f5e30c
+++ b/doc/coreutils.texi
f5e30c
@@ -10074,6 +10074,8 @@ incorrect.  @xref{Directory Setuid and Setgid}, for how the
f5e30c
 set-user-ID and set-group-ID bits of directories are inherited unless
f5e30c
 overridden in this way.
f5e30c
 
f5e30c
+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.
f5e30c
+
f5e30c
 @item -p
f5e30c
 @itemx --parents
f5e30c
 @opindex -p