diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-05 22:20:31 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-05 22:20:31 +0000 |
commit | 26a6039e279b6d66721dde65f1a0109a5dbea8b1 (patch) | |
tree | cc160a844ca270e06e7137a8cdfeb3ce35b0bbfa /doc | |
parent | a07556afb18d2282db1d536e48597de5506a7bac (diff) | |
download | coreutils-26a6039e279b6d66721dde65f1a0109a5dbea8b1.tar.xz |
Add examples to cat, chown, chgrp, basename, dirname. Change ln examples
to match that format.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 537367821..a5227f00e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2005-04-05 Paul Eggert <eggert@cs.ucla.edu> + + * doc/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. + (ln invocation): Use same format as other examples above, + for consistency. + 2005-03-26 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi: Clarify NUL vs null byte vs null character. |