summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-24 04:46:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-24 04:46:33 +0000
commit8e794ef5bd49d336e9e4ddb5a8aeef84f3ff6862 (patch)
tree1159eadf63d4402746a24ddb2ec7087a2354c20a /doc/ChangeLog
parent4bc27aff4c065dd2fe61d835a79d985995fc1eca (diff)
downloadcoreutils-8e794ef5bd49d336e9e4ddb5a8aeef84f3ff6862.tar.xz
* coreutils.texi (install invocation): Use a= instead of 0 for
the point of departure for -m, and explain what it meeams. (mkdir invocation, mkfifo invocation, mknod invocation): The umask does not affect the point of departure.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 08426b9b0..854a6e9b3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (install invocation): Use a= instead of 0 for
+ the point of departure for -m, and explain what it meeams.
+ (mkdir invocation, mkfifo invocation, mknod invocation):
+ The umask does not affect the point of departure.
+ Problem reported by Mike Stone.
+
2005-04-11 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi: For consistency, standardize on "user ID" rather
@@ -15,7 +23,7 @@
2005-04-05 Paul Eggert <eggert@cs.ucla.edu>
- * doc/coreutils.texi (cat invocation, chown invocation)
+ * coreutils.texi (cat invocation, chown invocation)
(chgrp invocation, basename invocation, dirname invocation):
Add examples, which are copies of the examples newly added
to the usage messages.