diff options
author | Bob Proulx <bob@proulx.com> | 2007-08-20 22:04:45 -0600 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-21 09:01:07 +0200 |
commit | 741f851bf61c884ea41eaee2c1a90d4cab99776f (patch) | |
tree | f1ba4a33d744c765d7d824ac8b4cb06bea62e0d6 /ChangeLog | |
parent | 6dfe8fc30d29658ec002c04d390b19435cdecba1 (diff) | |
download | coreutils-741f851bf61c884ea41eaee2c1a90d4cab99776f.tar.xz |
Clarify touch documentation of file arguments.
* src/touch.c (usage): Improve wording of documentation regarding
file argument handling and special handling of - argument.
* doc/coreutils.texi (touch invocation): Likewise.
Documentation problem reported by Vincent Lefevre.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-08-20 Bob Proulx <bob@proulx.com> + + Clarify touch documentation of file arguments. + * src/touch.c (usage): Improve wording of documentation regarding + file argument handling and special handling of - argument. + * doc/coreutils.texi (touch invocation): Likewise. + Documentation problem reported by Vincent Lefevre. + 2007-08-20 Paul Eggert <eggert@cs.ucla.edu> * NEWS: The old cp -p bug affected coreutils releases before 6.0. |