aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sm
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Sm')
-rw-r--r--regress/mdoc/Sm/Makefile2
-rw-r--r--regress/mdoc/Sm/scope.out_markdown31
2 files changed, 32 insertions, 1 deletions
diff --git a/regress/mdoc/Sm/Makefile b/regress/mdoc/Sm/Makefile
index a79ee73b..d6feafe0 100644
--- a/regress/mdoc/Sm/Makefile
+++ b/regress/mdoc/Sm/Makefile
@@ -2,7 +2,7 @@
REGRESS_TARGETS = noarg badarg scope spacing-No spacing-Op twoarg
LINT_TARGETS = badarg twoarg
-MARKDOWN_TARGETS = noarg badarg spacing-No spacing-Op twoarg
+MARKDOWN_TARGETS = noarg badarg scope spacing-No spacing-Op twoarg
SKIP_TMAN ?= scope
diff --git a/regress/mdoc/Sm/scope.out_markdown b/regress/mdoc/Sm/scope.out_markdown
new file mode 100644
index 00000000..e184ee52
--- /dev/null
+++ b/regress/mdoc/Sm/scope.out_markdown
@@ -0,0 +1,31 @@
+SM-SCOPE(1) - General Commands Manual
+
+# NAME
+
+**Sm-scope** - scope of the spacing macro
+
+# DESCRIPTION
+
+Using an abbreviated example from the
+ksh(1)
+manual.
+
+Modifiers can be applied to the
+${*name*}
+form of parameter substitution:
+
+${*name*:-*word*}
+
+> If
+> *name*
+> is set and not
+> `NULL`,
+> it is substituted; otherwise,
+> *word*
+> is substituted.
+
+In the above modifiers, the
+'`:`'
+can be omitted, ...
+
+OpenBSD - January 2, 2010