summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-08-02 12:02:28 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-08-02 12:02:28 +0000
commite0e303760d9c53bc1d18fa5b1e82ad7a15422677 (patch)
tree25e67930c8c1e47111c5a5fae2571aebf270768d /regress
parented4855c380c2b739b927e6c1fc20375e60583d25 (diff)
downloadmandoc-e0e303760d9c53bc1d18fa5b1e82ad7a15422677.tar.gz
If the body of a man(7) .MT or .UR block is empty, do not emit a warning.
Leaving the body empty is legitimate in this case if the author only wants to display a mail address or URI without providing a link text. Output modules already handle this correctly: terminal output shows just the URI without an accompanying text, HTML output uses the URI for *both* the href= attribute and as the content of the <a> element. The documentation was also wrong and claimed that an .MT or .UR block with an empty body would produce no output. As explained above, this isn't true. Bogus warning reported by Alejandro Colomar <alx dot manpages at gmail dot com>.
Diffstat (limited to 'regress')
-rw-r--r--regress/man/MT/args.out_lint2
-rw-r--r--regress/man/UR/args.out_lint2
2 files changed, 0 insertions, 4 deletions
diff --git a/regress/man/MT/args.out_lint b/regress/man/MT/args.out_lint
index b06ec906..bd2d3be4 100644
--- a/regress/man/MT/args.out_lint
+++ b/regress/man/MT/args.out_lint
@@ -1,5 +1,3 @@
mandoc: args.in:28:11: ERROR: skipping excess arguments: MT ... second
mandoc: args.in:33:11: ERROR: skipping excess arguments: MT ... second
-mandoc: args.in:19:2: WARNING: empty block: MT
mandoc: args.in:23:2: WARNING: missing resource identifier, using "": MT
-mandoc: args.in:33:2: WARNING: empty block: MT
diff --git a/regress/man/UR/args.out_lint b/regress/man/UR/args.out_lint
index b1525e0f..1df8c355 100644
--- a/regress/man/UR/args.out_lint
+++ b/regress/man/UR/args.out_lint
@@ -1,5 +1,3 @@
mandoc: args.in:28:11: ERROR: skipping excess arguments: UR ... second
mandoc: args.in:33:11: ERROR: skipping excess arguments: UR ... second
-mandoc: args.in:19:2: WARNING: empty block: UR
mandoc: args.in:23:2: WARNING: missing resource identifier, using "": UR
-mandoc: args.in:33:2: WARNING: empty block: UR