aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* man: add compatibility with man-dbDenys Vlasenko2010-10-041-2/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* man: use man.config, not only man.conf (man version 1.6f compat)Denys Vlasenko2009-07-241-2/+6
* man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko2008-11-161-47/+56
* man: do not use default if /etc/man.conf has different MANPATHDenis Vlasenko2008-09-141-3/+5
* man: use default MANPATH of "/usr/man"; do not search paths twiceDenis Vlasenko2008-09-141-4/+12
* man: teach it to use .lzma if requested by .configDenis Vlasenko2008-08-051-23/+45
* man: yet another fixlet to "manpage link" codeDenis Vlasenko2008-08-051-2/+3
* man: fixlet for man linksDenis Vlasenko2008-08-051-12/+17
* man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko2008-08-051-11/+62
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-1/+1
* whitespace fixDenis Vlasenko2008-07-261-16/+16
* man: a forgotten chunk of lask commit (config file parser fixes)Denis Vlasenko2008-07-261-20/+16
* fix several problems with config parser:Denis Vlasenko2008-07-261-0/+1
* man: ignore (not complain) lines with less than 2 tokensDenis Vlasenko2008-07-261-1/+3
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-3/+1
* man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko2008-07-201-2/+4
* mn: use libbb for config parsing (by Vladimir)Denis Vlasenko2008-07-201-23/+16
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-5/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* man: fix inverted cat/man bool variableDenis Vlasenko2008-07-051-8/+9
* man: code shrinkDenis Vlasenko2008-07-051-20/+18
* man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>)Denis Vlasenko2008-07-041-14/+31
* man: fix missed NULL termination of an arrayDenis Vlasenko2008-07-041-7/+9
* stat: pointers are not 0L, they are NULLDenis Vlasenko2008-06-271-1/+8
* 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
* man: new applet. ~600 bytes.Denis Vlasenko2008-04-131-0/+151