1SM-SCOPE(1) - General Commands Manual 2 3# NAME 4 5**Sm-scope** - scope of the spacing macro 6 7# DESCRIPTION 8 9Using an abbreviated example from the 10ksh(1) 11manual. 12 13Modifiers can be applied to the 14${*name*} 15form 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 27In the above modifiers, the 28'`:`' 29can be omitted, ... 30 31OpenBSD - July 4, 2017 32