diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-06 22:59:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-06 22:59:48 +0000 |
commit | 4d46f5a0e2832b020c0352d54dcaad3bf87e0f0e (patch) | |
tree | ee0c06e82cd4d3bfefed904d7d0b7ccb4674a670 /regress/mdoc/Bd | |
parent | 8bfd46f38d1b15589e5ffa8b44915557a3030385 (diff) | |
download | mandoc-4d46f5a0e2832b020c0352d54dcaad3bf87e0f0e.tar.gz |
Now that we have the -Wstyle message level, downgrade six warnings
that are not syntax mistakes and that do not cause wrong formatting
or content to style suggestions.
Also upgrade two warnings that may cause information loss to errors.
Diffstat (limited to 'regress/mdoc/Bd')
-rw-r--r-- | regress/mdoc/Bd/blank.out_lint | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/mdoc/Bd/blank.out_lint b/regress/mdoc/Bd/blank.out_lint index f5702bdc..b261432c 100644 --- a/regress/mdoc/Bd/blank.out_lint +++ b/regress/mdoc/Bd/blank.out_lint @@ -1,8 +1,8 @@ -mandoc: blank.in:13:1: WARNING: whitespace at end of input line -mandoc: blank.in:15:1: WARNING: whitespace at end of input line -mandoc: blank.in:17:1: WARNING: whitespace at end of input line -mandoc: blank.in:22:36: WARNING: whitespace at end of input line -mandoc: blank.in:23:37: WARNING: whitespace at end of input line -mandoc: blank.in:24:32: WARNING: whitespace at end of input line -mandoc: blank.in:31:8: WARNING: whitespace at end of input line +mandoc: blank.in:13:1: STYLE: whitespace at end of input line +mandoc: blank.in:15:1: STYLE: whitespace at end of input line +mandoc: blank.in:17:1: STYLE: whitespace at end of input line +mandoc: blank.in:22:36: STYLE: whitespace at end of input line +mandoc: blank.in:23:37: STYLE: whitespace at end of input line +mandoc: blank.in:24:32: STYLE: whitespace at end of input line +mandoc: blank.in:31:8: STYLE: whitespace at end of input line mandoc: blank.in:31:2: WARNING: empty block: Dl |