diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:51:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:51:47 +0000 |
commit | e3dd9df97d2c59b34f1795394aee58997877e797 (patch) | |
tree | 6cf27e8a2b81be6f7efbb0dad9442504b066684c /regress/man/RS | |
parent | 9923be2a2e57e2bd59b65d49b27ba4e1c50053cd (diff) | |
download | mandoc-e3dd9df97d2c59b34f1795394aee58997877e797.tar.gz |
cope with changes in BASE messages
Diffstat (limited to 'regress/man/RS')
-rw-r--r-- | regress/man/RS/REarg.out_lint | 2 | ||||
-rw-r--r-- | regress/man/RS/empty.out_lint | 2 | ||||
-rw-r--r-- | regress/man/RS/lonelyRE.out_lint | 2 | ||||
-rw-r--r-- | regress/man/RS/noRE.out_lint | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/man/RS/REarg.out_lint b/regress/man/RS/REarg.out_lint index b3f98297..8c0c6957 100644 --- a/regress/man/RS/REarg.out_lint +++ b/regress/man/RS/REarg.out_lint @@ -5,4 +5,4 @@ mandoc: REarg.in:18:6: ERROR: skipping excess arguments: RE ... c mandoc: REarg.in:24:6: ERROR: skipping excess arguments: RE ... d mandoc: REarg.in:26:6: ERROR: skipping excess arguments: RE ... e mandoc: REarg.in:26:2: ERROR: fewer RS blocks open, skipping: RE 1 -mandoc: REarg.in: STYLE: RCS id missing +mandoc: REarg.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/man/RS/empty.out_lint b/regress/man/RS/empty.out_lint index ef5def54..308476a2 100644 --- a/regress/man/RS/empty.out_lint +++ b/regress/man/RS/empty.out_lint @@ -1,2 +1,2 @@ mandoc: empty.in:7:2: WARNING: empty block: RS -mandoc: empty.in: STYLE: RCS id missing +mandoc: empty.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/man/RS/lonelyRE.out_lint b/regress/man/RS/lonelyRE.out_lint index 346ec364..886b20fe 100644 --- a/regress/man/RS/lonelyRE.out_lint +++ b/regress/man/RS/lonelyRE.out_lint @@ -1,4 +1,4 @@ mandoc: lonelyRE.in:11:2: ERROR: skipping end of block that is not open: RE mandoc: lonelyRE.in:15:2: ERROR: skipping end of block that is not open: RE mandoc: lonelyRE.in:20:2: ERROR: skipping end of block that is not open: RE -mandoc: lonelyRE.in: STYLE: RCS id missing +mandoc: lonelyRE.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/man/RS/noRE.out_lint b/regress/man/RS/noRE.out_lint index 94381088..7aeaf731 100644 --- a/regress/man/RS/noRE.out_lint +++ b/regress/man/RS/noRE.out_lint @@ -1,2 +1,2 @@ mandoc: noRE.in:7:2: ERROR: appending missing end of block: RS -mandoc: noRE.in: STYLE: RCS id missing +mandoc: noRE.in: BASE: RCS id missing: (OpenBSD) |