diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-15 00:27:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-15 00:27:52 +0000 |
commit | 7a6175f17cfb7cc37dea1c98c65b6fccaf92f619 (patch) | |
tree | e73b909eedbdc81ac6a7a93a3e5af2269fee4c90 /regress/tbl/data/block_width.out_ascii | |
parent | ff7404ec88115f451afc869f7330722a3bb3e41e (diff) | |
download | mandoc-7a6175f17cfb7cc37dea1c98c65b6fccaf92f619.tar.gz |
round default width of tbl(7) text blocks in the same way as groff
Diffstat (limited to 'regress/tbl/data/block_width.out_ascii')
-rw-r--r-- | regress/tbl/data/block_width.out_ascii | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/regress/tbl/data/block_width.out_ascii b/regress/tbl/data/block_width.out_ascii new file mode 100644 index 00000000..b454c5d3 --- /dev/null +++ b/regress/tbl/data/block_width.out_ascii @@ -0,0 +1,63 @@ +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 | + +--+---+---+---+---+---+---+-----------+ +OpenBSD June 15, 2017 OpenBSD |