Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally delete support for the "_whatdb" configuration directive, | Ingo Schwarze | 2020-02-10 | 1 | -6/+0 |
| | | | | | which has a misleading syntax. It was declared obsolete and superseded by the "manpath" directive five years ago. | ||||
* | Reduce the diff to OpenBSD by making FILES a list, | Ingo Schwarze | 2020-02-10 | 1 | -1/+3 |
| | | | | | even though it has only one entry in the portable version. Do not add /etc/examples/man.conf for the portable version, though. | ||||
* | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze | 2018-10-02 | 1 | -1/+2 |
| | | | | | the top of HTML pages containing at least two non-standard sections. Suggested by Adam Kalisz and discussed with kristaps@ during EuroBSDCon 2018. | ||||
* | Correct the mandoc.db(5) requirements of man(1) after the deprecation | Ingo Schwarze | 2017-08-22 | 1 | -2/+6 |
| | | | | of MLINKS. Inaccuracy pointed out by espie@. | ||||
* | escape a macro name that is not intended to be called | Ingo Schwarze | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -0/+20 |
| | | | | Additional functionality, yet minus 45 lines of code. | ||||
* | various tweaks from jmc@ | Ingo Schwarze | 2015-03-27 | 1 | -24/+17 |
| | |||||
* | Add man.conf(5). After adding some additional functionality, | Ingo Schwarze | 2015-03-27 | 1 | -0/+118 |
one of the next steps will be to use it in addition to manpath(1) rather than as an alternative to it. |