summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Even though the size of a pointer should not depend on the type of theIngo Schwarze2013-05-181-1/+1
* - (mdoc.7) fix Xr to selfIngo Schwarze2013-04-283-4/+4
* Cavium Octeon (new architecture in OpenBSD); from jmc@.Ingo Schwarze2013-03-271-0/+1
* legancy -> legacy; reported by Chris HettrickIngo Schwarze2013-03-061-1/+1
* In literal mode (.nf), each input line must be kept togetherIngo Schwarze2013-01-051-3/+3
* Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze2012-12-311-34/+48
* Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze2012-11-194-10/+15
* In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze2012-11-193-5/+70
* sync usage(), and tidy up the output a little; from jmc@Ingo Schwarze2012-11-191-3/+3
* In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze2012-11-191-21/+33
* Three portability improvements by millert@:Ingo Schwarze2012-11-191-8/+9
* Make the generated man(7) code more portable by using .PDIngo Schwarze2012-11-181-5/+19
* Correct indentation for lists and displays inside lists.Ingo Schwarze2012-11-181-6/+103
* Fix four small whitespace issues related to trailing punctuationIngo Schwarze2012-11-183-4/+14
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-1714-767/+765
* Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze2012-11-163-1/+3
* End of sentence spacing after trailing punctuation after .In and .ApIngo Schwarze2012-11-161-8/+0
* Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze2012-11-161-2/+3
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-163-7/+8
* Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze2012-11-162-1/+4
* crash caused by .Ta outside .BlIngo Schwarze2012-11-041-0/+10
* freeciv wants .UR/.UE too; from bentley@Ingo Schwarze2012-10-311-0/+2
* minor EOS issue reported by Nicolas JolyIngo Schwarze2012-10-121-0/+8
* 1) Remove documentation of the groff-1.15 compatibility quirkIngo Schwarze2012-08-291-10/+4
* .Sq should use curly right quotes in HTML output to match its curlyIngo Schwarze2012-08-121-3/+3
* document .PD; related to man_term.c rev. 1.134Ingo Schwarze2012-07-291-1/+32
* Implement .PD for -Tascii.Ingo Schwarze2012-07-292-13/+36
* Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze2012-07-182-21/+21
* Drop .sp and .br right after .SH and .SS.Ingo Schwarze2012-07-182-15/+19
* Let a trailing .Ns macro take effectIngo Schwarze2012-07-182-10/+8
* Fix handling of paragraph macros inside lists:Ingo Schwarze2012-07-186-12/+45
* The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze2012-07-183-14/+2
* Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze2012-07-161-1/+1
* In flush-left mode of both man(7) and mdoc(7), when an output line is brokenIngo Schwarze2012-07-162-3/+8
* For .El .sp, avoid the weird .sp -1v .PP .PP output sequence.Ingo Schwarze2012-07-161-2/+3
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-163-8/+42
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-142-5/+17
* In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze2012-07-141-1/+2
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze2012-07-131-1/+10
* If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze2012-07-131-27/+54
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-132-72/+100
* The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze2012-07-123-14/+19
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-8/+15
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-27/+67
* fix position and formatting of %U;Ingo Schwarze2012-07-112-3/+3
* basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31Ingo Schwarze2012-07-111-5/+41
* basic implementation of -Tman .Bl -tagIngo Schwarze2012-07-101-5/+5
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-102-39/+56
* Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze2012-07-101-6/+1
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-104-19/+149