Werner LEMBERG <[EMAIL PROTECTED]>:
> > .TP++ or .TQ
> > 
> > Looks like a normal paragraph break, but continues a .TP list.
> > Generally people just use .sp for this, which is why .sp may be
> > the only low-level request that's truly essential for man pages.
> 
> How shall .sp replace .TQ in this particular case?  Please give an
> example for this output
> 
>     foo
>     bar      Two options documented within a single item.
> 
> With a proper definition of .TQ I simply write
> 
>     .TP
>     foo
>     .TQ
>     bar
>     Two options ...

Oh, I misunderstood TQ then.  I thought it was to be used like this

.TP
Heading
This is an indented paragraph.
.TQ
This is another paragraph that is indented.
.PP
This paragraph will not be indented, as .PP has restored the default.

My error.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>


_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to