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/Fo | |
parent | e3dd9df97d2c59b34f1795394aee58997877e797 (diff) | |
download | mandoc-f99bada95dbbf671847e5df741a7f42b73a169ca.tar.gz |
cope with changes in BASE messages
Diffstat (limited to 'regress/mdoc/Fo')
-rw-r--r-- | regress/mdoc/Fo/noarg.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Fo/nohead.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Fo/obsolete.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Fo/punct.out_lint | 5 | ||||
-rw-r--r-- | regress/mdoc/Fo/warn.out_lint | 5 |
5 files changed, 15 insertions, 10 deletions
diff --git a/regress/mdoc/Fo/noarg.out_lint b/regress/mdoc/Fo/noarg.out_lint index eb1a5dc8..eeb7ee5f 100644 --- a/regress/mdoc/Fo/noarg.out_lint +++ b/regress/mdoc/Fo/noarg.out_lint @@ -7,6 +7,7 @@ mandoc: noarg.in:37:2: WARNING: skipping empty macro: Ft mandoc: noarg.in:39:2: WARNING: skipping empty macro: Fa 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:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: noarg.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) mandoc: noarg.in:12:10: ERROR: skipping excess arguments: Fo ... bogus -mandoc: noarg.in: STYLE: RCS id missing +mandoc: noarg.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Fo/nohead.out_lint b/regress/mdoc/Fo/nohead.out_lint index 2023d0a0..680a05fa 100644 --- a/regress/mdoc/Fo/nohead.out_lint +++ b/regress/mdoc/Fo/nohead.out_lint @@ -1,3 +1,4 @@ -mandoc: nohead.in:1:5: STYLE: Mdocdate missing: Dd February +mandoc: nohead.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: nohead.in:1:5: BASE: Mdocdate missing: Dd February (OpenBSD) mandoc: nohead.in:10:2: WARNING: missing function name, using "": Fo -mandoc: nohead.in: STYLE: RCS id missing +mandoc: nohead.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Fo/obsolete.out_lint b/regress/mdoc/Fo/obsolete.out_lint index 0748a447..6e5d1428 100644 --- a/regress/mdoc/Fo/obsolete.out_lint +++ b/regress/mdoc/Fo/obsolete.out_lint @@ -1,4 +1,5 @@ -mandoc: obsolete.in:1:5: STYLE: Mdocdate missing: Dd July +mandoc: obsolete.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: obsolete.in:1:5: BASE: Mdocdate missing: Dd July (OpenBSD) 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 +mandoc: obsolete.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Fo/punct.out_lint b/regress/mdoc/Fo/punct.out_lint index 0ef4124c..6ada62c2 100644 --- a/regress/mdoc/Fo/punct.out_lint +++ b/regress/mdoc/Fo/punct.out_lint @@ -1,5 +1,6 @@ -mandoc: punct.in:1:5: STYLE: Mdocdate missing: Dd May +mandoc: punct.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: punct.in:1:5: BASE: Mdocdate missing: Dd May (OpenBSD) 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 +mandoc: punct.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/mdoc/Fo/warn.out_lint b/regress/mdoc/Fo/warn.out_lint index 39ddeeb2..4b4324c3 100644 --- a/regress/mdoc/Fo/warn.out_lint +++ b/regress/mdoc/Fo/warn.out_lint @@ -1,4 +1,5 @@ -mandoc: warn.in:1:5: STYLE: Mdocdate missing: Dd October +mandoc: warn.in:3:5: BASE: operating system explicitly specified: Os OpenBSD (OpenBSD) +mandoc: warn.in:1:5: BASE: Mdocdate missing: Dd October (OpenBSD) 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 +mandoc: warn.in: BASE: RCS id missing: (OpenBSD) |