diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-01-20 21:12:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-01-20 21:12:47 +0000 |
commit | 943eed873941672858c11763afe014b284795d57 (patch) | |
tree | 0449086d391b6e4b4002caf81a220a0d780ec4de /regress | |
parent | 15775a35e4426c21c53c40650eda7209ac71935c (diff) |
Split the -Werror message level into -Werror (broken manual, probably
using mandoc is better than using groff) and -Wunsupp (manual using
unsupported low-level roff(7) feature, probably using groff is better
than using mandoc). Once this feature is complete, it is intended
to help porting, making the decision whether to USE_GROFF easier.
As a first step, distinguish four classes of roff(7) requests:
1. Supported (currently 24 requests)
2. Currently ignored because unimportant (120) -> no message
3. Ignored for good because insecure (14) -> -Werror
4. Currently unsupported (68) -> these trigger the new -Wunsupp messages
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/mandoc/tbl/macro.out_lint | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/tbl/nested.out_lint | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/tbl/macro.out_lint b/regress/usr.bin/mandoc/tbl/macro.out_lint index 63139f4b4f9..ba4eea35cdd 100644 --- a/regress/usr.bin/mandoc/tbl/macro.out_lint +++ b/regress/usr.bin/mandoc/tbl/macro.out_lint @@ -1 +1 @@ -mandoc: macro.in:11:2: ERROR: ignoring macro in table: PD 1 +mandoc: macro.in:11:2: UNSUPP: ignoring macro in table: PD 1 diff --git a/regress/usr.bin/mandoc/tbl/nested.out_lint b/regress/usr.bin/mandoc/tbl/nested.out_lint index 6422786837a..0f650c85e0e 100644 --- a/regress/usr.bin/mandoc/tbl/nested.out_lint +++ b/regress/usr.bin/mandoc/tbl/nested.out_lint @@ -1 +1 @@ -mandoc: nested.in:12:4: ERROR: ignoring macro in table: TS +mandoc: nested.in:12:4: UNSUPP: ignoring macro in table: TS |