From: Jim Meyering Date: Sun, 14 Nov 2004 13:55:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9dfe6f0d5d0ab7005ac32426917974cad4868b2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 5a25ac3b71..3300697548 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -5,7 +5,7 @@ normal course of operation (other than --version and --help), and we don't want this function to make e.g. `cp 1 2 >&-' fail. But do fail if it was closed and someone has tried to write to it. - E.g., printf 'foo' >&- + E.g., printf foo >&- * __fpending.c, __fpending.h: Restore these files. They're useful after all.