From: Paul Eggert Date: Sun, 12 Dec 2004 07:25:01 +0000 (+0000) Subject: * coreutils.texi (join invocation): Blank separators need quoting. X-Git-Tag: v5.3.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206ec55a41ddbeec52fcea3f38b9e1a3a95cc94f;p=thirdparty%2Fcoreutils.git * coreutils.texi (join invocation): Blank separators need quoting. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 2bf4f14822..9fd91caa60 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-11 Paul Eggert + + * 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 * coreutils.texi (id invocation): -G also prints main group.