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/multisubstitute.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/multisubstitute.html') diff --git a/doc/multisubstitute.html b/doc/multisubstitute.html index ecfff9b..be3d455 100644 --- a/doc/multisubstitute.html +++ b/doc/multisubstitute.html @@ -32,10 +32,10 @@ its argv, then executes another program.
      multisubstitute
      {
-       [ define [ -n ] [ -s ] [ -C | -c ] [ -d delim ] variable value ]
-       [ importas [ -i | -D default ] [ -n ] [ -s ] [ -C | -c ] [ -d delim ] variable envvar ]
+       [ = [ -n ] [ -s ] [ -C | -c ] [ -d delim ] variable value ]
+       [ $ [ -i | -D default ] [ -n ] [ -s ] [ -C | -c ] [ -d delim ] variable envvar ]
        [ import [ -i | -D default ] [ -n ] [ -s ] [ -C | -c ] [ -d delim ] envvar ]
-       [ elglob [ -v ] [ -w ] [ -s ] [ -m ] [ -e ] [ -0 ] variable pattern ]
+       [ * [ -v ] [ -w ] [ -s ] [ -m ] [ -e ] [ -0 ] variable pattern ]
        [ elgetpositionals [ -P sharp ] ]
        [ multidefine value { variable... } ]
        ...
@@ -55,7 +55,7 @@ to learn about the syntax of each substitution command. 
 

Options

@@ -72,8 +72,8 @@ to learn about the syntax of each substitution command.
  #!/command/execlineb
  export A wrong
- define B ${A}
- import A
+ = B ${A}
+ $ A A
  echo ${B}
 
@@ -87,8 +87,8 @@ to learn about the syntax of each substitution command. export A wrong multisubstitute { - define B ${A} - import A + = B ${A} + $ A A } echo ${B}
-- cgit v1.2.3