summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-16 22:45:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-16 22:45:12 +0000
commit95c4014913a309cb6452e1b60111a460feb918f4 (patch)
tree21a0d3ed687d76a057a3a74f78bb7322a5ec6315 /doc/ChangeLog
parent9c0540b5482a612b723691d985948c3c46691525 (diff)
downloadcoreutils-95c4014913a309cb6452e1b60111a460feb918f4.tar.xz
(tail invocation): Say that the obsolete form uses exactly one
option and at most one file.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b1d317131..65e008f1d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,8 @@
* coreutils.texi (ln invocation): ln -v now outputs lines only for
successful links.
+ (tail invocation): Say that the obsolete form uses exactly one
+ option and at most one file.
2005-11-13 Jim Meyering <jim@meyering.net>