summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.template
Commit message (Collapse)AuthorAgeFilesLines
* Strip empty-line markers from mdoc.template and its mdoc.7 embedded formKristaps Dzonsons2010-06-021-1/+0
| | | | (as per Jason McIntyre's suggestion for manuals in general).
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-1/+1
| | | | | | All manual sections (unknown, 3p, 3f, etc.) correctly handled by -mdoc. Useful warning printed if unknown manual section. Checking for manual sections (e.g., LIBRARY) checks only first character, so 3p, 3f, etc. are free.
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-2/+2
| | | | | Changed ordering of sections (EXIT STATUS moved around), argued for by Ulrich Sporlein. Fixed mdoc_str2sec not to use weird structure.
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-0/+1
|
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-12/+12
| | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).
* Updating web-page to be a bit more compact.Kristaps Dzonsons2009-06-251-1/+3
|
* Added mdoc.template (from NetBSD -- unlicensed??).Kristaps Dzonsons2009-06-111-0/+38
Moved MDOC_TEXT type checks into assertions (should be caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught).