summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc.h
AgeCommit message (Expand)Author
2009-08-22sync to 1.9.1: sync mdoc manual structure to man manual structureIngo Schwarze
2009-08-09sync to 1.8.4: remove superfluous FIXMEsIngo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo 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: first step to get rid of enum mdoc_warn: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: make the declarations more readableIngo Schwarze
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze
2009-06-18sync to 1.7.19: improved comment handlingIngo Schwarze
2009-06-18complete sync to 1.7.17: garbage collect unused functionsIngo 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