aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c
AgeCommit message (Expand)Author
2009-07-24man: use man.config, not only man.conf (man version 1.6f compat)Denys Vlasenko
2008-11-16man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko
2008-09-14man: do not use default if /etc/man.conf has different MANPATHDenis Vlasenko
2008-09-14man: use default MANPATH of "/usr/man"; do not search paths twiceDenis Vlasenko
2008-08-05man: teach it to use .lzma if requested by .configDenis Vlasenko
2008-08-05man: yet another fixlet to "manpage link" codeDenis Vlasenko
2008-08-05man: fixlet for man linksDenis Vlasenko
2008-08-05man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-26whitespace fixDenis Vlasenko
2008-07-26man: a forgotten chunk of lask commit (config file parser fixes)Denis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-26man: ignore (not complain) lines with less than 2 tokensDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-20man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko
2008-07-20mn: use libbb for config parsing (by Vladimir)Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-05man: fix inverted cat/man bool variableDenis Vlasenko
2008-07-05man: code shrinkDenis Vlasenko
2008-07-04man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>)Denis Vlasenko
2008-07-04man: fix missed NULL termination of an arrayDenis Vlasenko
2008-06-27stat: pointers are not 0L, they are NULLDenis Vlasenko
2008-06-27man: mimic "no manual entry for 'bogus'" message and exitcodeDenis Vlasenko
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-04-19man: handle many MANPAGER directives so that they do not overrideDenis Vlasenko
2008-04-13man: new applet. ~600 bytes.Denis Vlasenko