]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Sm/scope.out_markdown
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / mdoc / Sm / scope.out_markdown
1 SM-SCOPE(1) - General Commands Manual
2
3 # NAME
4
5 **Sm-scope** - scope of the spacing macro
6
7 # DESCRIPTION
8
9 Using an abbreviated example from the
10 ksh(1)
11 manual.
12
13 Modifiers can be applied to the
14 ${*name*}
15 form of parameter substitution:
16
17 ${*name*:-*word*}
18
19 > If
20 > *name*
21 > is set and not
22 > `NULL`,
23 > it is substituted; otherwise,
24 > *word*
25 > is substituted.
26
27 In the above modifiers, the
28 '`:`'
29 can be omitted, ...
30
31 OpenBSD - July 4, 2017