diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-26 21:41:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-26 21:41:07 +0000 |
commit | 799dcee3c74bb844c9b494a80db82e7f99ae3fef (patch) | |
tree | 9e782aa7963931d91aae5a3fc8a0c59fc236ed7d /regress/mdoc/Fl/long.out_html | |
parent | 685f3892ee135a0425aad84beaf6a9b6a5ec8058 (diff) | |
download | mandoc-799dcee3c74bb844c9b494a80db82e7f99ae3fef.tar.gz |
While we do not recommend the idiom ".Fl Fl long" for long options
because it is an abuse of semantic macros for device-specific
presentational effects, this idiom is so widespread that it makes
sense to convert it to the recommended ".Fl \-long" during the
validation phase. For example, this improves HTML formatting
in pages where authors have used the dubious .Fl Fl.
Feature suggested by Steffen Nurpmeso <steffen at sdaoden dot eu>
on freebsd-hackers.
Diffstat (limited to 'regress/mdoc/Fl/long.out_html')
-rw-r--r-- | regress/mdoc/Fl/long.out_html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/mdoc/Fl/long.out_html b/regress/mdoc/Fl/long.out_html new file mode 100644 index 00000000..6fabcfcd --- /dev/null +++ b/regress/mdoc/Fl/long.out_html @@ -0,0 +1,6 @@ +<dl class="Bl-tag"> + <dt id="long"><a class="permalink" href="#long"><code class="Fl">--long</code></a></dt> + <dd>options</dd> + <dt id="long~2"><a class="permalink" href="#long~2"><code class="Fl">--long</code></a></dt> + <dd>options</dd> +</dl> |