File: scope.out_ascii

package info (click to toggle)
mdocml 1.14.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,536 kB
  • sloc: ansic: 37,110; makefile: 1,159; sh: 562; perl: 413
file content (17 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SM-SCOPE(1)                 General Commands Manual                SM-SCOPE(1)

NNAAMMEE
     SSmm--ssccooppee - scope of the spacing macro

DDEESSCCRRIIPPTTIIOONN
     Using an abbreviated example from the ksh(1) manual.

     Modifiers can be applied to the ${_n_a_m_e} form of parameter substitution:

     ${_n_a_m_e:-_w_o_r_d}
             If _n_a_m_e is set and not NULL, it is substituted; otherwise, _w_o_r_d
             is substituted.

     In the above modifiers, the `:' can be omitted, ...

OpenBSD                          July 4, 2017                          OpenBSD