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

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