aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fl/punct.out_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Fl/punct.out_markdown')
-rw-r--r--regress/mdoc/Fl/punct.out_markdown42
1 files changed, 42 insertions, 0 deletions
diff --git a/regress/mdoc/Fl/punct.out_markdown b/regress/mdoc/Fl/punct.out_markdown
new file mode 100644
index 00000000..aba7054d
--- /dev/null
+++ b/regress/mdoc/Fl/punct.out_markdown
@@ -0,0 +1,42 @@
+FL-PUNCT(1) - General Commands Manual
+
+# NAME
+
+**Fl-punct** - punctuation handling by the Fl macro
+
+# DESCRIPTION
+
+closing punctuation
+**-a**)
+only one
+**-**)
+only more than one
+**-**))
+middle
+**-a**) **-z**
+start
+**-**) **-z**
+dot
+**-**. **-z**
+comma
+**-**, **-z**
+semicolon
+**-**; **-z**
+colon
+**-**: **-z**
+quest
+**-**? **-z**
+excl
+**-**! **-z**
+paren
+**-**) **-z**
+bracket
+**-**] **-z**
+bar
+**-** | **-m**
+op paren
+(**-a**
+op bracket
+\[**-a**
+
+OpenBSD - August 21, 2014