aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-04 15:24:36 +0000
commit59c9d1f4aa4c809091049f979c1bbc2479716399 (patch)
treefd3b27a49a34e228d186449fec87b424c1564988 /regress/tbl
parent423ba251975a0c4f170f9e93bb7237b898b67fef (diff)
downloadmandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.tar.gz
mandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.tar.zst
mandoc-59c9d1f4aa4c809091049f979c1bbc2479716399.zip
Messages of the -Wbase level now print STYLE:. Since this
causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
Diffstat (limited to 'regress/tbl')
-rw-r--r--regress/tbl/data/blankline.in3
-rw-r--r--regress/tbl/data/block_unclosed.in3
-rw-r--r--regress/tbl/data/block_unclosed.out_lint5
-rw-r--r--regress/tbl/data/block_width.in5
-rw-r--r--regress/tbl/data/block_width.out_ascii2
-rw-r--r--regress/tbl/data/block_wrap.in5
-rw-r--r--regress/tbl/data/block_wrap.out_ascii2
-rw-r--r--regress/tbl/data/empty.in3
-rw-r--r--regress/tbl/data/empty.out_lint3
-rw-r--r--regress/tbl/layout/center.in3
-rw-r--r--regress/tbl/layout/complex.in3
-rw-r--r--regress/tbl/layout/complex.out_lint11
-rw-r--r--regress/tbl/layout/empty.in3
-rw-r--r--regress/tbl/layout/empty.out_lint5
-rw-r--r--regress/tbl/layout/emptyline.in3
-rw-r--r--regress/tbl/layout/lines-nogroff.in5
-rw-r--r--regress/tbl/layout/lines-nogroff.out_ascii2
-rw-r--r--regress/tbl/layout/lines.in5
-rw-r--r--regress/tbl/layout/lines.out_ascii2
-rw-r--r--regress/tbl/layout/numbers.in3
-rw-r--r--regress/tbl/layout/span.in3
-rw-r--r--regress/tbl/macro/column.in5
-rw-r--r--regress/tbl/macro/column.out_ascii2
-rw-r--r--regress/tbl/macro/man.in3
-rw-r--r--regress/tbl/macro/man.out_lint5
-rw-r--r--regress/tbl/macro/nested.in3
-rw-r--r--regress/tbl/macro/nested.out_lint3
-rw-r--r--regress/tbl/mod/badfont.in3
-rw-r--r--regress/tbl/mod/badfont.out_lint5
-rw-r--r--regress/tbl/mod/expand-toowide.in3
-rw-r--r--regress/tbl/mod/expand.in3
-rw-r--r--regress/tbl/mod/font.in3
-rw-r--r--regress/tbl/mod/font.out_lint11
-rw-r--r--regress/tbl/mod/misalign.in3
-rw-r--r--regress/tbl/mod/spacing.in3
-rw-r--r--regress/tbl/mod/width.in3
-rw-r--r--regress/tbl/opt/box.in3
-rw-r--r--regress/tbl/opt/center.in3
-rw-r--r--regress/tbl/opt/invalid.in3
-rw-r--r--regress/tbl/opt/invalid.out_lint11
40 files changed, 87 insertions, 70 deletions
diff --git a/regress/tbl/data/blankline.in b/regress/tbl/data/blankline.in
index dd11433a..f171dcef 100644
--- a/regress/tbl/data/blankline.in
+++ b/regress/tbl/data/blankline.in
@@ -1,4 +1,5 @@
-.TH TBL-DATA-BLANKLINE 1 "January 21, 2015" OpenBSD
+.\" $OpenBSD: blankline.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-DATA-BLANKLINE 1 "January 21, 2015"
.SH NAME
tbl-data-blankline \- blank line in a table
.SH DESCRIPTION
diff --git a/regress/tbl/data/block_unclosed.in b/regress/tbl/data/block_unclosed.in
index 5e3526c4..61a02efd 100644
--- a/regress/tbl/data/block_unclosed.in
+++ b/regress/tbl/data/block_unclosed.in
@@ -1,4 +1,5 @@
-.TH TBL-DATA-BLOCK_UNCLOSED 1 "January 28, 2015" OpenBSD
+.\" $OpenBSD: block_unclosed.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-DATA-BLOCK_UNCLOSED 1 "January 28, 2015"
.SH NAME
tbl-data-block_unclosed \- unclosed text block
.SH DESCRIPTION
diff --git a/regress/tbl/data/block_unclosed.out_lint b/regress/tbl/data/block_unclosed.out_lint
index 8d101cf0..60ce4a50 100644
--- a/regress/tbl/data/block_unclosed.out_lint
+++ b/regress/tbl/data/block_unclosed.out_lint
@@ -1,3 +1,2 @@
-mandoc: block_unclosed.in:6:2: ERROR: data block open at end of tbl: TE
-mandoc: block_unclosed.in:29:2: ERROR: data block open at end of tbl: T&
-mandoc: block_unclosed.in: BASE: RCS id missing: (OpenBSD)
+mandoc: block_unclosed.in:7:2: ERROR: data block open at end of tbl: TE
+mandoc: block_unclosed.in:30:2: ERROR: data block open at end of tbl: T&
diff --git a/regress/tbl/data/block_width.in b/regress/tbl/data/block_width.in
index abff1555..a1aa47a4 100644
--- a/regress/tbl/data/block_width.in
+++ b/regress/tbl/data/block_width.in
@@ -1,6 +1,7 @@
-.Dd June 15, 2017
+.\" $OpenBSD: block_width.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt TBL-DATA-BLOCK_WIDTH 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm tbl-data-block_width
.Nd default width of text blocks
diff --git a/regress/tbl/data/block_width.out_ascii b/regress/tbl/data/block_width.out_ascii
index f386feff..7058f54e 100644
--- a/regress/tbl/data/block_width.out_ascii
+++ b/regress/tbl/data/block_width.out_ascii
@@ -63,4 +63,4 @@ DDEESSCCRRIIPPTTIIOONN
leaked tab settings:
b c d e f g h
-OpenBSD June 15, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/tbl/data/block_wrap.in b/regress/tbl/data/block_wrap.in
index dd1837ee..837d078e 100644
--- a/regress/tbl/data/block_wrap.in
+++ b/regress/tbl/data/block_wrap.in
@@ -1,6 +1,7 @@
-.Dd June 12, 2017
+.\" $OpenBSD: block_wrap.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt TBL-DATA-BLOCK_WRAP 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm tbl-data-block_wrap
.Nd line wrapping in text blocks
diff --git a/regress/tbl/data/block_wrap.out_ascii b/regress/tbl/data/block_wrap.out_ascii
index c4dcecd6..1ffeb7f4 100644
--- a/regress/tbl/data/block_wrap.out_ascii
+++ b/regress/tbl/data/block_wrap.out_ascii
@@ -24,4 +24,4 @@ DDEESSCCRRIIPPTTIIOONN
+-----------+------------+
final text
-OpenBSD June 12, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/tbl/data/empty.in b/regress/tbl/data/empty.in
index 2107dcf5..8aff5fe7 100644
--- a/regress/tbl/data/empty.in
+++ b/regress/tbl/data/empty.in
@@ -1,4 +1,5 @@
-.TH TBL-DATA-EMPTY 1 "January 28, 2015" OpenBSD
+.\" $OpenBSD: empty.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-DATA-EMPTY 1 "January 28, 2015"
.SH NAME
tbl-data-empty \- empty table
.SH DESCRIPTION
diff --git a/regress/tbl/data/empty.out_lint b/regress/tbl/data/empty.out_lint
index 5247d59e..b8edd7dd 100644
--- a/regress/tbl/data/empty.out_lint
+++ b/regress/tbl/data/empty.out_lint
@@ -1,2 +1 @@
-mandoc: empty.in:6:2: ERROR: tbl without any data cells
-mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
+mandoc: empty.in:7:2: ERROR: tbl without any data cells
diff --git a/regress/tbl/layout/center.in b/regress/tbl/layout/center.in
index f4edc37d..5727ca96 100644
--- a/regress/tbl/layout/center.in
+++ b/regress/tbl/layout/center.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT-CENTER 1 "June 17, 2017" OpenBSD
+.\" $OpenBSD: center.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT-CENTER 1 "June 17, 2017"
.SH NAME
tbl-layout-center \- centering of table cells
.SH DESCRIPTION
diff --git a/regress/tbl/layout/complex.in b/regress/tbl/layout/complex.in
index 185c5af2..4372503a 100644
--- a/regress/tbl/layout/complex.in
+++ b/regress/tbl/layout/complex.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT-COMPLEX 1 "January 26, 2015" OpenBSD
+.\" $OpenBSD: complex.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT-COMPLEX 1 "January 26, 2015"
.SH NAME
tbl-layout-complex \- complex table layout
.SH DESCRIPTION
diff --git a/regress/tbl/layout/complex.out_lint b/regress/tbl/layout/complex.out_lint
index 56dea463..cea8740a 100644
--- a/regress/tbl/layout/complex.out_lint
+++ b/regress/tbl/layout/complex.out_lint
@@ -1,6 +1,5 @@
-mandoc: complex.in:8:14: WARNING: skipping vertical bar in tbl layout
-mandoc: complex.in:8:28: WARNING: skipping vertical bar in tbl layout
-mandoc: complex.in:10:7: ERROR: ignoring data in spanned tbl cell: h
-mandoc: complex.in:16:3: WARNING: tbl column starts with span
-mandoc: complex.in:18:3: ERROR: ignoring data in spanned tbl cell: b
-mandoc: complex.in: BASE: RCS id missing: (OpenBSD)
+mandoc: complex.in:9:14: WARNING: skipping vertical bar in tbl layout
+mandoc: complex.in:9:28: WARNING: skipping vertical bar in tbl layout
+mandoc: complex.in:11:7: ERROR: ignoring data in spanned tbl cell: h
+mandoc: complex.in:17:3: WARNING: tbl column starts with span
+mandoc: complex.in:19:3: ERROR: ignoring data in spanned tbl cell: b
diff --git a/regress/tbl/layout/empty.in b/regress/tbl/layout/empty.in
index 3afff955..cf8f7a52 100644
--- a/regress/tbl/layout/empty.in
+++ b/regress/tbl/layout/empty.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT-EMPTY 1 "January 29, 2015" OpenBSD
+.\" $OpenBSD: empty.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT-EMPTY 1 "January 29, 2015"
.SH NAME
tbl-layout-empty \- empty table layout
.SH DESCRIPTION
diff --git a/regress/tbl/layout/empty.out_lint b/regress/tbl/layout/empty.out_lint
index ada6ce94..d5470182 100644
--- a/regress/tbl/layout/empty.out_lint
+++ b/regress/tbl/layout/empty.out_lint
@@ -1,3 +1,2 @@
-mandoc: empty.in:7:2: ERROR: empty tbl layout
-mandoc: empty.in:12:3: ERROR: empty tbl layout
-mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
+mandoc: empty.in:8:2: ERROR: empty tbl layout
+mandoc: empty.in:13:3: ERROR: empty tbl layout
diff --git a/regress/tbl/layout/emptyline.in b/regress/tbl/layout/emptyline.in
index 647b70db..ce2743bc 100644
--- a/regress/tbl/layout/emptyline.in
+++ b/regress/tbl/layout/emptyline.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT-EMPTYLINE 1 "January 29, 2015" OpenBSD
+.\" $OpenBSD: emptyline.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT-EMPTYLINE 1 "January 29, 2015"
.SH NAME
tbl-layout-emptyline \- empty lines in table layouts
.SH DESCRIPTION
diff --git a/regress/tbl/layout/lines-nogroff.in b/regress/tbl/layout/lines-nogroff.in
index 9ed94675..61fa2fab 100644
--- a/regress/tbl/layout/lines-nogroff.in
+++ b/regress/tbl/layout/lines-nogroff.in
@@ -1,6 +1,7 @@
-.Dd June 15, 2017
+.\" $OpenBSD: lines-nogroff.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt TBL-LAYOUT-LINES-NOGROFF 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm tbl-layout-lines
.Nd table cells containing lines, misformatting with groff
diff --git a/regress/tbl/layout/lines-nogroff.out_ascii b/regress/tbl/layout/lines-nogroff.out_ascii
index f7563208..8473e972 100644
--- a/regress/tbl/layout/lines-nogroff.out_ascii
+++ b/regress/tbl/layout/lines-nogroff.out_ascii
@@ -105,4 +105,4 @@ DDEESSCCRRIIPPTTIIOONN
21 22
-OpenBSD June 15, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/tbl/layout/lines.in b/regress/tbl/layout/lines.in
index cd345f42..ae4462de 100644
--- a/regress/tbl/layout/lines.in
+++ b/regress/tbl/layout/lines.in
@@ -1,6 +1,7 @@
-.Dd June 15, 2017
+.\" $OpenBSD: lines.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt TBL-LAYOUT-LINES 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm tbl-layout-lines
.Nd table cells containing lines
diff --git a/regress/tbl/layout/lines.out_ascii b/regress/tbl/layout/lines.out_ascii
index 24d07d0d..0b2a1cfe 100644
--- a/regress/tbl/layout/lines.out_ascii
+++ b/regress/tbl/layout/lines.out_ascii
@@ -4752,4 +4752,4 @@ DDOOUUBBLLEEBBOOXX AALLLLBBOOXX
+---+----+
+--------+
-OpenBSD June 15, 2017 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/tbl/layout/numbers.in b/regress/tbl/layout/numbers.in
index 591b5ff2..a8cfbc2d 100644
--- a/regress/tbl/layout/numbers.in
+++ b/regress/tbl/layout/numbers.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT-NUMBERS 1 "January 29, 2017" OpenBSD
+.\" $OpenBSD: numbers.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT-NUMBERS 1 "January 29, 2017"
.SH NAME
tbl-layout-numbers \- alignment of numbers in tables
.SH DESCRIPTION
diff --git a/regress/tbl/layout/span.in b/regress/tbl/layout/span.in
index 9b2d7db7..84a71f8a 100644
--- a/regress/tbl/layout/span.in
+++ b/regress/tbl/layout/span.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT-SPAN 1 "June 17, 2017" OpenBSD
+.\" $OpenBSD: span.in,v 1.5 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT-SPAN 1 "June 17, 2017"
.SH NAME
tbl-layout-span \- alignment of spanned cells
.SH DESCRIPTION
diff --git a/regress/tbl/macro/column.in b/regress/tbl/macro/column.in
index 511025ea..7154b198 100644
--- a/regress/tbl/macro/column.in
+++ b/regress/tbl/macro/column.in
@@ -1,6 +1,7 @@
-.Dd August 20, 2016
+.\" $OpenBSD: column.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.Dd $Mdocdate: July 4 2017 $
.Dt TBL-COLUMN 1
-.Os OpenBSD
+.Os
.Sh NAME
.Nm TBL-column
.Nd tables inside column lists
diff --git a/regress/tbl/macro/column.out_ascii b/regress/tbl/macro/column.out_ascii
index b4428aa6..9bd9f40c 100644
--- a/regress/tbl/macro/column.out_ascii
+++ b/regress/tbl/macro/column.out_ascii
@@ -10,4 +10,4 @@ DDEESSCCRRIIPPTTIIOONN
_c d
-OpenBSD August 20, 2016 OpenBSD
+OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/tbl/macro/man.in b/regress/tbl/macro/man.in
index 3ce5bd0d..0e0e90ce 100644
--- a/regress/tbl/macro/man.in
+++ b/regress/tbl/macro/man.in
@@ -1,4 +1,5 @@
-.TH TBL-MACRO-MAN 1 "December 16, 2014" OpenBSD
+.\" $OpenBSD: man.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MACRO-MAN 1 "December 16, 2014"
.SH NAME
tbl-macro-man \- man macro in a table
.SH DESCRIPTION
diff --git a/regress/tbl/macro/man.out_lint b/regress/tbl/macro/man.out_lint
index 19a39be7..e2a56755 100644
--- a/regress/tbl/macro/man.out_lint
+++ b/regress/tbl/macro/man.out_lint
@@ -1,3 +1,2 @@
-mandoc: man.in:9:5: ERROR: ignoring extra tbl data cells: stray
-mandoc: man.in:12:2: UNSUPP: ignoring macro in table: SM d
-mandoc: man.in: BASE: RCS id missing: (OpenBSD)
+mandoc: man.in:10:5: ERROR: ignoring extra tbl data cells: stray
+mandoc: man.in:13:2: UNSUPP: ignoring macro in table: SM d
diff --git a/regress/tbl/macro/nested.in b/regress/tbl/macro/nested.in
index 09383f6f..6aa0de15 100644
--- a/regress/tbl/macro/nested.in
+++ b/regress/tbl/macro/nested.in
@@ -1,4 +1,5 @@
-.TH TBL-MACRO-NESTED 1 "December 16, 2014" OpenBSD
+.\" $OpenBSD: nested.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MACRO-NESTED 1 "December 16, 2014"
.SH NAME
tbl-macro-nested \- nested table
.SH DESCRIPTION
diff --git a/regress/tbl/macro/nested.out_lint b/regress/tbl/macro/nested.out_lint
index ad04d98b..dd044ba7 100644
--- a/regress/tbl/macro/nested.out_lint
+++ b/regress/tbl/macro/nested.out_lint
@@ -1,2 +1 @@
-mandoc: nested.in:12:4: UNSUPP: ignoring macro in table: TS
-mandoc: nested.in: BASE: RCS id missing: (OpenBSD)
+mandoc: nested.in:13:4: UNSUPP: ignoring macro in table: TS
diff --git a/regress/tbl/mod/badfont.in b/regress/tbl/mod/badfont.in
index 4b765aef..2a4f0d0a 100644
--- a/regress/tbl/mod/badfont.in
+++ b/regress/tbl/mod/badfont.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-BADFONT 1 "February 10, 2015" OpenBSD
+.\" $OpenBSD: badfont.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-BADFONT 1 "February 10, 2015"
.SH NAME
tbl-mod-badfont \- invalid font modifiers in table layouts
.SH DESCRIPTION
diff --git a/regress/tbl/mod/badfont.out_lint b/regress/tbl/mod/badfont.out_lint
index 9f49eea9..c19bae82 100644
--- a/regress/tbl/mod/badfont.out_lint
+++ b/regress/tbl/mod/badfont.out_lint
@@ -1,3 +1,2 @@
-mandoc: badfont.in:8:7: WARNING: unknown font, skipping request: TS f
-mandoc: badfont.in:9:7: WARNING: unknown font, skipping request: TS f.
-mandoc: badfont.in: BASE: RCS id missing: (OpenBSD)
+mandoc: badfont.in:9:7: WARNING: unknown font, skipping request: TS f
+mandoc: badfont.in:10:7: WARNING: unknown font, skipping request: TS f.
diff --git a/regress/tbl/mod/expand-toowide.in b/regress/tbl/mod/expand-toowide.in
index 7e8a44b8..598f3e1e 100644
--- a/regress/tbl/mod/expand-toowide.in
+++ b/regress/tbl/mod/expand-toowide.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-EXPAND-TOOWIDE 1 "May 1, 2017" OpenBSD
+.\" $OpenBSD: expand-toowide.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-EXPAND-TOOWIDE 1 "May 1, 2017"
.SH NAME
tbl-mod-expand-toowide \- try to expand columns in a table
that is already too wide
diff --git a/regress/tbl/mod/expand.in b/regress/tbl/mod/expand.in
index d51cd2a6..99f24646 100644
--- a/regress/tbl/mod/expand.in
+++ b/regress/tbl/mod/expand.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-EXPAND 1 "January 27, 2015" OpenBSD
+.\" $OpenBSD: expand.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-EXPAND 1 "January 27, 2015"
.SH NAME
tbl-mod-expand \- expand modifier in table layout
.SH DESCRIPTION
diff --git a/regress/tbl/mod/font.in b/regress/tbl/mod/font.in
index 448c1bf6..6aaae8df 100644
--- a/regress/tbl/mod/font.in
+++ b/regress/tbl/mod/font.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-FONT 1 "February 10, 2015" OpenBSD
+.\" $OpenBSD: font.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-FONT 1 "February 10, 2015"
.SH NAME
tbl-mod-font \- font modifiers in table layouts
.SH DESCRIPTION
diff --git a/regress/tbl/mod/font.out_lint b/regress/tbl/mod/font.out_lint
index 403b165f..06046a43 100644
--- a/regress/tbl/mod/font.out_lint
+++ b/regress/tbl/mod/font.out_lint
@@ -1,6 +1,5 @@
-mandoc: font.in:8:6: WARNING: unknown font, skipping request: TS fCW|ci
-mandoc: font.in:18:2: WARNING: tab in filled text
-mandoc: font.in:18:4: WARNING: tab in filled text
-mandoc: font.in:18:6: WARNING: tab in filled text
-mandoc: font.in:18:8: WARNING: tab in filled text
-mandoc: font.in: BASE: RCS id missing: (OpenBSD)
+mandoc: font.in:9:6: WARNING: unknown font, skipping request: TS fCW|ci
+mandoc: font.in:19:2: WARNING: tab in filled text
+mandoc: font.in:19:4: WARNING: tab in filled text
+mandoc: font.in:19:6: WARNING: tab in filled text
+mandoc: font.in:19:8: WARNING: tab in filled text
diff --git a/regress/tbl/mod/misalign.in b/regress/tbl/mod/misalign.in
index 1f6bde49..15f52da1 100644
--- a/regress/tbl/mod/misalign.in
+++ b/regress/tbl/mod/misalign.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-MISALIGN 1 "December 24, 2014" OpenBSD
+.\" $OpenBSD: misalign.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-MISALIGN 1 "December 24, 2014"
.SH NAME
tbl-mod-misalign \- failing alignment in tables
.SH DESCRIPTION
diff --git a/regress/tbl/mod/spacing.in b/regress/tbl/mod/spacing.in
index 1928d9a2..5e20b606 100644
--- a/regress/tbl/mod/spacing.in
+++ b/regress/tbl/mod/spacing.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-SPACING 1 "June 27, 2017" OpenBSD
+.\" $OpenBSD: spacing.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-SPACING 1 "June 27, 2017"
.SH NAME
tbl-mod-spacing \- spacing modifier in table layout
.SH DESCRIPTION
diff --git a/regress/tbl/mod/width.in b/regress/tbl/mod/width.in
index 46306089..6482c750 100644
--- a/regress/tbl/mod/width.in
+++ b/regress/tbl/mod/width.in
@@ -1,4 +1,5 @@
-.TH TBL-MOD-WIDTH 1 "June 8, 2017" OpenBSD
+.\" $OpenBSD: width.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-MOD-WIDTH 1 "June 8, 2017"
.SH NAME
tbl-mod-width \- width modifier in table layout
.SH DESCRIPTION
diff --git a/regress/tbl/opt/box.in b/regress/tbl/opt/box.in
index ea255fdc..0ff010be 100644
--- a/regress/tbl/opt/box.in
+++ b/regress/tbl/opt/box.in
@@ -1,4 +1,5 @@
-.TH TBL-OPT-BOX 1 "June 12, 2017" OpenBSD
+.\" $OpenBSD: box.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-OPT-BOX 1 "June 12, 2017"
.SH NAME
tbl-opt-box \- box table options
.SH DESCRIPTION
diff --git a/regress/tbl/opt/center.in b/regress/tbl/opt/center.in
index 7c05202c..075dad48 100644
--- a/regress/tbl/opt/center.in
+++ b/regress/tbl/opt/center.in
@@ -1,4 +1,5 @@
-.TH TBL-LAYOUT_CENTER 1 "January 28, 2015" OpenBSD
+.\" $OpenBSD: center.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-LAYOUT_CENTER 1 "January 28, 2015"
.SH NAME
tbl-layout_center \- center a table as a whole
.SH DESCRIPTION
diff --git a/regress/tbl/opt/invalid.in b/regress/tbl/opt/invalid.in
index 24b2fdfd..70df4961 100644
--- a/regress/tbl/opt/invalid.in
+++ b/regress/tbl/opt/invalid.in
@@ -1,4 +1,5 @@
-.TH TBL-OPT 1 "January 25, 2015" OpenBSD
+.\" $OpenBSD: invalid.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
+.TH TBL-OPT 1 "January 25, 2015"
.SH NAME
tbl-opt \- table options
.SH DESCRIPTION
diff --git a/regress/tbl/opt/invalid.out_lint b/regress/tbl/opt/invalid.out_lint
index 8584bbe5..3ea7f36e 100644
--- a/regress/tbl/opt/invalid.out_lint
+++ b/regress/tbl/opt/invalid.out_lint
@@ -1,6 +1,5 @@
-mandoc: invalid.in:7:5: ERROR: missing tbl option argument: tab
-mandoc: invalid.in:7:19: ERROR: wrong tbl option argument size: decimalpoint want 1 have 2
-mandoc: invalid.in:7:23: ERROR: non-alphabetic character in tbl options: %
-mandoc: invalid.in:7:24: ERROR: skipping unknown tbl option: foo
-mandoc: invalid.in:15:21: UNSUPP: eqn delim option in tbl: $$
-mandoc: invalid.in: BASE: RCS id missing: (OpenBSD)
+mandoc: invalid.in:8:5: ERROR: missing tbl option argument: tab
+mandoc: invalid.in:8:19: ERROR: wrong tbl option argument size: decimalpoint want 1 have 2
+mandoc: invalid.in:8:23: ERROR: non-alphabetic character in tbl options: %
+mandoc: invalid.in:8:24: ERROR: skipping unknown tbl option: foo
+mandoc: invalid.in:16:21: UNSUPP: eqn delim option in tbl: $$