aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sm/scope.out_markdown
blob: e184ee52cac530823748f302ebaa6ac34f4d52c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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