aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* man: search for man pages relative to the executableRon Yorston2018-03-191-0/+10
* man: save path separator so it can be restoredRon Yorston2017-08-231-1/+9
* man: fix compiler warning about a const -> non-const castJohannes Schindelin2017-08-231-1/+1
* Merge branch 'busybox' into mergeRon Yorston2017-08-221-2/+1
|\
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-2/+2
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-0/+9
|\|
| * Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
| * Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2016-11-021-25/+80
|\|
| * man: remove -Tascii from nroff invocationDenys Vlasenko2016-10-311-2/+4
| * man: make width selection more thorough; explain how to override itDenys Vlasenko2016-10-311-7/+6
| * man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko2016-10-301-25/+79
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-2/+2
|\|
| * man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko2016-08-221-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-2/+2
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-41/+55
|\|
| * man: do not mangle $MANPATH in memoryDenys Vlasenko2014-11-301-3/+5
| * man: accept a list of dirs in $MANPATHDenys Vlasenko2014-11-271-37/+49
* | Merge branch 'busybox' into mergeRon Yorston2014-03-111-9/+18
|\|
| * man: default to asciiDenys Vlasenko2014-03-031-1/+2
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
| * man: parse "DEFINE pager" in configJohn Spencer2014-01-221-7/+15
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-1/+1
|\|
| * man: find posix man pagesJohn Spencer2013-08-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-10/+4
|\|
| * man: fix handling of gzipped manpagesDenys Vlasenko2012-06-081-10/+4
* | mingw32: add manRon Yorston2012-06-261-0/+4
|/
* preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-23/+18
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+8
* 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