diff options
author | Rob Landley <rob@landley.net> | 2005-10-27 00:57:50 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-10-27 00:57:50 +0000 |
commit | c9c959cc7c51fef1bbf22dff2096a87f78176e57 (patch) | |
tree | 3f1371a2c9f8e658c843d0cc5599c5c6cf41f303 /TODO | |
parent | ab1878245ca6d53e5f9477904b660295ae7de8dd (diff) | |
download | busybox-c9c959cc7c51fef1bbf22dff2096a87f78176e57.tar.gz |
Reference for new patch feature we'll need to be compatible with...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,8 +23,11 @@ fuser Would be nice. The basic susv3 options, plus fuser -k. --- patch - should have simple fuzz factor support to apply patches at an offset which + Should have simple fuzz factor support to apply patches at an offset which shouldn't take up too much space. + + And while we're at it, a new patch filename quoting format is apparently + coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 --- man It would be nice to have a man command. Not one that handles troff or |