aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fl/spacing.out_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Fl/spacing.out_markdown')
-rw-r--r--regress/mdoc/Fl/spacing.out_markdown42
1 files changed, 42 insertions, 0 deletions
diff --git a/regress/mdoc/Fl/spacing.out_markdown b/regress/mdoc/Fl/spacing.out_markdown
new file mode 100644
index 00000000..a46a44e3
--- /dev/null
+++ b/regress/mdoc/Fl/spacing.out_markdown
@@ -0,0 +1,42 @@
+FL-SPACING(1) - General Commands Manual
+
+# NAME
+
+**Fl-spacing** - horizontal spacing after flag macros
+
+# DESCRIPTION
+
+with argument:
+**-a**
+
+no next node:
+**-** suffix
+
+transparent next node only:
+**-**
+suffix
+
+following text:
+**-**
+text
+
+text after transparent node on the same line:
+**-**
+text
+
+following macro on the same line:
+**-**‌*word*
+
+following macro on the next line:
+**-**
+*word*
+
+following macro on the next line after transparent node on the same line:
+**-**
+*word*
+
+following macro after transparent node on the next line:
+**-**
+*word*
+
+OpenBSD - February 27, 2020