diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-30 00:06:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-30 00:06:06 +0000 |
commit | 89a64c09ba886ce3856393d101636e77c577dc16 (patch) | |
tree | ec6e2aa047e5170a87339c443a56b8cf12662850 /doc | |
parent | 60eebc75c9dd69119478ae85f4ec4b632479ddd1 (diff) | |
download | coreutils-89a64c09ba886ce3856393d101636e77c577dc16.tar.xz |
Log yesterday's changes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d4dedd697..89ea81f25 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,21 @@ +2005-04-28 Paul Eggert <eggert@cs.ucla.edu> + + * perm.texi (Mode Structure, Changing Special Permissions): + (Conditional Executability, Numeric Modes): + These days the sticky bit is more often uses as the restricted + deletion flag, so modernize the discussion about this. + (Mode Structure): Linux/GNU -> GNU/Linux. + (Symbolic Modes): Don't imply that "+ur" or "u" is valid. + (Setting Permissions): Don't imply that "+t" is invalid. + Use "rwx" rather than the less-common "rxw" in an example. + (Copying Permissions): Say that ugo is a replacement for + a string of the other letters. Add spaces around examples. + Use "set-user-ID" rather than "set user ID" to avoid ambiguity. + Use "+t" rather than "o+t", since POSIX doesn't specify the latter. + Mention which combinations are portable and which are GNU. + (Numeric Modes): Don't imply they aren't portable; they are + nowadays. + 2005-04-26 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (Standards conformance): Do not mention head -10, |