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/mdoc/Fo | |
parent | 6dab5c29876bfeee770246c6dfbcc1e0aef2f75e (diff) | |
download | mandoc-959e13946ac72fdcc61b9786185c99495d11f1db.tar.gz |
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'regress/mdoc/Fo')
-rw-r--r-- | regress/mdoc/Fo/noarg.out_lint | 1 | ||||
-rw-r--r-- | regress/mdoc/Fo/nohead.out_lint | 1 | ||||
-rw-r--r-- | regress/mdoc/Fo/obsolete.out_lint | 1 | ||||
-rw-r--r-- | regress/mdoc/Fo/punct.out_lint | 1 | ||||
-rw-r--r-- | regress/mdoc/Fo/warn.out_lint | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/regress/mdoc/Fo/noarg.out_lint b/regress/mdoc/Fo/noarg.out_lint index d8317c9e..eb1a5dc8 100644 --- a/regress/mdoc/Fo/noarg.out_lint +++ b/regress/mdoc/Fo/noarg.out_lint @@ -9,3 +9,4 @@ mandoc: noarg.in:42:2: WARNING: skipping empty macro: Ft mandoc: noarg.in:43:2: WARNING: skipping empty macro: Fn mandoc: noarg.in:1:5: STYLE: Mdocdate missing: Dd July mandoc: noarg.in:12:10: ERROR: skipping excess arguments: Fo ... bogus +mandoc: noarg.in: STYLE: RCS id missing diff --git a/regress/mdoc/Fo/nohead.out_lint b/regress/mdoc/Fo/nohead.out_lint index 363e75b3..2023d0a0 100644 --- a/regress/mdoc/Fo/nohead.out_lint +++ b/regress/mdoc/Fo/nohead.out_lint @@ -1,2 +1,3 @@ mandoc: nohead.in:1:5: STYLE: Mdocdate missing: Dd February mandoc: nohead.in:10:2: WARNING: missing function name, using "": Fo +mandoc: nohead.in: STYLE: RCS id missing diff --git a/regress/mdoc/Fo/obsolete.out_lint b/regress/mdoc/Fo/obsolete.out_lint index 20428eac..0748a447 100644 --- a/regress/mdoc/Fo/obsolete.out_lint +++ b/regress/mdoc/Fo/obsolete.out_lint @@ -1,3 +1,4 @@ mandoc: obsolete.in:1:5: STYLE: Mdocdate missing: Dd July mandoc: obsolete.in:9:2: WARNING: obsolete macro: Ot mandoc: obsolete.in:12:2: WARNING: obsolete macro: Fr +mandoc: obsolete.in: STYLE: RCS id missing diff --git a/regress/mdoc/Fo/punct.out_lint b/regress/mdoc/Fo/punct.out_lint index 1188d6c2..0ef4124c 100644 --- a/regress/mdoc/Fo/punct.out_lint +++ b/regress/mdoc/Fo/punct.out_lint @@ -2,3 +2,4 @@ mandoc: punct.in:1:5: STYLE: Mdocdate missing: Dd May mandoc: punct.in:9:8: STYLE: no blank before trailing delimiter: Fn sin. mandoc: punct.in:11:12: STYLE: no blank before trailing delimiter: Fa y: mandoc: punct.in:13:18: STYLE: no blank before trailing delimiter: Ft float: +mandoc: punct.in: STYLE: RCS id missing diff --git a/regress/mdoc/Fo/warn.out_lint b/regress/mdoc/Fo/warn.out_lint index e72e3390..39ddeeb2 100644 --- a/regress/mdoc/Fo/warn.out_lint +++ b/regress/mdoc/Fo/warn.out_lint @@ -1,3 +1,4 @@ mandoc: warn.in:1:5: STYLE: Mdocdate missing: Dd October mandoc: warn.in:9:8: WARNING: parenthesis in function name: sin() mandoc: warn.in:13:19: WARNING: comma in function argument: double y, double x +mandoc: warn.in: STYLE: RCS id missing |