summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/manpath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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