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