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

dd59ef
diff -urNp coreutils-8.4-orig/doc/coreutils.texi coreutils-8.4/doc/coreutils.texi
dd59ef
--- coreutils-8.4-orig/doc/coreutils.texi	2011-01-07 15:01:18.575654333 +0100
dd59ef
+++ coreutils-8.4/doc/coreutils.texi	2011-01-07 15:05:38.791655243 +0100
dd59ef
@@ -9058,6 +9058,8 @@ incorrect.  @xref{Directory Setuid and S
dd59ef
 set-user-ID and set-group-ID bits of directories are inherited unless
dd59ef
 overridden in this way.
dd59ef
 
dd59ef
+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.
dd59ef
+
dd59ef
 @item -p
dd59ef
 @itemx --parents
dd59ef
 @opindex -p