summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Collapse)AuthorAgeFilesLines
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+2
| | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring.
* Updated manuals.7.Kristaps Dzonsons2009-04-031-3/+3
| | | | Fixed .Dl display.
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-24/+16
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-1/+6
| | | | | Scanned over all manuals with valgrind. Version up.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-0/+2247