diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:44:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:44:40 +0000 |
commit | 959e13946ac72fdcc61b9786185c99495d11f1db (patch) | |
tree | 500764cc049bdf3a7a0925238d2b1a6ada8e228d /regress/roff/cond | |
parent | 6dab5c29876bfeee770246c6dfbcc1e0aef2f75e (diff) | |
download | mandoc-959e13946ac72fdcc61b9786185c99495d11f1db.tar.gz |
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'regress/roff/cond')
-rw-r--r-- | regress/roff/cond/close.out_lint | 1 | ||||
-rw-r--r-- | regress/roff/cond/if.out_lint | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/roff/cond/close.out_lint b/regress/roff/cond/close.out_lint index 4800694a..0c351422 100644 --- a/regress/roff/cond/close.out_lint +++ b/regress/roff/cond/close.out_lint @@ -1,2 +1,3 @@ mandoc: close.in:14:2: ERROR: appending missing end of block: if mandoc: close.in:14:9: WARNING: skipping paragraph macro: sp after PP +mandoc: close.in: STYLE: RCS id missing diff --git a/regress/roff/cond/if.out_lint b/regress/roff/cond/if.out_lint index 22f112d5..1b0d70f8 100644 --- a/regress/roff/cond/if.out_lint +++ b/regress/roff/cond/if.out_lint @@ -1,2 +1,3 @@ mandoc: if.in:14:2: WARNING: conditional request controls empty scope: if mandoc: if.in:16:2: WARNING: conditional request controls empty scope: if +mandoc: if.in: STYLE: RCS id missing |