diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-12 07:25:01 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-12 07:25:01 +0000 |
commit | 206ec55a41ddbeec52fcea3f38b9e1a3a95cc94f (patch) | |
tree | 6b3973011d610f847d187343908c343d2d510469 /doc | |
parent | e31480005af57d7ac29d4d9562c3e7b200dbc7ef (diff) | |
download | coreutils-206ec55a41ddbeec52fcea3f38b9e1a3a95cc94f.tar.xz |
* coreutils.texi (join invocation): Blank separators need quoting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2bf4f1482..9fd91caa6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-11 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (join invocation): Mention that blank separators + in the -o option need to be quoted. Problem reported by Phil Clayton. + 2004-12-10 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (id invocation): -G also prints main group. |