summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Bl/breakingIt.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Bl/breakingIt.in')
-rw-r--r--regress/usr.bin/mandoc/mdoc/Bl/breakingIt.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Bl/breakingIt.in b/regress/usr.bin/mandoc/mdoc/Bl/breakingIt.in
new file mode 100644
index 00000000000..bcae378920f
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Bl/breakingIt.in
@@ -0,0 +1,37 @@
+.Dd December 19, 2014
+.Dt BL-BREAKINGIT 1
+.Os OpenBSD
+.Sh NAME
+.Nm Bl-breakingIt
+.Nd items breaking other blocks
+.Sh DESCRIPTION
+.Ss Breaking partial explicit macros
+.Bl -tag -width Ds
+Stray text.
+.Ao
+More stray text.
+.It tag
+Tagged text.
+.El
+.Bl -bullet
+Stray text.
+.Ao
+More stray text.
+.It
+Bullet point.
+.El
+.Ss Breaking full explicit macros
+.Bl -tag -width Ds
+Stray text.
+.Bd -ragged -offset indent
+More stray text.
+.It tag
+Tagged text.
+.El
+.Bl -bullet
+Stray text.
+.Bd -ragged -offset indent
+More stray text.
+.It
+Bullet point.
+.El