summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2013-01-05In literal mode (.nf), each input line must be kept togetherIngo Schwarze
2012-12-31Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Make the generated man(7) code more portable by using .PDIngo Schwarze
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-11-16Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze
2012-11-16Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze
2012-11-16Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze
2012-08-12.Sq should use curly right quotes in HTML output to match its curlyMatthew Dempsky
2012-07-29Disable hyphenation and, for nroff, disable justification which isTodd C. Miller
2012-07-29The '-' before the flags needs to be quoted to prevent nroffTodd C. Miller
2012-07-29Use "\\ " not "\\~" as the non-breaking space as historic nroffTodd C. Miller
2012-07-29Implement .PD for -Tascii.Ingo Schwarze
2012-07-18Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze
2012-07-18Drop .sp and .br right after .SH and .SS.Ingo Schwarze
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
2012-07-18The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze
2012-07-16Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze
2012-07-16Release polishing: finally fix the perl(1) SYNOPSIS.Ingo Schwarze
2012-07-16Two fixes regarding -Tman .sp:Ingo Schwarze
2012-07-16Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze
2012-07-14Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze
2012-07-14In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze
2012-07-13Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze
2012-07-13If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
2012-07-12The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze
2012-07-12Do not crash in -Tman on:Ingo Schwarze
2012-07-11Polish -Tman .Rs support.Ingo Schwarze
2012-07-11fix position and formatting of %UIngo Schwarze
2012-07-11Basic implementation of -Tman .Bl -column using tbl(7).Ingo Schwarze
2012-07-10basic implementation of -Tman .Bl -tagIngo Schwarze
2012-07-10multiple fixes to -Tascii .HP rendering:Ingo Schwarze
2012-07-10Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze
2012-07-10* implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze
2012-07-09fix -Tascii .Fd line breakingIngo Schwarze
2012-07-09implement -Tman .Eo and .EcIngo Schwarze
2012-07-09Implement -Tman .Bf.Ingo Schwarze
2012-07-09fix -Tman font handling for:Ingo Schwarze
2012-07-09implement -Tman .No and .MtIngo Schwarze
2012-07-08fix .Lk for -Tascii and implement it for -TmanIngo Schwarze
2012-07-08fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze
2012-07-08implement -Tman .AnIngo Schwarze