diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 21:08:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 21:08:29 +0000 |
commit | 5341a1c8ccff685f8aeaa889962ec2dd4b718df8 (patch) | |
tree | 853546661afa1b9615db1111c2a27c0555cc8faf /regress/tbl/data/insert.out_ascii | |
parent | 864aed49c1c432f1295b9a2429e94b05550653db (diff) | |
download | mandoc-5341a1c8ccff685f8aeaa889962ec2dd4b718df8.tar.gz |
It turns out association of tbl spans with layout rows is simpler than
i thought. Fixing a bug in curs_addch(3) and minus 25 lines of code.
Diffstat (limited to 'regress/tbl/data/insert.out_ascii')
-rw-r--r-- | regress/tbl/data/insert.out_ascii | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/regress/tbl/data/insert.out_ascii b/regress/tbl/data/insert.out_ascii new file mode 100644 index 00000000..50ce3484 --- /dev/null +++ b/regress/tbl/data/insert.out_ascii @@ -0,0 +1,22 @@ +TBL-DATA-INSERT(1) General Commands Manual TBL-DATA-INSERT(1) + + + +NNAAMMEE + tbl-data-insert - insertion of empty spans for line-only layout rows + +DDEESSCCRRIIPPTTIIOONN + initial text + + ----------------------- + colum one column two + ----------------------- + left right + ----------- + right left + + final text + + + +OpenBSD July 4, 2017 TBL-DATA-INSERT(1) |