| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-27 | Update manfilter for greater portability. | John MacFarlane | |
| The tables in our man pages were not rendering correctly with mandoc, now used by default with macOS. mandoc doesn't allow man formatting inside table cells. For maximal portability, we now render the tables in plain format and include them as code blocks in the man page. Closes #8045. | |||
| 2022-01-29 | manfilter.lua: remove extra indent in table cells with code blocks. | John MacFarlane | |
| 2017-11-18 | Update man page lua filter to use text module. | John MacFarlane | |
| 2017-11-11 | Use lua filter to generate man page from MANUAL. | John MacFarlane | |
| Instead of three Haskell filters. This is easier and faster. | |||
