| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid duplicate "bad argument" error message, also shortening the code |  schwarze | 2019-05-03 | 1 | -3/+2 |
* | When processing unknown output options, prevent passing NULL to printf. |  anton | 2019-05-03 | 1 | -3/+4 |
* | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new |  schwarze | 2018-11-22 | 1 | -7/+14 |
* | Add an option -T html -O toc to add a brief table of contents near |  schwarze | 2018-10-02 | 1 | -3/+6 |
* | Basic reporting of .Xrs to manual pages that don't exist |  schwarze | 2017-07-01 | 1 | -1/+9 |
* | Delete the arbitrary range restriction for -Owidth. |  schwarze | 2017-06-13 | 1 | -2/+2 |
* | In -Ttree output mode, show the BROKEN node flag and |  schwarze | 2017-02-10 | 1 | -2/+5 |
* | warn about invalid output options |  schwarze | 2017-01-27 | 1 | -29/+68 |
* | Trim trailing whitespace from man.conf lines. OK schwarze@. |  millert | 2016-05-23 | 1 | -6/+5 |
* | Modernization, no functional change intended: |  schwarze | 2015-11-07 | 1 | -10/+16 |
* | Finally use __progname, err(3) and warn(3). |  schwarze | 2015-10-11 | 1 | -9/+6 |
* | Do not let the -m option or MANPATH with leading, trailing, or double |  schwarze | 2015-05-07 | 1 | -6/+8 |
* | Parse the new man.conf(5) "output" directive. |  schwarze | 2015-03-27 | 1 | -25/+96 |
* | Add a new directive "manpath path" |  schwarze | 2015-03-26 | 1 | -26/+42 |
* | when there is no -m, no -M, no MANPATH and no /etc/man.conf, |  schwarze | 2015-03-21 | 1 | -2/+6 |
* | Ignore invalid directories in man.conf(5) and MANPATH, even if their |  schwarze | 2014-11-18 | 1 | -16/+32 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. |  schwarze | 2014-04-23 | 1 | -3/+3 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -4/+3 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -2/+2 |
* | My audit of mandoc revealed two missing (unsigned char) casts |  schwarze | 2013-11-21 | 1 | -2/+2 |
* | Trivial sync to bsd.lv: |  schwarze | 2013-05-29 | 1 | -5/+5 |
* | remove some unnecessary sys/param.h inclusions |  deraadt | 2012-12-04 | 1 | -3/+1 |
* | Support leading, trailing and double colons in MANPATH |  schwarze | 2011-12-24 | 1 | -6/+44 |
* | Improvements from kristaps@: |  schwarze | 2011-12-19 | 1 | -11/+6 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8); |  schwarze | 2011-12-12 | 1 | -6/+7 |
* | Resync to bsd.lv, most code from kristaps@. |  schwarze | 2011-11-26 | 1 | -0/+141 |