diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-09 10:26:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-09 10:26:52 +0000 |
commit | 7b86ad1c370a1f2e1b73a852f1bbfda8d82f869e (patch) | |
tree | 8d15b8d3a4e605656c5017337f94018694602c58 /TODO | |
parent | b0627f229c4c53597cded5d5daf65db5f6d2441f (diff) | |
download | coreutils-7b86ad1c370a1f2e1b73a852f1bbfda8d82f869e.tar.xz |
Remove entry about named pipes. It was fixed in 5.3.0.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -63,11 +63,6 @@ df: alignment problem of `Used' heading with e.g., -mP tr: support nontrivial equivalence classes, e.g. [=e=] with LC_COLLATE=fr_FR -fix tail -f to work with named pipes; reported by Ian D. Allen - $ mkfifo j; tail -f j & sleep 1; echo x > j - ./tail: j: file truncated - ./tail: j: cannot seek to offset 0: Illegal seek - lib/strftime.c: Since %N is the only format that we need but that glibc's strftime doesn't support, consider using a wrapper that would expand /%(-_)?\d*N/ to the desired string and then pass the |