summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/manpath.c
AgeCommit message (Expand)Author
2021-11-05Make sure that the configuration file is always read, even whenIngo Schwarze
2020-08-27Fix a regression caused by the insertion of two new tokens,Ingo Schwarze
2020-07-21undocumented options -O outfilename and -O tagfilenameIngo Schwarze
2020-02-10Finally delete support for the "_whatdb" configuration directive,Ingo Schwarze
2019-07-10Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze
2019-05-03avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze
2019-05-03When processing unknown output options, prevent passing NULL to printf.anton
2018-11-22In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze
2018-10-02Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze
2017-07-01Basic reporting of .Xrs to manual pages that don't existIngo Schwarze
2017-06-13Delete the arbitrary range restriction for -Owidth.Ingo Schwarze
2017-02-10In -Ttree output mode, show the BROKEN node flag andIngo Schwarze
2017-01-27warn about invalid output optionsIngo Schwarze
2016-05-23Trim trailing whitespace from man.conf lines. OK schwarze@.Todd C. Miller
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