diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-02 05:00:50 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-02 05:00:50 +0000 |
commit | 4425cc8a08bb521fb0e5b4a8bbd1e342c1772ef1 (patch) | |
tree | b4165edcfb000ff486c5fe47abe32b699d7fabc6 /doc | |
parent | fa2ce4d9320942ad32f45a5be80cb9785ddb2687 (diff) | |
download | coreutils-4425cc8a08bb521fb0e5b4a8bbd1e342c1772ef1.tar.xz |
Use "file name" when talking about file names, instead of "filename"
or "path", as per the GNU coding standards.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1a24f1de2..4ba18b48b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2005-06-01 Paul Eggert <eggert@cs.ucla.edu> + + Use "file name" when talking about file names, instead of "filename" + or "path", as per the GNU coding standards. + * coreutils.texi (readlink invocation): "path component" -> + "component", since we don't use the POSIX "path" nomenclature. + 2005-05-11 Paul Eggert <eggert@cs.ucla.edu> * getdate.texi (General date syntax): Don't say that date |