aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-22 17:09:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-22 17:09:12 +0000
commitb3523b9cd3ba71b82e36466b17aae3d65a53203e (patch)
treef9edbb2799d6b3ad1515c5dd01feeea324e8d161 /TODO
parent54143af9efca38f83a453bac6056592e2f1dbc3f (diff)
downloadbusybox-w32-b3523b9cd3ba71b82e36466b17aae3d65a53203e.tar.gz
busybox-w32-b3523b9cd3ba71b82e36466b17aae3d65a53203e.tar.bz2
busybox-w32-b3523b9cd3ba71b82e36466b17aae3d65a53203e.zip
- we already have an impl for man
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index f887905e9..f57921122 100644
--- a/TODO
+++ b/TODO
@@ -132,14 +132,6 @@ patch
132 And while we're at it, a new patch filename quoting format is apparently 132 And while we're at it, a new patch filename quoting format is apparently
133 coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 133 coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2
134--- 134---
135man
136 It would be nice to have a man command. Not one that handles troff or
137 anything, just one that can handle preformatted ascii man pages, possibly
138 compressed. This could probably be a script in the extras directory that
139 calls cat/zcat/bzcat | less
140
141 (How doclifter might work into this is anybody's guess.)
142---
143ar 135ar
144 Write support! 136 Write support!
145--- 137---