diff options
author | Jim Meyering <meyering@redhat.com> | 2008-02-19 18:20:46 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-19 18:20:46 +0100 |
commit | c78039b87de6c636a167d3206081cced54af08e2 (patch) | |
tree | 8b2577722469cd9b74f514a1e9c62bf0be3aab2c | |
parent | 59b803e3d02ff87b5997e2f374101d6f50216298 (diff) | |
download | coreutils-c78039b87de6c636a167d3206081cced54af08e2.tar.xz |
2008-02-19 Jim Meyering <meyering@redhat.com>
* TODO: Remove final seq-related item.
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -61,8 +61,6 @@ printf: consider adapting builtins/printf.def from bash df: add `--total' option, suggested here http://bugs.debian.org/186007 -seq: consider allowing format string to contain no %-directives - tail: don't use xlseek; it *exits*. Instead, maybe use a macro and return nonzero. |