summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/roff/it/badarg.out_lint5
-rw-r--r--regress/roff/nr/divzero.out_lint2
-rw-r--r--regress/roff/nr/escname.out_lint2
-rw-r--r--regress/roff/sp/badargs-man.out_lint2
-rw-r--r--regress/roff/string/name.out_lint5
-rw-r--r--regress/roff/string/std.out_lint2
-rw-r--r--regress/roff/tr/args.out_lint2
-rw-r--r--regress/tbl/data/block_unclosed.out_lint2
-rw-r--r--regress/tbl/data/empty.out_lint2
-rw-r--r--regress/tbl/layout/complex.out_lint2
-rw-r--r--regress/tbl/layout/empty.out_lint2
-rw-r--r--regress/tbl/macro/man.out_lint2
-rw-r--r--regress/tbl/macro/nested.out_lint2
-rw-r--r--regress/tbl/mod/badfont.out_lint2
-rw-r--r--regress/tbl/mod/font.out_lint2
-rw-r--r--regress/tbl/opt/invalid.out_lint2
16 files changed, 20 insertions, 18 deletions
diff --git a/regress/roff/it/badarg.out_lint b/regress/roff/it/badarg.out_lint
index 1c5bc812..8543a818 100644
--- a/regress/roff/it/badarg.out_lint
+++ b/regress/roff/it/badarg.out_lint
@@ -1,4 +1,5 @@
mandoc: badarg.in:12:2: ERROR: skipping request without numeric argument: it mytrap
mandoc: badarg.in:15:2: ERROR: skipping request without numeric argument: it
-mandoc: badarg.in:1:5: STYLE: Mdocdate missing: Dd July
-mandoc: badarg.in: STYLE: RCS id missing
+mandoc: badarg.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: badarg.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD)
+mandoc: badarg.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/roff/nr/divzero.out_lint b/regress/roff/nr/divzero.out_lint
index 255f24f7..08948ba9 100644
--- a/regress/roff/nr/divzero.out_lint
+++ b/regress/roff/nr/divzero.out_lint
@@ -1,3 +1,3 @@
mandoc: divzero.in:6:4: ERROR: divide by zero: 1/0
mandoc: divzero.in:7:4: ERROR: divide by zero: 1%0
-mandoc: divzero.in: STYLE: RCS id missing
+mandoc: divzero.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/roff/nr/escname.out_lint b/regress/roff/nr/escname.out_lint
index 58188fd4..4153d8b4 100644
--- a/regress/roff/nr/escname.out_lint
+++ b/regress/roff/nr/escname.out_lint
@@ -2,4 +2,4 @@ mandoc: escname.in:8:5: ERROR: escaped character not allowed in a name: first\e
mandoc: escname.in:11:5: ERROR: escaped character not allowed in a name: first\e
mandoc: escname.in:17:13: WARNING: invalid escape sequence: \n[second
mandoc: escname.in:17:12: WARNING: whitespace at end of input line
-mandoc: escname.in: STYLE: RCS id missing
+mandoc: escname.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/roff/sp/badargs-man.out_lint b/regress/roff/sp/badargs-man.out_lint
index 35e0826d..c74addc5 100644
--- a/regress/roff/sp/badargs-man.out_lint
+++ b/regress/roff/sp/badargs-man.out_lint
@@ -1,2 +1,2 @@
mandoc: badargs-man.in:10:8: ERROR: skipping excess arguments: sp ... 2i
-mandoc: badargs-man.in: STYLE: RCS id missing
+mandoc: badargs-man.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/roff/string/name.out_lint b/regress/roff/string/name.out_lint
index ac57dd12..af4b9835 100644
--- a/regress/roff/string/name.out_lint
+++ b/regress/roff/string/name.out_lint
@@ -15,5 +15,6 @@ mandoc: name.in:33:6: WARNING: undefined string, using "": ble
mandoc: name.in:33:5: WARNING: whitespace at end of input line
mandoc: name.in:35:5: WARNING: undefined string, using "": bl
mandoc: name.in:35:4: WARNING: whitespace at end of input line
-mandoc: name.in:1:5: STYLE: Mdocdate missing: Dd January
-mandoc: name.in: STYLE: RCS id missing
+mandoc: name.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD)
+mandoc: name.in:1:5: BASE: Mdocdate missing: Dd January (OpenBSD)
+mandoc: name.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/roff/string/std.out_lint b/regress/roff/string/std.out_lint
index 3f4dee30..3a746992 100644
--- a/regress/roff/string/std.out_lint
+++ b/regress/roff/string/std.out_lint
@@ -1,3 +1,3 @@
mandoc: std.in:6:4: WARNING: undefined string, using "": DT
mandoc: std.in:10:4: WARNING: undefined string, using "": myname
-mandoc: std.in: STYLE: RCS id missing
+mandoc: std.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/roff/tr/args.out_lint b/regress/roff/tr/args.out_lint
index 82d5963a..d67d8445 100644
--- a/regress/roff/tr/args.out_lint
+++ b/regress/roff/tr/args.out_lint
@@ -1,4 +1,4 @@
mandoc: args.in:6:2: WARNING: skipping empty request: tr
mandoc: args.in:8:5: WARNING: odd number of characters in request: tr x
mandoc: args.in:14:7: WARNING: odd number of characters in request: tr z
-mandoc: args.in: STYLE: RCS id missing
+mandoc: args.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/data/block_unclosed.out_lint b/regress/tbl/data/block_unclosed.out_lint
index 14d78435..8d101cf0 100644
--- a/regress/tbl/data/block_unclosed.out_lint
+++ b/regress/tbl/data/block_unclosed.out_lint
@@ -1,3 +1,3 @@
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: STYLE: RCS id missing
+mandoc: block_unclosed.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/data/empty.out_lint b/regress/tbl/data/empty.out_lint
index e649a9ef..5247d59e 100644
--- a/regress/tbl/data/empty.out_lint
+++ b/regress/tbl/data/empty.out_lint
@@ -1,2 +1,2 @@
mandoc: empty.in:6:2: ERROR: tbl without any data cells
-mandoc: empty.in: STYLE: RCS id missing
+mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/layout/complex.out_lint b/regress/tbl/layout/complex.out_lint
index cff7fe19..56dea463 100644
--- a/regress/tbl/layout/complex.out_lint
+++ b/regress/tbl/layout/complex.out_lint
@@ -3,4 +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
+mandoc: complex.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/layout/empty.out_lint b/regress/tbl/layout/empty.out_lint
index e54db3a0..ada6ce94 100644
--- a/regress/tbl/layout/empty.out_lint
+++ b/regress/tbl/layout/empty.out_lint
@@ -1,3 +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
+mandoc: empty.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/macro/man.out_lint b/regress/tbl/macro/man.out_lint
index a7392ef0..19a39be7 100644
--- a/regress/tbl/macro/man.out_lint
+++ b/regress/tbl/macro/man.out_lint
@@ -1,3 +1,3 @@
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: STYLE: RCS id missing
+mandoc: man.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/macro/nested.out_lint b/regress/tbl/macro/nested.out_lint
index 1a3ac729..ad04d98b 100644
--- a/regress/tbl/macro/nested.out_lint
+++ b/regress/tbl/macro/nested.out_lint
@@ -1,2 +1,2 @@
mandoc: nested.in:12:4: UNSUPP: ignoring macro in table: TS
-mandoc: nested.in: STYLE: RCS id missing
+mandoc: nested.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/mod/badfont.out_lint b/regress/tbl/mod/badfont.out_lint
index d12bd51d..9f49eea9 100644
--- a/regress/tbl/mod/badfont.out_lint
+++ b/regress/tbl/mod/badfont.out_lint
@@ -1,3 +1,3 @@
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: STYLE: RCS id missing
+mandoc: badfont.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/mod/font.out_lint b/regress/tbl/mod/font.out_lint
index de4cf571..403b165f 100644
--- a/regress/tbl/mod/font.out_lint
+++ b/regress/tbl/mod/font.out_lint
@@ -3,4 +3,4 @@ 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: STYLE: RCS id missing
+mandoc: font.in: BASE: RCS id missing: (OpenBSD)
diff --git a/regress/tbl/opt/invalid.out_lint b/regress/tbl/opt/invalid.out_lint
index db82c156..8584bbe5 100644
--- a/regress/tbl/opt/invalid.out_lint
+++ b/regress/tbl/opt/invalid.out_lint
@@ -3,4 +3,4 @@ mandoc: invalid.in:7:19: ERROR: wrong tbl option argument size: decimalpoint wan
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: STYLE: RCS id missing
+mandoc: invalid.in: BASE: RCS id missing: (OpenBSD)