From 2ab7deeb36296dfb6dee301dc3560af24219a22f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 4 Jul 2017 15:24:36 +0000 Subject: 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. --- regress/tbl/opt/box.in | 3 ++- regress/tbl/opt/center.in | 3 ++- regress/tbl/opt/invalid.in | 3 ++- regress/tbl/opt/invalid.out_lint | 11 +++++------ 4 files changed, 11 insertions(+), 9 deletions(-) (limited to 'regress/tbl/opt') 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: $$ -- cgit