diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:52:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:52:52 +0000 |
commit | f99bada95dbbf671847e5df741a7f42b73a169ca (patch) | |
tree | 740dc909f37be28094bca62ddaa4c624eb5414a7 /regress/mdoc/break | |
parent | e3dd9df97d2c59b34f1795394aee58997877e797 (diff) | |
download | mandoc-f99bada95dbbf671847e5df741a7f42b73a169ca.tar.gz |
cope with changes in BASE messages
Diffstat (limited to 'regress/mdoc/break')
-rw-r--r-- | regress/mdoc/break/brokenbreaker.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/break/notopen.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/break/tail.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/break/twice.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/break/two.out_lint | 5 |
5 files changed, 15 insertions, 10 deletions
diff --git a/regress/mdoc/break/brokenbreaker.out_lint b/regress/mdoc/break/brokenbreaker.out_lint index 736b2539..7fbf4a5b 100644 --- a/regress/mdoc/break/brokenbreaker.out_lint +++ b/regress/mdoc/break/brokenbreaker.out_lint @@ -1,5 +1,6 @@ mandoc: brokenbreaker.in:10:2: WARNING: blocks badly nested: Po breaks Ao mandoc: brokenbreaker.in:12:2: ERROR: skipping end of block that is not open: Pc mandoc: brokenbreaker.in:13:2: WARNING: blocks badly nested: Ao breaks Bo -mandoc: brokenbreaker.in:1:5: STYLE: Mdocdate missing: Dd December -mandoc: brokenbreaker.in: STYLE: RCS id missing +mandoc: brokenbreaker.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: brokenbreaker.in:1:5: BASE: Mdocdate missing: Dd December (OpenBSD) +mandoc: brokenbreaker.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/break/notopen.out_lint b/regress/mdoc/break/notopen.out_lint index 690c295c..00ac0ee3 100644 --- a/regress/mdoc/break/notopen.out_lint +++ b/regress/mdoc/break/notopen.out_lint @@ -1,3 +1,4 @@ mandoc: notopen.in:10:2: ERROR: skipping end of block that is not open: Pc -mandoc: notopen.in:1:5: STYLE: Mdocdate missing: Dd August -mandoc: notopen.in: STYLE: RCS id missing +mandoc: notopen.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: notopen.in:1:5: BASE: Mdocdate missing: Dd August (OpenBSD) +mandoc: notopen.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/break/tail.out_lint b/regress/mdoc/break/tail.out_lint index 5864cc9d..4257cd38 100644 --- a/regress/mdoc/break/tail.out_lint +++ b/regress/mdoc/break/tail.out_lint @@ -3,5 +3,6 @@ mandoc: tail.in:15:2: WARNING: blocks badly nested: Ao breaks Bo mandoc: tail.in:20:2: WARNING: blocks badly nested: Aq breaks Bo mandoc: tail.in:22:2: WARNING: blocks badly nested: Aq breaks Bo mandoc: tail.in:46:2: WARNING: blocks badly nested: Bro breaks Po -mandoc: tail.in:1:5: STYLE: Mdocdate missing: Dd February -mandoc: tail.in: STYLE: RCS id missing +mandoc: tail.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: tail.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) +mandoc: tail.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/break/twice.out_lint b/regress/mdoc/break/twice.out_lint index 8179ff3b..67faf1c6 100644 --- a/regress/mdoc/break/twice.out_lint +++ b/regress/mdoc/break/twice.out_lint @@ -8,6 +8,7 @@ mandoc: twice.in:32:11: WARNING: blocks badly nested: Bo breaks Aq mandoc: twice.in:32:17: WARNING: blocks badly nested: Bo breaks Aq mandoc: twice.in:36:8: WARNING: blocks badly nested: Bq breaks Po mandoc: twice.in:36:2: WARNING: blocks badly nested: Aq breaks Po -mandoc: twice.in:1:5: STYLE: Mdocdate missing: Dd February +mandoc: twice.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: twice.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) mandoc: twice.in:36:2: WARNING: moving content out of list: Aq -mandoc: twice.in: STYLE: RCS id missing +mandoc: twice.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/break/two.out_lint b/regress/mdoc/break/two.out_lint index a77ded9d..27929e5f 100644 --- a/regress/mdoc/break/two.out_lint +++ b/regress/mdoc/break/two.out_lint @@ -6,5 +6,6 @@ mandoc: two.in:29:2: WARNING: blocks badly nested: Aq breaks Bro mandoc: two.in:30:2: WARNING: blocks badly nested: Bo breaks Bro mandoc: two.in:36:2: WARNING: blocks badly nested: Ao breaks Bo mandoc: two.in:41:2: WARNING: blocks badly nested: Aq breaks Bo -mandoc: two.in:1:5: STYLE: Mdocdate missing: Dd February -mandoc: two.in: STYLE: RCS id missing +mandoc: two.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: two.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) +mandoc: two.in: BASE: RCS id missing: (OpenBSD) |