aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge busybox into mergeRon Yorston2022-02-091-1/+1
|\
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-1/+1
|\|
| * man: fix segfault in "man 1"Denys Vlasenko2021-06-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-6/+35
|\|
| * man: implement SECTION parametersDenys Vlasenko2020-12-271-6/+35
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-30/+24
|\|
| * man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko2019-03-301-20/+13
| * man: don't skip default path which appears in config fileRon Yorston2019-03-261-1/+5
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-1/+13
* | man: proper handling of default path and config fileRon Yorston2019-03-281-0/+4
* | man: don't skip default path which appears in config fileRon Yorston2019-03-281-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | win32: special treatment for PATHRon Yorston2018-12-141-15/+2
* | 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