]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 14 Nov 2004 13:55:17 +0000 (13:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Nov 2004 13:55:17 +0000 (13:55 +0000)
lib/ChangeLog

index 5a25ac3b71aaace4a0238847da14a89d551bdf53..3300697548960d7401195f190529663179267306 100644 (file)
@@ -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.