summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-14 13:55:17 +0000
committerJim Meyering <jim@meyering.net>2004-11-14 13:55:17 +0000
commite9dfe6f0d5d0ab7005ac32426917974cad4868b2 (patch)
tree4394e5ba9b090c5c5eab9a63a2bf4025ec0a3f7c
parent484dcf41331e9e7df3833d3a3121c77db4bb6447 (diff)
downloadcoreutils-e9dfe6f0d5d0ab7005ac32426917974cad4868b2.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5a25ac3b7..330069754 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.