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

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