aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sh
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-25 12:51:47 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-25 12:51:47 +0000
commitcc054d87a39246eed78c9ae061022b305490a30b (patch)
tree8b63165ff95e3904a780633f467f2c83565aed79 /regress/mdoc/Sh
parent9d2ef545376117ce8b24ed652f358c029d7b8f4c (diff)
downloadmandoc-cc054d87a39246eed78c9ae061022b305490a30b.tar.gz
mandoc-cc054d87a39246eed78c9ae061022b305490a30b.tar.zst
mandoc-cc054d87a39246eed78c9ae061022b305490a30b.zip
cope with changes in BASE messages
Diffstat (limited to 'regress/mdoc/Sh')
-rw-r--r--regress/mdoc/Sh/badNAME.out_lint5
-rw-r--r--regress/mdoc/Sh/before.out_lint5
-rw-r--r--regress/mdoc/Sh/empty.out_lint5
-rw-r--r--regress/mdoc/Sh/emptyNAME.out_lint5
-rw-r--r--regress/mdoc/Sh/first.out_lint5
-rw-r--r--regress/mdoc/Sh/nohead.out_lint5
-rw-r--r--regress/mdoc/Sh/order.out_lint5
-rw-r--r--regress/mdoc/Sh/orderNAME.out_lint5
-rw-r--r--regress/mdoc/Sh/parbefore.out_lint5
-rw-r--r--regress/mdoc/Sh/parborder.out_lint5
-rw-r--r--regress/mdoc/Sh/punctNAME.out_lint5
-rw-r--r--regress/mdoc/Sh/subbefore.out_lint5
12 files changed, 36 insertions, 24 deletions
diff --git a/regress/mdoc/Sh/badNAME.out_lint b/regress/mdoc/Sh/badNAME.out_lint
index 8ea4f1c0..76387c0d 100644
--- a/regress/mdoc/Sh/badNAME.out_lint
+++ b/regress/mdoc/Sh/badNAME.out_lint
@@ -1,4 +1,5 @@
-mandoc: badNAME.in:1:5: STYLE: Mdocdate missing: Dd July
+mandoc: badNAME.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: badNAME.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
mandoc: badNAME.in:5:2: WARNING: bad NAME section content: Em
mandoc: badNAME.in:4:2: WARNING: NAME section without description
-mandoc: badNAME.in: STYLE: RCS id missing
+mandoc: badNAME.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/before.out_lint b/regress/mdoc/Sh/before.out_lint
index b0a48836..f92de650 100644
--- a/regress/mdoc/Sh/before.out_lint
+++ b/regress/mdoc/Sh/before.out_lint
@@ -1,3 +1,4 @@
-mandoc: before.in:1:5: STYLE: Mdocdate missing: Dd July
-mandoc: before.in: STYLE: RCS id missing
+mandoc: before.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: before.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
+mandoc: before.in: BASE: RCS id missing: (OpenBSD)
mandoc: before.in:4:1: WARNING: content before first section header: text
diff --git a/regress/mdoc/Sh/empty.out_lint b/regress/mdoc/Sh/empty.out_lint
index 8f3b54fc..1a4bf7ee 100644
--- a/regress/mdoc/Sh/empty.out_lint
+++ b/regress/mdoc/Sh/empty.out_lint
@@ -1,3 +1,4 @@
mandoc: empty.in:9:2: ERROR: inserting missing end of block: Sh breaks Xo
-mandoc: empty.in:1:5: STYLE: Mdocdate missing: Dd November
-mandoc: empty.in: STYLE: RCS id missing
+mandoc: empty.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: empty.in:1:5: BASE: Mdocdate missing: Dd November (OpenBSD)
+mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/emptyNAME.out_lint b/regress/mdoc/Sh/emptyNAME.out_lint
index f817d3dd..04d45e5e 100644
--- a/regress/mdoc/Sh/emptyNAME.out_lint
+++ b/regress/mdoc/Sh/emptyNAME.out_lint
@@ -1,4 +1,5 @@
-mandoc: emptyNAME.in:1:5: STYLE: Mdocdate missing: Dd July
+mandoc: emptyNAME.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: emptyNAME.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
mandoc: emptyNAME.in:4:2: WARNING: NAME section without Nm before Nd
mandoc: emptyNAME.in:4:2: WARNING: NAME section without description
-mandoc: emptyNAME.in: STYLE: RCS id missing
+mandoc: emptyNAME.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/first.out_lint b/regress/mdoc/Sh/first.out_lint
index 87169e58..a09b5d61 100644
--- a/regress/mdoc/Sh/first.out_lint
+++ b/regress/mdoc/Sh/first.out_lint
@@ -1,3 +1,4 @@
-mandoc: first.in:1:5: STYLE: Mdocdate missing: Dd July
+mandoc: first.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: first.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
mandoc: first.in:4:2: WARNING: first section is not "NAME": Sh DESCRIPTION
-mandoc: first.in: STYLE: RCS id missing
+mandoc: first.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/nohead.out_lint b/regress/mdoc/Sh/nohead.out_lint
index c40bf929..39267b9a 100644
--- a/regress/mdoc/Sh/nohead.out_lint
+++ b/regress/mdoc/Sh/nohead.out_lint
@@ -1,4 +1,5 @@
mandoc: nohead.in:9:2: WARNING: skipping empty macro: Sh
mandoc: nohead.in:11:2: WARNING: skipping empty macro: Ss
-mandoc: nohead.in:1:5: STYLE: Mdocdate missing: Dd February
-mandoc: nohead.in: STYLE: RCS id missing
+mandoc: nohead.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: nohead.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD)
+mandoc: nohead.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/order.out_lint b/regress/mdoc/Sh/order.out_lint
index 33ca5b26..c7d4b540 100644
--- a/regress/mdoc/Sh/order.out_lint
+++ b/regress/mdoc/Sh/order.out_lint
@@ -1,5 +1,6 @@
-mandoc: order.in:1:5: STYLE: Mdocdate missing: Dd July
+mandoc: order.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: order.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
mandoc: order.in:9:2: WARNING: sections out of conventional order: Sh SYNOPSIS
mandoc: order.in:10:2: WARNING: duplicate section title: Sh SYNOPSIS
mandoc: order.in:11:2: WARNING: unexpected section: Sh ERRORS for 2, 3, 4, 9 only
-mandoc: order.in: STYLE: RCS id missing
+mandoc: order.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/orderNAME.out_lint b/regress/mdoc/Sh/orderNAME.out_lint
index 269761ef..0f9290f2 100644
--- a/regress/mdoc/Sh/orderNAME.out_lint
+++ b/regress/mdoc/Sh/orderNAME.out_lint
@@ -1,4 +1,5 @@
-mandoc: orderNAME.in:1:5: STYLE: Mdocdate missing: Dd January
+mandoc: orderNAME.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: orderNAME.in:1:5: BASE: Mdocdate missing: Dd January (OpenBSD)
mandoc: orderNAME.in:5:2: WARNING: description not at the end of NAME
mandoc: orderNAME.in:4:2: WARNING: NAME section without Nm before Nd
-mandoc: orderNAME.in: STYLE: RCS id missing
+mandoc: orderNAME.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/parbefore.out_lint b/regress/mdoc/Sh/parbefore.out_lint
index bbb4ec84..a42853d8 100644
--- a/regress/mdoc/Sh/parbefore.out_lint
+++ b/regress/mdoc/Sh/parbefore.out_lint
@@ -1,3 +1,4 @@
-mandoc: parbefore.in:1:5: STYLE: Mdocdate missing: Dd April
+mandoc: parbefore.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: parbefore.in:1:5: BASE: Mdocdate missing: Dd April (OpenBSD)
mandoc: parbefore.in:4:2: WARNING: skipping paragraph macro: Pp before Sh
-mandoc: parbefore.in: STYLE: RCS id missing
+mandoc: parbefore.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/parborder.out_lint b/regress/mdoc/Sh/parborder.out_lint
index c6a32d8f..704b4b76 100644
--- a/regress/mdoc/Sh/parborder.out_lint
+++ b/regress/mdoc/Sh/parborder.out_lint
@@ -1,4 +1,5 @@
-mandoc: parborder.in:1:5: STYLE: Mdocdate missing: Dd April
+mandoc: parborder.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: parborder.in:1:5: BASE: Mdocdate missing: Dd April (OpenBSD)
mandoc: parborder.in:8:2: WARNING: skipping paragraph macro: Pp after Sh
mandoc: parborder.in:10:2: WARNING: skipping paragraph macro: Pp at the end of Sh
mandoc: parborder.in:12:2: WARNING: skipping paragraph macro: Pp after Sh
@@ -6,4 +7,4 @@ mandoc: parborder.in:16:2: WARNING: skipping paragraph macro: Pp after Ss
mandoc: parborder.in:18:2: WARNING: skipping paragraph macro: Pp at the end of Ss
mandoc: parborder.in:14:2: WARNING: skipping paragraph macro: Pp before Ss
mandoc: parborder.in:21:2: WARNING: skipping paragraph macro: Pp at the end of Ss
-mandoc: parborder.in: STYLE: RCS id missing
+mandoc: parborder.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/punctNAME.out_lint b/regress/mdoc/Sh/punctNAME.out_lint
index 845c22d9..6c7a0c38 100644
--- a/regress/mdoc/Sh/punctNAME.out_lint
+++ b/regress/mdoc/Sh/punctNAME.out_lint
@@ -1,6 +1,7 @@
-mandoc: punctNAME.in:1:5: STYLE: Mdocdate missing: Dd January
+mandoc: punctNAME.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: punctNAME.in:1:5: BASE: Mdocdate missing: Dd January (OpenBSD)
mandoc: punctNAME.in:6:2: WARNING: missing comma before name: Nm second_name
mandoc: punctNAME.in:6:17: WARNING: bad NAME section content: text
mandoc: punctNAME.in:7:2: WARNING: missing comma before name: Nm third_name
mandoc: punctNAME.in:7:16: WARNING: bad NAME section content: text
-mandoc: punctNAME.in: STYLE: RCS id missing
+mandoc: punctNAME.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/mdoc/Sh/subbefore.out_lint b/regress/mdoc/Sh/subbefore.out_lint
index 94164e51..6450e41e 100644
--- a/regress/mdoc/Sh/subbefore.out_lint
+++ b/regress/mdoc/Sh/subbefore.out_lint
@@ -1,3 +1,4 @@
-mandoc: subbefore.in:1:5: STYLE: Mdocdate missing: Dd July
-mandoc: subbefore.in: STYLE: RCS id missing
+mandoc: subbefore.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: subbefore.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
+mandoc: subbefore.in: BASE: RCS id missing: (OpenBSD)
mandoc: subbefore.in:4:2: WARNING: content before first section header: Ss