summaryrefslogtreecommitdiffstats
path: root/regress/tbl/opt/box.out_ascii
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tbl/opt/box.out_ascii')
-rw-r--r--regress/tbl/opt/box.out_ascii11
1 files changed, 2 insertions, 9 deletions
diff --git a/regress/tbl/opt/box.out_ascii b/regress/tbl/opt/box.out_ascii
index 830c446f..a766fc8b 100644
--- a/regress/tbl/opt/box.out_ascii
+++ b/regress/tbl/opt/box.out_ascii
@@ -5,33 +5,26 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
no boxing:
-
a b
c d
-
automatic boxing:
-
+------+
|a b |
|c d |
+------+
allbox:
-
+--+---+
|a | b |
+--+---+
|c | d |
+--+---+
manual boxing:
-
+--++--+
|a ||b |
+--++--+
|c ||d |
+--++--+
-
automatic and manual boxing:
-
+--++--+
|a ||b |
+--++--+
@@ -39,7 +32,6 @@ DDEESSCCRRIIPPTTIIOONN
+--++--+
+--++--+
allbox and manual boxing:
-
+--++--+
|a ||b |
+--++--+
@@ -47,4 +39,5 @@ DDEESSCCRRIIPPTTIIOONN
|c ||d |
+--++--+
+--++--+
-OpenBSD June 12, 2017 TBL-OPT-BOX(1)
+
+OpenBSD August 28, 2022 TBL-OPT-BOX(1)