summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/manpath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Parse the new man.conf(5) "output" directive.schwarze2015-03-271-34/+0
| | | | The next step will be to actually use the parsed data.
* Add some missing OpenBSD RCS markersschwarze2014-11-281-1/+1
| | | | and a few missing <sys/types.h> inclusions; no code change.
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-5/+1
|
* Trivial sync to bsd.lv:schwarze2013-05-291-2/+2
| | | | | Kristaps changed the size member of struct manpaths from int to size_t. No functional change.
* Improvements from kristaps@:schwarze2011-12-191-3/+1
| | | | | | | | | | (1) Make the database format simpler and smaller by - storing the file type as a single character and - storing paths relative to the dir containing the database. The latter allows to move trees around. Both together typically save 15-25% of the index size. (2) Make sure apropos(1) "any" really covers all search keys. (3) Make manpath_parseline() static, drop manpath_parseconf() completely.
* implement -C (alternative config file) for apropos(1) and mandocdb(8);schwarze2011-12-121-4/+4
| | | | ok kristaps@
* Resync to bsd.lv, most code from kristaps@.schwarze2011-11-261-0/+40
In particular, support the MANPATH environment variable and don't confuse index record numbers when working with multiple mandoc databases at once. Besides, remove lots of gratuitious code and whitespace differences.