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

Annotation of mandoc/regress/mdoc/Bl/column.out_markdown, Revision 1.4

1.1       schwarze    1: BL-COLUMN(1) - General Commands Manual
                      2:
                      3: # NAME
                      4:
                      5: **Bl-column** - lists with multiple columns
                      6:
                      7: # DESCRIPTION
                      8:
                      9:        a
                     10:
                     11:        a    b
                     12:
                     13:        a    b    cc
                     14:        a    b    cc
                     15:        a    b    cc
                     16:        a    b    cc
                     17:        a    b    cc
                     18:
                     19:        a    b    cc    d
                     20:
                     21:        a   b   cc   d   e
                     22:
                     23:        5 + 35 + 4 + 34 = 78:
                     24:
                     25:        x35xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx    x34xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                     26:        a                                      b
                     27:
                     28:        5 + (22+4)*2 + 21 = 78:
                     29:
                     30:        x22xxxxxxxxxxxxxxxxxxx    x22xxxxxxxxxxxxxxxxxxx    x21xxxxxxxxxxxxxxxxxx
                     31:        a                         b                         c
                     32:
                     33:        5 + 16 + (4+15)*3 = 78:
                     34:
                     35:        x16xxxxxxxxxxxxx    x15xxxxxxxxxxxx    x15xxxxxxxxxxxx    x15xxxxxxxxxxxx
                     36:        a                   b                  c                  d
                     37:
                     38:        5 + 13 + (3+12)*4 = 78:
                     39:
                     40:        x13xxxxxxxxxx   x12xxxxxxxxx   x12xxxxxxxxx   x12xxxxxxxxx   x12xxxxxxxxx
                     41:        a               b              c              d              e
                     42:
                     43:        a       b
                     44:        a       b
                     45:        a       b
                     46:        a       b
                     47:        a       b
                     48:        a       b
                     49:
                     50:        a
                     51:        a    b
                     52:        a    b    c
                     53:        a    b    c d
                     54:        a    b    c d e
                     55:
                     56:        a    b    c    d
                     57:        a    b    c    d
                     58:        a    b    c    d
                     59:        a    b    c    d
                     60:        a    b    c    d
                     61:        a    b    c    d
                     62:        a    b    c    d
                     63:        a    b    c    d
                     64:
                     65:        aa    OpenBSD OpenBSD OpenBSD    tab-tab
                     66:        aa    OpenBSD OpenBSD Ox         tab-ta
                     67:        aa    Ox OpenBSD OpenBSD         ta-tab
                     68:        aa    Ox OpenBSD Ox              ta-ta
                     69:        aa    Ox OpenBSD OpenBSD         ta-bl/ta
                     70:        aa     OpenBSD OpenBSD Ox        ta/bl-ta
                     71:        aa     OpenBSD OpenBSD OpenBSD   ta/bl-bl/ta
                     72:        aa    bb                         ta at eol
                     73:        aa    bb
                     74:        tab at eol
                     75:
                     76:        aa    bb    cc    dd
                     77:
1.4     ! schwarze   78: OpenBSD - July 11, 2019 - BL-COLUMN(1)

CVSweb