summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-01-30 22:54:34 +0100
committerJim Meyering <jim@meyering.net>2007-01-30 22:54:34 +0100
commit31bb8a431a022ffd24e4d0e08a3ee0b26099d302 (patch)
tree7b824316dbf20e67b35f217c8a0a58e88a3da606 /doc/ChangeLog
parentc544a36826b899f093a3d0e49b19c0b6e3c55cde (diff)
downloadcoreutils-31bb8a431a022ffd24e4d0e08a3ee0b26099d302.tar.xz
* coreutils.texi (mkdir invocation): Say how to set the file
permission bits of a parent directory with mkdir -p.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 76542317d..0dd0f9ef0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (mkdir invocation): Say how to set the file
+ permission bits of a parent directory with mkdir -p.
+
2007-01-29 Jim Meyering <jim@meyering.net>
Document new syntax: "chown +0:+287 file", "chgrp +99 file"