Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add about 15 missing character escape sequences found in groff_char(7); | Ingo Schwarze | 2017-06-02 | 1 | -4/+7 |
| | | | | triggered by multimedia/mkvtoolnix mkvmerge(1) using \(S2 | ||||
* | Use [ rather than [[ for portability, | Ingo Schwarze | 2017-05-18 | 1 | -1/+1 |
| | | | | | in particular since it makes no difference in the case at hand. Reported by Leah Neukirchen <leah at vuxu dot org> (Void Linux). | ||||
* | explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does not | Ingo Schwarze | 2017-02-06 | 1 | -2/+2 |
| | | | | get into the way, and fix the usage() while here | ||||
* | allow using an alternate mandoc binary | Ingo Schwarze | 2015-04-05 | 1 | -1/+2 |
| | |||||
* | minimal support for Heirloom nroff | Ingo Schwarze | 2015-02-03 | 1 | -5/+17 |
| | |||||
* | Make it clear which errors come from which tool. | Ingo Schwarze | 2014-04-07 | 1 | -3/+6 |
| | | | | joint work with sthen@ | ||||
* | A very simple utility script to automatically compare groff and mandoc | Ingo Schwarze | 2013-06-22 | 1 | -0/+35 |
output on collections of manual source files. I'm using this for quite some time now, and it has proven to be rather useful. Obviously, this will not be installed on user's systems. |