aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorlufia <lufia@lufia.org>2025-07-21 13:36:21 +0900
committerDan Cross <crossd@gmail.com>2025-07-27 09:55:45 -0400
commit8ff39da0623dbab13c00ce25a16dda168f6ec0a0 (patch)
tree7ad6a351cf9a0538ece73813da14872c6bd90785 /man
parentcc89d242358cc777a22beefe2456d11e12e94197 (diff)
src/cmd/rc: import rc syntax `delim{cmd} for splitting commands from 9atom
Co-authored-by: <ori@eigenstate.org>
Diffstat (limited to 'man')
-rw-r--r--man/man1/rc.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/rc.1 b/man/man1/rc.1
index 38a867d7..35670f0f 100644
--- a/man/man1/rc.1
+++ b/man/man1/rc.1
@@ -228,6 +228,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
@@ -240,6 +242,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