aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/data/block_width.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-15 00:27:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-15 00:27:52 +0000
commit29faaf9040c5e238e8b14faf2d795d1cda4b2edc (patch)
tree1a289b36fc6d112a70ee99cfc6054610bcc3c0e1 /regress/tbl/data/block_width.out_ascii
parent0fa63c17427ebc9bb3803ef77f6d3adff71a6e9a (diff)
downloadmandoc-29faaf9040c5e238e8b14faf2d795d1cda4b2edc.tar.gz
mandoc-29faaf9040c5e238e8b14faf2d795d1cda4b2edc.tar.zst
mandoc-29faaf9040c5e238e8b14faf2d795d1cda4b2edc.zip
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_ascii63
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