]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/rc
merge
[plan9front.git] / sys / man / 1 / rc
index e7c27bed36b530c4e0dee432c3198e16fc238759..2b12cf0f73ca9e39f0c0ec66aba4b1b136375a17 100644 (file)
@@ -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
@@ -971,8 +975,6 @@ Print each simple command before executing it.
 Print debugging information (internal form of commands
 as they are executed).
 .PD
-.SH SOURCE
-.B /sys/src/cmd/rc
 .SH FILES
 .TF $home/lib/profile
 .TP
@@ -986,6 +988,8 @@ System rc start script
 .TP
 .B /rc/lib/rcmain.local
 Site specific system rc start script
+.SH SOURCE
+.B /sys/src/cmd/rc
 .SH "SEE ALSO"
 Tom Duff,
 ``Rc \- The Plan 9 Shell''.