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

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