aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-5/+7
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-4/+9
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-5/+42
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-6/+7
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-70/+71
* Improve formatting of broken blocks in -Tman,Ingo Schwarze2014-03-301-3/+12
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+11
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-3/+4
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-2/+5
* Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze2013-12-251-4/+9
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-1/+11
* Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze2013-12-241-2/+5
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-19/+18
* Printf size_t vars with %zu, not %ld;Ingo Schwarze2013-10-071-5/+5
* Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze2013-09-151-4/+3
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-021-6/+6
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-291-2/+2
* Support .Bl -offset in -mdoc -Tman.Ingo Schwarze2013-05-191-4/+22
* Move printing of the .RS macro into print_offs() such that print_offs()Ingo Schwarze2013-05-191-5/+5
* Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze2012-12-311-35/+49
* In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze2012-11-191-22/+34
* Three portability improvements by millert@:Ingo Schwarze2012-11-191-9/+10
* Make the generated man(7) code more portable by using .PDIngo Schwarze2012-11-181-6/+20
* Correct indentation for lists and displays inside lists.Ingo Schwarze2012-11-181-7/+104
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-19/+20
* For .El .sp, avoid the weird .sp -1v .PP .PP output sequence.Ingo Schwarze2012-07-161-3/+4
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-161-2/+5
* In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze2012-07-141-2/+3
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze2012-07-131-2/+11
* If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze2012-07-131-28/+55
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-70/+83
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-9/+16
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-28/+68
* basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31Ingo Schwarze2012-07-111-6/+42
* basic implementation of -Tman .Bl -tagIngo Schwarze2012-07-101-6/+6
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-9/+23
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-9/+122
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-091-4/+23
* implement -Tman .Eo and .Ec; OpenBSD rev. 1.26Ingo Schwarze2012-07-091-4/+13
* Implement -Tman .Bf.Ingo Schwarze2012-07-091-6/+42
* fix -Tman font handling for:Ingo Schwarze2012-07-091-67/+147
* implement -Tman .No and .Mt; OpenBSD rev. 1.23Ingo Schwarze2012-07-091-15/+27
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-081-2/+31
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-12/+65
* implement -Tman .AnIngo Schwarze2012-07-081-2/+30
* Add flags to insert a .sp or .br request before the next output,Ingo Schwarze2012-07-081-50/+30
* Instead of adding one integer variable for each global boolean output flagIngo Schwarze2012-07-081-181/+177
* implement -Tman .VaIngo Schwarze2012-07-081-3/+3
* implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16Ingo Schwarze2012-07-081-2/+42
* Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze2012-07-081-17/+82