[BACK]Return to bareTa.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bl

Annotation of mandoc/regress/mdoc/Bl/bareTa.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: bareTa.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt TA-BARE 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm Ta-bare
                      7: .Nd bare tabular column macro
                      8: .Sh DESCRIPTION
                      9: initial text
                     10: .Ta ignored arguments
                     11: middle text
                     12: .Bl -item -offset indent
                     13: .It
                     14: .Ta ignored arguments
                     15: indented text
                     16: .El
                     17: middle text
                     18: .Bl -dash
                     19: .It Ta ignored arguments
                     20: indented text
                     21: .El
                     22: middle text
                     23: .Bl -column "a" "b" -offset indent
                     24: .It a Ta b
                     25: .El
                     26: .It ignored arguments
                     27: final text

CVSweb