summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-05After a leading blank on an output line, the first word was counted twiceIngo Schwarze
2013-08-05Put .%C before .%D in .Rs outputIngo Schwarze
2013-07-13For citing the names and email addresses of authors,Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-07-12Simple partial sync to bsd.lv:Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
2013-06-20Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze
2013-06-17Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1qPhilip Guenther
2013-06-05Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze
2013-06-02Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze
2013-06-02Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() andIngo Schwarze
2013-06-01This file contains too much complexity.Ingo Schwarze
2013-06-01Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze
2013-06-01If a table contained at least one complete lineIngo Schwarze
2013-05-31More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze
2013-05-31The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze
2013-05-30Reject non-printable characters found in the input stream even whenIngo Schwarze
2013-05-29Trivial sync to bsd.lv:Ingo Schwarze
2013-05-29Simplify condition, avoid duplicate code; no functional change.Ingo Schwarze
2013-05-29In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze
2013-05-29In keep mode, if any text is printed (even in NOSPACE mode),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
2013-05-18Should termp_xx_pre() ever get called for a macro it cannot handle,Ingo Schwarze
2013-05-18Remove the variable sz because it's invariantly == 0,Ingo Schwarze
2013-05-18Even though the size of a pointer should not depend on the type of theIngo Schwarze
2013-03-26bits for octeon (will format as OCTEON in Dt);Jason McIntyre
2013-03-06legancy -> legacy; From: Chris HettrickJason McIntyre
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