| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -34/+0 |
| | | | | | The next step will be to actually use the parsed data. | ||||
| * | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -5/+1 |
| | | |||||
| * | Use size_t in manpath instead of int. | Kristaps Dzonsons | 2012-06-08 | 1 | -2/+2 |
| | | |||||
| * | Have manpath.c properly use manpath(1), that is, using -C and -m and so on. | Kristaps Dzonsons | 2011-12-13 | 1 | -3/+1 |
| | | | | | | This also cleans up the code a little bit. While here, make some functions static that are only used within manpath.c. | ||||
| * | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -4/+4 |
| | | | | | | including various tweaks to the whatis(8) manual; ok kristaps@ | ||||
| * | Allow man.conf file to be assignable. | Kristaps Dzonsons | 2011-11-24 | 1 | -2/+2 |
| | | |||||
| * | Export the manpath_manconf() function, slightly reorderng manpath.c while | Kristaps Dzonsons | 2011-11-24 | 1 | -1/+2 |
| | | | | | | doing so. This will be used by a jailed man.cgi, as the cache built by manup(8) creates a man.conf for it to use. | ||||
| * | Support for Open/NetBSD's /etc/man.conf and others' manpath(1). | Kristaps Dzonsons | 2011-11-23 | 1 | -0/+39 |
| Most of this code (except the manpath part) written by schwarze@. This isn't hooked into anything yet. | |||||
