summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_term.c
AgeCommit message (Expand)Author
2009-07-18sync to 1.8.0: cleanup: remove offset and rmargin from termpairIngo Schwarze
2009-07-18sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manuallyIngo Schwarze
2009-07-18sync to 1.8.0: consolidated Bsx, Dx, Fx, Nx, Ox, Ux into one common functionIngo Schwarze
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-13sync to 1.7.24: In the .Nd line, \(em is typographically more sound than \- ,Ingo Schwarze
2009-07-12sync to 1.7.24: make .In handling more similar to new groffIngo Schwarze
2009-07-07The word "indent" has a special meaning in ".Bd -tag -offset indent",Ingo Schwarze
2009-07-06sync to 1.7.21: increment offset by the value of .Bd -offsetIngo Schwarze
2009-07-06.Bd -offset indent-two is two times 6, not two times 5 spacesIngo Schwarze
2009-06-27sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4Ingo Schwarze
2009-06-27sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual.Ingo Schwarze
2009-06-27sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indentIngo Schwarze
2009-06-27sync to 1.7.20: .Bl -diag get two spaces after the tagIngo Schwarze
2009-06-27sync to 1.7.20: handle [01-9]+m -width specifiersIngo Schwarze
2009-06-27sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent;Ingo Schwarze
2009-06-21sync to 1.7.19: do not try to print_body() when there is noneIngo Schwarze
2009-06-21sync to 1.7.19: proper font decorations for special and .It charactersIngo Schwarze
2009-06-18sync to 1.7.19: improved comment handlingIngo Schwarze
2009-06-18sync to 1.7.16: Moved MDOC_TEXT type checks into assertions (should beIngo Schwarze
2009-06-18sync to 1.7.16: support .Bd -offset leftIngo Schwarze
2009-06-18sync to 1.7.16: adjust centering of header lines to groff conventionsIngo Schwarze
2009-06-18sync to 1.7.16: footer in new groff styleIngo Schwarze
2009-06-18sync to 1.7.16: make a couple of macros callable, reserve "|",Ingo Schwarze
2009-06-17strftime returns size_t, not a pointer; no functional changeIngo Schwarze
2009-06-15sync to 1.7.16: an output function is the wrong place for validation codeIngo Schwarze
2009-06-15sync to 1.7.16: adapt INDENT to groff conventionsIngo 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