From: Bernhard Reutner-Fischer Date: Mon, 22 Dec 2008 17:09:12 +0000 (-0000) Subject: - we already have an impl for man X-Git-Tag: 1_14_0~385 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3523b9cd3ba71b82e36466b17aae3d65a53203e;p=oweals%2Fbusybox.git - we already have an impl for man --- diff --git a/TODO b/TODO index f887905e9..f57921122 100644 --- a/TODO +++ b/TODO @@ -132,14 +132,6 @@ patch 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 - anything, just one that can handle preformatted ascii man pages, possibly - compressed. This could probably be a script in the extras directory that - calls cat/zcat/bzcat | less - - (How doclifter might work into this is anybody's guess.) ---- ar Write support! ---