Re: [Groff] Possible bug in -doc

2016-10-02 Thread Carsten Kunze
> Carsten, can you post a complete self-contained example with .It arguments, > .El etc.? > > Marcin The not-minimum example would be https://raw.githubusercontent.com/n-t-roff/vddiff/master/vddiff.1 If you view this with nroff -mdoc vddiff.1 | less You see the different indentation. --Carste

Re: [Groff] Possible bug in -doc

2016-10-02 Thread Carsten Kunze
> Carsten, can you post a complete self-contained example with .It arguments, > .El etc.? .Dd October 2, 2016 .Dt TOOL 1 .Sh NAME .Nm tool .Nd tool which does something .Sh SYNOPSYS .Nm .Ar argument .Sh DESCRIPTION .Bl -tag .It Fl ab Command ab. .It Oo Ar n Oc Ns Dq Li dd Command dd. .It cd Comman

Re: [Groff] Possible bug in -doc

2016-10-02 Thread Marcin Cieslak
Dnia 02.10.2016 Carsten Kunze napisaƂ/a: > Hello, > > for generating > > [n]"dd" > > which means "an optional number followed by string dd" in a list I use > > .Bl -tag > .It ... > > .It Oo Ar n Oc Ns Dq Li dd > > .It ... > Carsten, can you post a complete self-contained example with .It argument

[Groff] Possible bug in -doc

2016-10-02 Thread Carsten Kunze
Hello, for generating [n]"dd" which means "an optional number followed by string dd" in a list I use .Bl -tag .It ... .It Oo Ar n Oc Ns Dq Li dd .It ... This is formated as expected by mandoc(1) and Heirloom nroff. groff (current git) does indent two characters less than and . Is this a