[BACK]Return to block_width.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / data

File: [cvsweb.bsd.lv] / mandoc / regress / tbl / data / block_width.out_ascii (download)

Revision 1.6, Sun Aug 28 12:18:22 2022 UTC (21 months, 3 weeks ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -4 lines

Adjust desired output after tbl_term.c rev. 1.79 (stop skipping
vertical space after boxed tables).

I'm committing this separately because trying to regenerate the
desired output with groff-current reveals an unrelated, recent
regression in groff.  So i fixed the groff output by hand before
committing it, to get rid of the effect of the roff regression.

TBL-DATA-BLOCK_WIDTH(1)     General Commands Manual    TBL-DATA-BLOCK_WIDTH(1)

NNAAMMEE
     ttbbll--ddaattaa--bblloocckk__wwiiddtthh - default width of text blocks

DDEESSCCRRIIPPTTIIOONN
     one column:
     +----------------------------------------+
     |1234567890123456789012345678901234567 9 |
     +----------------------------------------+
     |1234567890123456789012345678901234567   |
     |90                                      |
     +----------------------------------------+

     two columns:
     +--+----------------------------+
     |a | 123456789012345678901234 6 |
     +--+----------------------------+
     |a | 123456789012345678901234   |
     |  | 67                         |
     +--+----------------------------+

     three columns:
     +--+---+---------------------+
     |a | b | 12345678901234567 9 |
     +--+---+---------------------+
     |a | b | 12345678901234567   |
     |  |   | 90                  |
     +--+---+---------------------+

     four columns:
     +--+---+---+------------------+
     |a | b | c | 12345678901234 6 |
     +--+---+---+------------------+
     |a | b | c | 12345678901234   |
     |  |   |   | 67               |
     +--+---+---+------------------+

     five columns:
     +--+---+---+---+---------------+
     |a | b | c | d | 12345678901 3 |
     +--+---+---+---+---------------+
     |a | b | c | d | 12345678901   |
     |  |   |   |   | 34            |
     +--+---+---+---+---------------+

     six columns:
     +--+---+---+---+---+-------------+
     |a | b | c | d | e | 123456789 1 |
     +--+---+---+---+---+-------------+
     |a | b | c | d | e | 123456789   |
     |  |   |   |   |   | 12          |
     +--+---+---+---+---+-------------+

     seven columns:
     +--+---+---+---+---+---+------------+
     |a | b | c | d | e | f | 12345678 0 |
     +--+---+---+---+---+---+------------+
     |a | b | c | d | e | f | 12345678   |
     |  |   |   |   |   |   | 01         |
     +--+---+---+---+---+---+------------+

     eight columns:
     +--+---+---+---+---+---+---+-----------+
     |a | b | c | d | e | f | g | 1234567 9 |
     +--+---+---+---+---+---+---+-----------+
     |a | b | c | d | e | f | g | 1234567   |
     |  |   |   |   |   |   |   | 90        |
     +--+---+---+---+---+---+---+-----------+

     leaked tab settings:
          b    c    d    e    f    g    h

OpenBSD                          July 4, 2017                          OpenBSD