summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rc/exec.c
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/src/cmd/rc/exec.c
parentcabbe0a84c7aae53316347185a5bdf8095bac9c8 (diff)
rc: implement 9atoms ` split {command} syntax extension
Diffstat (limited to 'sys/src/cmd/rc/exec.c')
-rw-r--r--sys/src/cmd/rc/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rc/exec.c b/sys/src/cmd/rc/exec.c
index dd194db87..10cb76935 100644
--- a/sys/src/cmd/rc/exec.c
+++ b/sys/src/cmd/rc/exec.c
@@ -208,7 +208,7 @@ main(int argc, char *argv[])
* Xappend(file)[fd] open file to append
* Xassign(name, val) assign val to name
* Xasync{... Xexit} make thread for {}, no wait
- * Xbackq{... Xreturn} make thread for {}, push stdout
+ * Xbackq(split){... Xreturn} make thread for {}, push stdout
* Xbang complement condition
* Xcase(pat, value){...} exec code on match, leave (value) on
* stack