diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-03 13:09:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-03 13:09:50 +0000 |
commit | d8286cccd9350f07dd523f021feb4fbf5b28f070 (patch) | |
tree | 4967541a6b7a25b646812d97d74906e4b376a0e8 /TODO | |
parent | 1c2b9c575a1d1b7ba1d6794b090ab0e7b142104e (diff) | |
download | coreutils-d8286cccd9350f07dd523f021feb4fbf5b28f070.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -77,3 +77,7 @@ Consider using an autoconf test and rename wrapper to make mv work properly (by unlinking a) in cases like this: : > a; ln a b; mv a b Reported by Ed Avis: http://article.gmane.org/gmane.comp.gnu.fileutils.bugs/686 + +document that `true --version' can fail, e.g., like this: + ./true --version >&- + ./true: write error: Bad file number |