diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-01-30 22:54:34 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-30 22:54:34 +0100 |
commit | 31bb8a431a022ffd24e4d0e08a3ee0b26099d302 (patch) | |
tree | 7b824316dbf20e67b35f217c8a0a58e88a3da606 /doc/ChangeLog | |
parent | c544a36826b899f093a3d0e49b19c0b6e3c55cde (diff) | |
download | coreutils-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/ChangeLog | 5 |
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" |