diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:43:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:43:14 +0000 |
commit | 6dab5c29876bfeee770246c6dfbcc1e0aef2f75e (patch) | |
tree | 8ff6fbf981f3bdc5d277d4576475bacd27fcb851 /regress/man/RS | |
parent | e480ff62446a168d7089e1c658d50d312188af05 (diff) | |
download | mandoc-6dab5c29876bfeee770246c6dfbcc1e0aef2f75e.tar.gz |
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'regress/man/RS')
-rw-r--r-- | regress/man/RS/REarg.out_lint | 1 | ||||
-rw-r--r-- | regress/man/RS/empty.out_lint | 1 | ||||
-rw-r--r-- | regress/man/RS/lonelyRE.out_lint | 1 | ||||
-rw-r--r-- | regress/man/RS/noRE.out_lint | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/regress/man/RS/REarg.out_lint b/regress/man/RS/REarg.out_lint index 3b516d96..b3f98297 100644 --- a/regress/man/RS/REarg.out_lint +++ b/regress/man/RS/REarg.out_lint @@ -5,3 +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 diff --git a/regress/man/RS/empty.out_lint b/regress/man/RS/empty.out_lint index fe983c38..ef5def54 100644 --- a/regress/man/RS/empty.out_lint +++ b/regress/man/RS/empty.out_lint @@ -1 +1,2 @@ mandoc: empty.in:7:2: WARNING: empty block: RS +mandoc: empty.in: STYLE: RCS id missing diff --git a/regress/man/RS/lonelyRE.out_lint b/regress/man/RS/lonelyRE.out_lint index 8cb30028..346ec364 100644 --- a/regress/man/RS/lonelyRE.out_lint +++ b/regress/man/RS/lonelyRE.out_lint @@ -1,3 +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 diff --git a/regress/man/RS/noRE.out_lint b/regress/man/RS/noRE.out_lint index 3c4c0a13..94381088 100644 --- a/regress/man/RS/noRE.out_lint +++ b/regress/man/RS/noRE.out_lint @@ -1 +1,2 @@ mandoc: noRE.in:7:2: ERROR: appending missing end of block: RS +mandoc: noRE.in: STYLE: RCS id missing |