diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 23:21:51 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 23:21:51 +0000 |
commit | e54cc590f7ae6334d68f2584479881e92765e106 (patch) | |
tree | 51762de6f66a869d9f1b2fedfd6a6d3db0089bd7 /doc | |
parent | 978abbd27947483b0b1c61db701175e56a5fcefb (diff) | |
download | coreutils-e54cc590f7ae6334d68f2584479881e92765e106.tar.xz |
Document test -r, -w, -x more carefully.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f522a8670..ace576cf0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,7 @@ * coreutils.texi (sort invocation): -u disables the last-resort comparison, too. Revamp its description. + (test invocation): Document -r, -w, -x more carefully. 2004-09-08 Paul Eggert <eggert@cs.ucla.edu> |