aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sm/scope.out_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Sm/scope.out_markdown')
-rw-r--r--regress/mdoc/Sm/scope.out_markdown31
1 files changed, 31 insertions, 0 deletions
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