]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add examples to cat, chown, chgrp, basename, dirname. Change ln examples
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2005 22:20:31 +0000 (22:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2005 22:20:31 +0000 (22:20 +0000)
to match that format.

doc/ChangeLog

index 5373678216d69480059ab67cdfd7e69384e1102d..a5227f00e8f0d60928e547a66739f5035556490b 100644 (file)
@@ -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.