aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c
AgeCommit message (Expand)Author
2020-12-27man: implement SECTION parametersDenys Vlasenko
2019-03-30man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko
2019-03-26man: don't skip default path which appears in config fileRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-10-31man: remove -Tascii from nroff invocationDenys Vlasenko
2016-10-31man: make width selection more thorough; explain how to override itDenys Vlasenko
2016-10-30man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko
2016-08-22man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko
2014-11-27man: accept a list of dirs in $MANPATHDenys Vlasenko
2014-03-03man: default to asciiDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2014-01-22man: parse "DEFINE pager" in configJohn Spencer
2013-08-25man: find posix man pagesJohn Spencer
2012-06-08man: fix handling of gzipped manpagesDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-04man: add compatibility with man-dbDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
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