aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/emptyhead.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Bl/emptyhead.in')
-rw-r--r--regress/mdoc/Bl/emptyhead.in43
1 files changed, 43 insertions, 0 deletions
diff --git a/regress/mdoc/Bl/emptyhead.in b/regress/mdoc/Bl/emptyhead.in
new file mode 100644
index 00000000..7219f969
--- /dev/null
+++ b/regress/mdoc/Bl/emptyhead.in
@@ -0,0 +1,43 @@
+.Dd July 3, 2014
+.Dt BL-EMPTYHEAD 1
+.Os OpenBSD
+.Sh NAME
+.Nm Bl-emptyhead
+.Nd lists with empty item heads
+.Sh DESCRIPTION
+hang list:
+.Bl -hang -width 6n
+.It tag
+text
+.It
+no tag before this text
+.It tag
+text
+.El
+ohang list:
+.Bl -ohang
+.It tag
+text
+.It
+no tag before this text
+.It tag
+text
+.El
+inset list:
+.Bl -inset
+.It tag
+text
+.It
+no tag before this text
+.It tag
+text
+.El
+diag list:
+.Bl -diag
+.It tag
+text
+.It
+no tag before this text
+.It tag
+text
+.El