From cc054d87a39246eed78c9ae061022b305490a30b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 25 Jun 2017 12:51:47 +0000 Subject: cope with changes in BASE messages --- regress/mdoc/Bd/badargs.out_lint | 5 +++-- regress/mdoc/Bd/beforeNAME.out_lint | 5 +++-- regress/mdoc/Bd/blank.out_lint | 5 +++-- regress/mdoc/Bd/break.out_lint | 5 +++-- regress/mdoc/Bd/broken.out_lint | 5 +++-- regress/mdoc/Bd/nested.out_lint | 5 +++-- regress/mdoc/Bd/unclosed.out_lint | 5 +++-- 7 files changed, 21 insertions(+), 14 deletions(-) (limited to 'regress/mdoc/Bd') diff --git a/regress/mdoc/Bd/badargs.out_lint b/regress/mdoc/Bd/badargs.out_lint index 7ec1d457..a003711e 100644 --- a/regress/mdoc/Bd/badargs.out_lint +++ b/regress/mdoc/Bd/badargs.out_lint @@ -1,6 +1,7 @@ mandoc: badargs.in:12:2: ERROR: skipping all arguments: Ed tail argument mandoc: badargs.in:19:16: ERROR: skipping excess arguments: Bd ... -bogus -mandoc: badargs.in:1:5: STYLE: Mdocdate missing: Dd October +mandoc: badargs.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: badargs.in:1:5: BASE: Mdocdate missing: Dd October (OpenBSD) mandoc: badargs.in:9:13: WARNING: empty argument, using 0n: Bd -offset mandoc: badargs.in:14:34: WARNING: duplicate argument: Bd -compact mandoc: badargs.in:14:43: WARNING: duplicate argument: Bd -offset 6n @@ -11,4 +12,4 @@ mandoc: badargs.in:33:2: ERROR: NOT IMPLEMENTED: Bd -file mandoc: badargs.in:38:2: ERROR: NOT IMPLEMENTED: Bd -file mandoc: badargs.in:43:2: ERROR: NOT IMPLEMENTED: Bd -file mandoc: badargs.in:48:2: ERROR: skipping display without arguments: Bd -mandoc: badargs.in: STYLE: RCS id missing +mandoc: badargs.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Bd/beforeNAME.out_lint b/regress/mdoc/Bd/beforeNAME.out_lint index 0161cd55..6173d1b9 100644 --- a/regress/mdoc/Bd/beforeNAME.out_lint +++ b/regress/mdoc/Bd/beforeNAME.out_lint @@ -1,3 +1,4 @@ -mandoc: beforeNAME.in:1:5: STYLE: Mdocdate missing: Dd July -mandoc: beforeNAME.in: STYLE: RCS id missing +mandoc: beforeNAME.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: beforeNAME.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) +mandoc: beforeNAME.in: BASE: RCS id missing: (OpenBSD) mandoc: beforeNAME.in:4:2: WARNING: content before first section header: Bd diff --git a/regress/mdoc/Bd/blank.out_lint b/regress/mdoc/Bd/blank.out_lint index d69d8687..27d36d75 100644 --- a/regress/mdoc/Bd/blank.out_lint +++ b/regress/mdoc/Bd/blank.out_lint @@ -5,6 +5,7 @@ mandoc: blank.in:21:36: WARNING: whitespace at end of input line mandoc: blank.in:22:37: WARNING: whitespace at end of input line mandoc: blank.in:23:32: WARNING: whitespace at end of input line mandoc: blank.in:30:8: WARNING: whitespace at end of input line -mandoc: blank.in:1:5: STYLE: Mdocdate missing: Dd January +mandoc: blank.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: blank.in:1:5: BASE: Mdocdate missing: Dd January (OpenBSD) mandoc: blank.in:30:2: WARNING: empty block: Dl -mandoc: blank.in: STYLE: RCS id missing +mandoc: blank.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Bd/break.out_lint b/regress/mdoc/Bd/break.out_lint index 782c834d..444dc789 100644 --- a/regress/mdoc/Bd/break.out_lint +++ b/regress/mdoc/Bd/break.out_lint @@ -1,3 +1,4 @@ mandoc: break.in:12:2: WARNING: blocks badly nested: Bd breaks Bo -mandoc: break.in:1:5: STYLE: Mdocdate missing: Dd November -mandoc: break.in: STYLE: RCS id missing +mandoc: break.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: break.in:1:5: BASE: Mdocdate missing: Dd November (OpenBSD) +mandoc: break.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Bd/broken.out_lint b/regress/mdoc/Bd/broken.out_lint index 34802726..cf20b518 100644 --- a/regress/mdoc/Bd/broken.out_lint +++ b/regress/mdoc/Bd/broken.out_lint @@ -1,3 +1,4 @@ mandoc: broken.in:12:2: WARNING: blocks badly nested: Bo breaks Bd -mandoc: broken.in:1:5: STYLE: Mdocdate missing: Dd November -mandoc: broken.in: STYLE: RCS id missing +mandoc: broken.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: broken.in:1:5: BASE: Mdocdate missing: Dd November (OpenBSD) +mandoc: broken.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Bd/nested.out_lint b/regress/mdoc/Bd/nested.out_lint index 74e08948..e7efa125 100644 --- a/regress/mdoc/Bd/nested.out_lint +++ b/regress/mdoc/Bd/nested.out_lint @@ -1,4 +1,5 @@ -mandoc: nested.in:1:5: STYLE: Mdocdate missing: Dd November +mandoc: nested.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: nested.in:1:5: BASE: Mdocdate missing: Dd November (OpenBSD) mandoc: nested.in:13:2: WARNING: nested displays are not portable: Bd in Bd mandoc: nested.in:24:2: WARNING: nested displays are not portable: Bd in Bd -mandoc: nested.in: STYLE: RCS id missing +mandoc: nested.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Bd/unclosed.out_lint b/regress/mdoc/Bd/unclosed.out_lint index 774004f0..8f26f015 100644 --- a/regress/mdoc/Bd/unclosed.out_lint +++ b/regress/mdoc/Bd/unclosed.out_lint @@ -1,3 +1,4 @@ mandoc: unclosed.in:9:2: ERROR: appending missing end of block: Bd -mandoc: unclosed.in:1:5: STYLE: Mdocdate missing: Dd July -mandoc: unclosed.in: STYLE: RCS id missing +mandoc: unclosed.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: unclosed.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) +mandoc: unclosed.in: BASE: RCS id missing: (OpenBSD) -- cgit v1.2.3-56-ge451