diff options
| author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-08 18:11:22 +0000 |
|---|---|---|
| committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-08 18:11:22 +0000 |
| commit | 487d956e07013bc929ab478a0503246df414b00a (patch) | |
| tree | 22c2d5abff010bc035dd6d8ee6c0d64f46a9b627 /regress/tbl/mod/width.out_ascii | |
| parent | 789580a2a2366243d622766fdadd094931ca6596 (diff) | |
| download | mandoc-487d956e07013bc929ab478a0503246df414b00a.tar.gz mandoc-487d956e07013bc929ab478a0503246df414b00a.zip | |
Implement w layout specifier (minimum column width).
Improve width calculation of text blocks.
Reduces the groff/mandoc diff in Base+Xenocara by about 800 lines.
Diffstat (limited to 'regress/tbl/mod/width.out_ascii')
| -rw-r--r-- | regress/tbl/mod/width.out_ascii | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/regress/tbl/mod/width.out_ascii b/regress/tbl/mod/width.out_ascii new file mode 100644 index 00000000..8ff6bf19 --- /dev/null +++ b/regress/tbl/mod/width.out_ascii @@ -0,0 +1,16 @@ +TBL-MOD-WIDTH(1) General Commands Manual TBL-MOD-WIDTH(1) + + + +NNAAMMEE + tbl-mod-width - width modifier in table layout + +DDEESSCCRRIIPPTTIIOONN + normal text + + +---+------+----+------+ + |a | abcd | a | abcd | + +---+------+----+------+ + + +OpenBSD June 8, 2017 TBL-MOD-WIDTH(1) |
