From 8ff39da0623dbab13c00ce25a16dda168f6ec0a0 Mon Sep 17 00:00:00 2001 From: lufia Date: Mon, 21 Jul 2025 13:36:21 +0900 Subject: src/cmd/rc: import rc syntax `delim{cmd} for splitting commands from 9atom Co-authored-by: --- man/man1/rc.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') 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 -- cgit v1.2.3