summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-06-30 19:09:27 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-06-30 19:09:27 +0200
commit3ec84c5d7364c8ed4602561743bf35e3b399e53d (patch)
tree7a61b62553d8f938b223ca35d91b30fdab048fbb /sys/man
parentcabbe0a84c7aae53316347185a5bdf8095bac9c8 (diff)
rc: implement 9atoms ` split {command} syntax extension
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/rc4
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