diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-06-30 19:09:27 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-06-30 19:09:27 +0200 |
commit | 3ec84c5d7364c8ed4602561743bf35e3b399e53d (patch) | |
tree | 7a61b62553d8f938b223ca35d91b30fdab048fbb /sys/man | |
parent | cabbe0a84c7aae53316347185a5bdf8095bac9c8 (diff) |
rc: implement 9atoms ` split {command} syntax extension
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/man/1/rc b/sys/man/1/rc index 29cfd94b5..2b12cf0f7 100644 --- a/sys/man/1/rc +++ b/sys/man/1/rc @@ -233,6 +233,8 @@ The value is a single string containing the components of the named variable separated by spaces. A variable with zero elements yields the empty string. .HP .BI `{ command } +.HP +.BI ` "split " { command } .br .I rc executes the @@ -245,6 +247,8 @@ If .B $ifs is not otherwise set, its value is .BR "'\ \et\en'" . +In the second form of the command, split is used instead of +.BR $ifs . .HP .BI <{ command } .HP |