From d9f0f81c846a8405c29870e4a8379e5e79d1cad3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/tbl/opt/box.out_ascii | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 regress/tbl/opt/box.out_ascii (limited to 'regress/tbl/opt/box.out_ascii') diff --git a/regress/tbl/opt/box.out_ascii b/regress/tbl/opt/box.out_ascii new file mode 100644 index 00000000..87ff5cf8 --- /dev/null +++ b/regress/tbl/opt/box.out_ascii @@ -0,0 +1,37 @@ +TBL-VERT(1) General Commands Manual TBL-VERT(1) + + + +NNAAMMEE + tbl-vert - vertical lines + +DDEESSCCRRIIPPTTIIOONN + no boxing: + + a b + c d + + automatic boxing: + + +------+ + |a b | + |c d | + +------+ + manual boxing: + + +--++--+ + |a ||b | + +--++--+ + |c ||d | + +--++--+ + + automatic and manual boxing: + + +--++--+ + |a ||b | + +--++--+ + |c ||d | + +--++--+ + + + TBL-VERT(1) -- cgit v1.2.3-56-ge451