summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/manpath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression caused by the insertion of two new tokens,schwarze2020-08-271-10/+18
* undocumented options -O outfilename and -O tagfilenameschwarze2020-07-211-7/+22
* Finally delete support for the "_whatdb" configuration directive,schwarze2020-02-101-9/+2
* Some time ago, i simplified mandoc_msg() such that it can be usedschwarze2019-07-101-42/+48
* avoid duplicate "bad argument" error message, also shortening the codeschwarze2019-05-031-3/+2
* When processing unknown output options, prevent passing NULL to printf.anton2019-05-031-3/+4
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newschwarze2018-11-221-7/+14
* Add an option -T html -O toc to add a brief table of contents nearschwarze2018-10-021-3/+6
* Basic reporting of .Xrs to manual pages that don't existschwarze2017-07-011-1/+9
* Delete the arbitrary range restriction for -Owidth.schwarze2017-06-131-2/+2
* In -Ttree output mode, show the BROKEN node flag andschwarze2017-02-101-2/+5
* warn about invalid output optionsschwarze2017-01-271-29/+68
* Trim trailing whitespace from man.conf lines. OK schwarze@.millert2016-05-231-6/+5
* Modernization, no functional change intended:schwarze2015-11-071-10/+16
* Finally use __progname, err(3) and warn(3).schwarze2015-10-111-9/+6
* Do not let the -m option or MANPATH with leading, trailing, or doubleschwarze2015-05-071-6/+8
* Parse the new man.conf(5) "output" directive.schwarze2015-03-271-25/+96
* Add a new directive "manpath path"schwarze2015-03-261-26/+42
* when there is no -m, no -M, no MANPATH and no /etc/man.conf,schwarze2015-03-211-2/+6
* Ignore invalid directories in man.conf(5) and MANPATH, even if theirschwarze2014-11-181-16/+32
* Audit malloc(3)/calloc(3)/realloc(3) usage.schwarze2014-04-231-3/+3
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-4/+3
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-2/+2
* My audit of mandoc revealed two missing (unsigned char) castsschwarze2013-11-211-2/+2
* Trivial sync to bsd.lv:schwarze2013-05-291-5/+5
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-3/+1
* Support leading, trailing and double colons in MANPATHschwarze2011-12-241-6/+44
* Improvements from kristaps@:schwarze2011-12-191-11/+6
* implement -C (alternative config file) for apropos(1) and mandocdb(8);schwarze2011-12-121-6/+7
* Resync to bsd.lv, most code from kristaps@.schwarze2011-11-261-0/+141