summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_man.c
AgeCommit message (Expand)Author
2014-12-24Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23fix typo in previousIngo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-11-30Multiple fixes with respect to .Pf:Ingo Schwarze
2014-11-27Multiple fixes with respect to .Eo:Ingo Schwarze
2014-11-27Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze
2014-11-19Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze
2014-11-17Multiple fixes with respect to in-line macros:Ingo Schwarze
2014-11-06Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-08-21Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze
2014-08-08Bring the handling of defective prologues even closer to groff,Ingo Schwarze
2014-08-08Various improvements related to .Ex and .Rv:Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-04-20make sure static buffers for snprintf(3) are large enoughIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-01-24Improve formatting of broken blocks in -Tman,Ingo Schwarze
2014-01-22Implement the \: (optional line break) escape sequence,Ingo Schwarze
2013-12-25Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze
2013-12-25Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze
2013-12-24Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze
2013-12-24It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze
2013-10-07Printf size_t vars with %zu, not %ld;Ingo Schwarze
2013-09-15Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze
2013-06-02Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze
2013-05-29In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze
2013-05-19Support .Bl -offset in -mdoc -Tman.Ingo Schwarze
2013-05-19Move printing of the .RS macro into print_offs() such that print_offs()Ingo Schwarze
2012-12-31Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze
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-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
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-16Two fixes regarding -Tman .sp: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-12Do not crash in -Tman on:Ingo Schwarze
2012-07-11Polish -Tman .Rs support.Ingo Schwarze
2012-07-11Basic implementation of -Tman .Bl -column using tbl(7).Ingo Schwarze
2012-07-10basic implementation of -Tman .Bl -tagIngo Schwarze