summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:09:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:09:11 +0000
commitc5ff0b216ee0e7ae85b2c24f83a58de592120a46 (patch)
tree240e4a16a8d750bf69e84be6f8e05f694794a7f7 /ChangeLog
parent8dafbe5806de7a2faf01ebc863e30aa134350da0 (diff)
downloadcoreutils-c5ff0b216ee0e7ae85b2c24f83a58de592120a46.tar.xz
Fix typo in previous log entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 284e3a265..bf8bcd8a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
A null file arg means standard output.
(main): "-o -" means to write to a file named "-",
not to standard output.
- * src/tee.c (usage): "tee -" writes to standard output, not
+ * src/tee.c (usage, tee): "tee -" writes to standard output, not
to a file named "-".
2004-08-10 Dmitry V. Levin <ldv@altlinux.org>