summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-18/+3
* Lint fixes.Kristaps Dzonsons2009-06-171-4/+3
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-18/+32
* Cleaned up .Bf validator.Kristaps Dzonsons2009-06-171-19/+14
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-25/+26
* Noted deprecation of \*( and \* special-character escapes.Kristaps Dzonsons2009-06-171-3/+9
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-3/+2
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-5/+7
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-29/+56
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Version bumped.VERSION_1_7_13Kristaps Dzonsons2009-04-121-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+18
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-2/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-52/+63
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-0/+1396