summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_validate.c
AgeCommit message (Expand)Author
2009-08-22sync to 1.9.1: .Rv and .Ex accept multiple argumentsIngo Schwarze
2009-08-09sync to 1.8.4: correct error message to complain about .An line argumentsIngo Schwarze
2009-08-09sync to 1.8.3: In .Bl -column, handle one column in excess,Ingo Schwarze
2009-08-09sync to 1.8.2: more .Bl -column fixes, in particular:Ingo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-19The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm;Ingo Schwarze
2009-07-18sync to 1.8.0: a bad .St argument causes an error, not a warningIngo Schwarze
2009-07-18sync to 1.8.0: white space fixes, no code changeIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-18sync to 1.8.0: avoid duplicate warning about a malformed NAME sectionIngo Schwarze
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-13fix a trivial pasto that crept into 1.7.23; also submitted upstreamIngo Schwarze
2009-07-13sync to 1.7.24: mdoc_nwarn/mdoc_nerr got mixed up;Ingo Schwarze
2009-07-12sync to 1.7.24: make .In handling more similar to new groffIngo Schwarze
2009-07-12sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_perr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h,Ingo Schwarze
2009-07-12sync to 1.7.23: third step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: second step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-07-06remove unused WDEPCOL warning that became unused in 1.7.19Ingo Schwarze
2009-06-26the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8;Ingo Schwarze
2009-06-23sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocIngo Schwarze
2009-06-21sync to 1.7.19: .Bl -column now correctly handles tail entries,Ingo Schwarze
2009-06-21sync to 1.7.19: kristaps@ rewrote post_bf to reduce nestingIngo Schwarze
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze
2009-06-19sync to 1.7.19: escape sequences of the forms \*x and \*(xx are deprecatedIngo Schwarze
2009-06-18sync to 1.7.19: improved comment handlingIngo Schwarze
2009-06-18sync to 1.7.16: The .Er macro may also be used in sections (3) and (9).Ingo Schwarze
2009-06-18sync to 1.7.16: use dedicated warning types for list validationIngo Schwarze
2009-06-18sync to 1.7.16: make a couple of macros callable, reserve "|",Ingo Schwarze
2009-06-17sync to 1.7.16: rename static function printwarn to warn_printIngo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps