aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze2012-11-161-3/+4
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-163-10/+11
* Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze2012-11-162-3/+6
* crash caused by .Ta outside .BlIngo Schwarze2012-11-041-1/+11
* freeciv wants .UR/.UE too; from bentley@Ingo Schwarze2012-10-311-1/+3
* minor EOS issue reported by Nicolas JolyIngo Schwarze2012-10-121-1/+9
* 1) Remove documentation of the groff-1.15 compatibility quirkIngo Schwarze2012-08-291-12/+6
* .Sq should use curly right quotes in HTML output to match its curlyIngo Schwarze2012-08-121-4/+4
* document .PD; related to man_term.c rev. 1.134Ingo Schwarze2012-07-291-3/+34
* Implement .PD for -Tascii.Ingo Schwarze2012-07-292-15/+38
* Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze2012-07-182-23/+23
* Drop .sp and .br right after .SH and .SS.Ingo Schwarze2012-07-182-17/+21
* Let a trailing .Ns macro take effectIngo Schwarze2012-07-182-12/+10
* Fix handling of paragraph macros inside lists:Ingo Schwarze2012-07-186-18/+51
* The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze2012-07-183-17/+5
* Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze2012-07-161-2/+2
* In flush-left mode of both man(7) and mdoc(7), when an output line is brokenIngo Schwarze2012-07-162-5/+10
* 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-163-11/+45
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-142-7/+19
* 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-132-74/+102
* The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze2012-07-123-17/+22
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-9/+16
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-28/+68
* fix position and formatting of %U;Ingo Schwarze2012-07-112-5/+5
* 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-102-41/+58
* Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze2012-07-101-7/+2
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-104-23/+153
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-092-20/+37
* 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-082-19/+47
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-12/+65
* implement -Tman .AnIngo Schwarze2012-07-082-3/+33
* 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
* rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze2012-07-071-3/+49
* basic support for -Tman .In; OpenBSD rev. 1.12Ingo Schwarze2012-07-071-2/+33
* after .Lb in library section, break the line in the final outputIngo Schwarze2012-07-071-2/+14
* implement -Tman .Bk; OpenBSD rev. 1.10Ingo Schwarze2012-07-071-5/+36