diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-30 19:30:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-30 19:30:38 +0000 |
commit | 2c507cce96b600e9c7260ee1c0b8bf1330cd3cff (patch) | |
tree | b677c302e456a9fad4b1eb508ee3415bc4aa1660 /regress/mdoc/Tn | |
parent | 3d8bd1f3fd3008bd932346d3e5435b63f7f28972 (diff) | |
download | mandoc-2c507cce96b600e9c7260ee1c0b8bf1330cd3cff.tar.gz |
STYLE message about useless macros we don't want (Bt Tn Ud);
not a WARNING because they don't endanger portability
Diffstat (limited to 'regress/mdoc/Tn')
-rw-r--r-- | regress/mdoc/Tn/noarg.out_lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/mdoc/Tn/noarg.out_lint b/regress/mdoc/Tn/noarg.out_lint index 74e0b6fc..340a3502 100644 --- a/regress/mdoc/Tn/noarg.out_lint +++ b/regress/mdoc/Tn/noarg.out_lint @@ -1 +1,2 @@ mandoc: noarg.in:11:2: WARNING: skipping empty macro: Tn +mandoc: noarg.in:9:2: STYLE: useless macro: Tn |