aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* man: code shrinkDenis Vlasenko2008-07-051-20/+18
| | | | | | | | | function old new delta man_main 725 765 +40 show_manpage 112 - -112 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/0 up/down: 40/-112) Total: -72 bytes
* man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>)Denis Vlasenko2008-07-041-14/+31
| | | | | | | | function old new delta show_manpage - 112 +112 run_pipe 89 102 +13 man_main 721 725 +4
* man: fix missed NULL termination of an arrayDenis Vlasenko2008-07-041-7/+9
| | | | | | function old new delta man_main 741 721 -20
* stat: pointers are not 0L, they are NULLDenis Vlasenko2008-06-271-1/+8
| | | | | man: better error handling
* man: mimic "no manual entry for 'bogus'" message and exitcodeDenis Vlasenko2008-06-271-4/+10
|
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-3/+3
|
* man: handle many MANPAGER directives so that they do not overrideDenis Vlasenko2008-04-191-34/+44
| | | | | | | | but accumulate. By Ivana Varekova <varekova AT redhat.com> function old new delta man_main 567 684 +117
* man: new applet. ~600 bytes.Denis Vlasenko2008-04-131-0/+151