From 77a47b2c5e7c3243743bd8d7594366f498e9cef7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 16 Mar 2018 08:18:53 +0000 Subject: More modifications, and doc change --- doc/el_transform.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/el_transform.html') diff --git a/doc/el_transform.html b/doc/el_transform.html index f33c576..cba6443 100644 --- a/doc/el_transform.html +++ b/doc/el_transform.html @@ -123,7 +123,7 @@ split $1, for instance, you have to ask for it specifically:
 #!/command/execlineb -S1
-define -sd" " ARG1S $1
+= -sd" " ARG1S $1
 blah $ARG1S
 
and $ARG1S will be split using the space character as only delimiter. @@ -174,7 +174,7 @@ in the following command line:

- $ define -s -d "" A '1:a,2:bb,0:,7:xyz 123,1: ,' echo '$A'
+ $ = -s -d "" A '1:a,2:bb,0:,7:xyz 123,1: ,' echo '$A'
 

@@ -195,7 +195,7 @@ substitution command will die with an error message.

- The dollarat command, for instance, + The $@ command, for instance, can produce a sequence of netstrings (encoding all the arguments given to an execline script), meant to be decoded by a substitution command with the -d "" option. -- cgit v1.2.3