summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Polish tbl(7) error reporting.schwarze2015-01-281-6/+9
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"schwarze2015-01-231-6/+6
* Support negative indentations for mdoc(7) displays and lists.schwarze2014-12-241-29/+28
* support negative horizontal widths in man(7);schwarze2014-12-231-1/+5
* fix typo in previousschwarze2014-12-231-3/+3
* some scaling unit fixes:schwarze2014-12-231-3/+3
* Multiple fixes with respect to .Pf:schwarze2014-11-301-2/+3
* Multiple fixes with respect to .Eo:schwarze2014-11-271-5/+14
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsschwarze2014-11-271-11/+11
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,schwarze2014-11-191-3/+24
* Multiple fixes with respect to in-line macros:schwarze2014-11-171-1/+5
* Let -Tascii \(bu (bullet) output agree with groff;schwarze2014-11-061-2/+2
* Major bugsquashing with respect to -offset and -width:schwarze2014-10-301-9/+11
* Right after .Fl, a middle delimiter triggers an empty scope,schwarze2014-08-211-4/+7
* Bring the handling of defective prologues even closer to groff,schwarze2014-08-081-3/+4
* Various improvements related to .Ex and .Rv:schwarze2014-08-081-10/+95
* Clean up messages regarding excess arguments:schwarze2014-07-041-5/+7
* When .Sm is called without an argument, groff toggles the spacing mode,schwarze2014-07-021-4/+9
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,schwarze2014-07-021-5/+42
* make sure static buffers for snprintf(3) are large enoughschwarze2014-04-201-6/+7
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-70/+71
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-1/+11
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-3/+4
* Improve formatting of broken blocks in -Tman,schwarze2014-01-241-3/+12
* Implement the \: (optional line break) escape sequence,schwarze2014-01-221-2/+5
* Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.schwarze2013-12-251-4/+9
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.schwarze2013-12-251-1/+11
* Implement SYNOPSIS .Fn indentation for -Tman.schwarze2013-12-241-2/+5
* It turns out SYNOPSIS mode does not imply .Bk in general,schwarze2013-12-241-19/+18
* Printf size_t vars with %zu, not %ld;schwarze2013-10-071-5/+5
* Use normal line macro recognition, do not attempt to roll your own.schwarze2013-09-151-4/+3
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeschwarze2013-06-021-6/+6
* In SYNOPSIS mode, .Ek doesn't end a keep.schwarze2013-05-291-2/+2
* Support .Bl -offset in -mdoc -Tman.schwarze2013-05-191-4/+22
* Move printing of the .RS macro into print_offs() such that print_offs()schwarze2013-05-191-5/+5
* Rewrite indentation handling for nested lists in a more systematic wayschwarze2012-12-311-35/+49
* In -Tman mode, support automatic word keeps in the SYNOPSISschwarze2012-11-191-22/+34
* Make the generated man(7) code more portable by using .PDschwarze2012-11-181-6/+20
* Correct indentation for lists and displays inside lists.schwarze2012-11-181-7/+104
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-19/+20
* Disable hyphenation and, for nroff, disable justification which ismillert2012-07-291-2/+5
* The '-' before the flags needs to be quoted to prevent nroffmillert2012-07-291-2/+2
* Use "\\ " not "\\~" as the non-breaking space as historic nroffmillert2012-07-291-7/+5
* Two fixes regarding -Tman .sp:schwarze2012-07-161-2/+6
* In -Tman .Bl -compact, skip the blank line only before the first itemschwarze2012-07-141-2/+3
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.schwarze2012-07-131-2/+11
* If the tag in .Bl -tag .It would leave exactly one blank before theschwarze2012-07-131-28/+55
* In -man -Tascii, support .sp with negative argument.schwarze2012-07-131-70/+83
* Do not crash in -Tman on:schwarze2012-07-121-9/+16
* Polish -Tman .Rs support.schwarze2012-07-111-28/+68