summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Fl/long.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-04-26 21:41:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-04-26 21:41:07 +0000
commit799dcee3c74bb844c9b494a80db82e7f99ae3fef (patch)
tree9e782aa7963931d91aae5a3fc8a0c59fc236ed7d /regress/mdoc/Fl/long.in
parent685f3892ee135a0425aad84beaf6a9b6a5ec8058 (diff)
downloadmandoc-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.in')
-rw-r--r--regress/mdoc/Fl/long.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/regress/mdoc/Fl/long.in b/regress/mdoc/Fl/long.in
new file mode 100644
index 00000000..37c2b81c
--- /dev/null
+++ b/regress/mdoc/Fl/long.in
@@ -0,0 +1,16 @@
+.\" $OpenBSD: long.in,v 1.1 2020/04/26 21:29:46 schwarze Exp $
+.Dd $Mdocdate$
+.Dt FL-LONG 1
+.Os
+.Sh NAME
+.Nm Fl-long
+.Nd GNU-style long options
+.Sh DESCRIPTION
+BEGINTEST
+.Bl -tag -width Ds
+.It Fl \-long
+options
+.It Fl Fl long
+options
+.El
+ENDTEST