diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:45:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:45:45 +0000 |
commit | fa0774eefa46d6a2984ff675493f30dfc41f1a8a (patch) | |
tree | a445da3ff94234225b277ac3023792547373d48c /regress/tbl/layout | |
parent | 959e13946ac72fdcc61b9786185c99495d11f1db (diff) | |
download | mandoc-fa0774eefa46d6a2984ff675493f30dfc41f1a8a.tar.gz |
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'regress/tbl/layout')
-rw-r--r-- | regress/tbl/layout/center.in | 2 | ||||
-rw-r--r-- | regress/tbl/layout/center.out_ascii | 2 | ||||
-rw-r--r-- | regress/tbl/layout/complex.out_lint | 1 | ||||
-rw-r--r-- | regress/tbl/layout/empty.out_lint | 1 | ||||
-rw-r--r-- | regress/tbl/layout/numbers.in | 2 | ||||
-rw-r--r-- | regress/tbl/layout/numbers.out_ascii | 2 | ||||
-rw-r--r-- | regress/tbl/layout/span.in | 2 | ||||
-rw-r--r-- | regress/tbl/layout/span.out_ascii | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/regress/tbl/layout/center.in b/regress/tbl/layout/center.in index 39533361..f4edc37d 100644 --- a/regress/tbl/layout/center.in +++ b/regress/tbl/layout/center.in @@ -1,4 +1,4 @@ -.TH TBL-LAYOUT-CENTER 1 +.TH TBL-LAYOUT-CENTER 1 "June 17, 2017" OpenBSD .SH NAME tbl-layout-center \- centering of table cells .SH DESCRIPTION diff --git a/regress/tbl/layout/center.out_ascii b/regress/tbl/layout/center.out_ascii index a77bb7b4..3196fff6 100644 --- a/regress/tbl/layout/center.out_ascii +++ b/regress/tbl/layout/center.out_ascii @@ -22,4 +22,4 @@ DDEESSCCRRIIPPTTIIOONN - TBL-LAYOUT-CENTER(1) +OpenBSD June 17, 2017 TBL-LAYOUT-CENTER(1) diff --git a/regress/tbl/layout/complex.out_lint b/regress/tbl/layout/complex.out_lint index a72604fb..cff7fe19 100644 --- a/regress/tbl/layout/complex.out_lint +++ b/regress/tbl/layout/complex.out_lint @@ -3,3 +3,4 @@ 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: STYLE: RCS id missing diff --git a/regress/tbl/layout/empty.out_lint b/regress/tbl/layout/empty.out_lint index 20ae24a5..e54db3a0 100644 --- a/regress/tbl/layout/empty.out_lint +++ b/regress/tbl/layout/empty.out_lint @@ -1,2 +1,3 @@ mandoc: empty.in:7:2: ERROR: empty tbl layout mandoc: empty.in:12:3: ERROR: empty tbl layout +mandoc: empty.in: STYLE: RCS id missing diff --git a/regress/tbl/layout/numbers.in b/regress/tbl/layout/numbers.in index 24f1cada..591b5ff2 100644 --- a/regress/tbl/layout/numbers.in +++ b/regress/tbl/layout/numbers.in @@ -1,4 +1,4 @@ -.TH TBL-LAYOUT-NUMBERS 1 +.TH TBL-LAYOUT-NUMBERS 1 "January 29, 2017" OpenBSD .SH NAME tbl-layout-numbers \- alignment of numbers in tables .SH DESCRIPTION diff --git a/regress/tbl/layout/numbers.out_ascii b/regress/tbl/layout/numbers.out_ascii index c93d12b0..b3b8bdfc 100644 --- a/regress/tbl/layout/numbers.out_ascii +++ b/regress/tbl/layout/numbers.out_ascii @@ -15,4 +15,4 @@ DDEESSCCRRIIPPTTIIOONN +---++-------+--------+ - TBL-LAYOUT-NUMBERS(1) +OpenBSD January 29, 2017 TBL-LAYOUT-NUMBERS(1) diff --git a/regress/tbl/layout/span.in b/regress/tbl/layout/span.in index d5fef0c7..9b2d7db7 100644 --- a/regress/tbl/layout/span.in +++ b/regress/tbl/layout/span.in @@ -1,4 +1,4 @@ -.TH TBL-LAYOUT-SPAN 1 +.TH TBL-LAYOUT-SPAN 1 "June 17, 2017" OpenBSD .SH NAME tbl-layout-span \- alignment of spanned cells .SH DESCRIPTION diff --git a/regress/tbl/layout/span.out_ascii b/regress/tbl/layout/span.out_ascii index e439a766..bc4badca 100644 --- a/regress/tbl/layout/span.out_ascii +++ b/regress/tbl/layout/span.out_ascii @@ -41,4 +41,4 @@ DDEESSCCRRIIPPTTIIOONN - TBL-LAYOUT-SPAN(1) +OpenBSD June 17, 2017 TBL-LAYOUT-SPAN(1) |