summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_man.c
AgeCommit message (Expand)Author
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
2012-07-10multiple fixes to -Tascii .HP rendering: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
2012-07-08Add flags to insert a .sp or .br request before the next output,Ingo Schwarze
2012-07-08Instead of adding one integer variable for each global boolean output flagIngo Schwarze
2012-07-08implement -Tman .VaIngo Schwarze
2012-07-08ouch, in the SYNOPSIS, .Vt is a block,Ingo Schwarze
2012-07-08implement -Tman .VtIngo Schwarze
2012-07-08Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze
2012-07-07rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze
2012-07-07basic support for -Tman .InIngo Schwarze
2012-07-07after .Lb in library section, break the line in the final outputIngo Schwarze
2012-07-07implement -Tman .BkIngo Schwarze
2012-07-07implement -Tman .SmIngo Schwarze
2012-07-07implement -Tman .Bd -offset and -compactIngo Schwarze
2012-07-07minor -mdoc -Tman fixesIngo Schwarze
2011-10-22Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze
2011-10-20Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
2011-09-30implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze