summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/manpath.c
AgeCommit message (Expand)Author
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-10-11Finally use __progname, err(3) and warn(3).Ingo Schwarze
2015-05-07Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze
2015-03-27Parse the new man.conf(5) "output" directive.Ingo Schwarze
2015-03-26Add a new directive "manpath path"Ingo Schwarze
2015-03-21when there is no -m, no -M, no MANPATH and no /etc/man.conf,Ingo Schwarze
2014-11-18Ignore invalid directories in man.conf(5) and MANPATH, even if theirIngo Schwarze
2014-04-23Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2013-11-21My audit of mandoc revealed two missing (unsigned char) castsIngo Schwarze
2013-05-29Trivial sync to bsd.lv:Ingo Schwarze
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2011-12-24Support leading, trailing and double colons in MANPATHIngo Schwarze
2011-12-19Improvements from kristaps@:Ingo Schwarze
2011-12-12implement -C (alternative config file) for apropos(1) and mandocdb(8);Ingo Schwarze
2011-11-26Resync to bsd.lv, most code from kristaps@.Ingo Schwarze