diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 08:18:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 08:18:53 +0000 |
commit | 77a47b2c5e7c3243743bd8d7594366f498e9cef7 (patch) | |
tree | fb807c0b0c20db34f5108df67da6b4d64e5bc8e6 /doc/grammar.html | |
parent | 3fde941ae33bd70edf015b3c72997aef703ebf6d (diff) | |
download | execline-77a47b2c5e7c3243743bd8d7594366f498e9cef7.tar.xz |
More modifications, and doc change
Diffstat (limited to 'doc/grammar.html')
-rw-r--r-- | doc/grammar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/grammar.html b/doc/grammar.html index dd2ea62..ddc746e 100644 --- a/doc/grammar.html +++ b/doc/grammar.html @@ -133,12 +133,12 @@ arguments, the <em>arglist</em>, then executes into a (possibly empty) <em>instruction</em>. </li> <li> Some <em>builtin</em>s are special because they also take a non-empty <em>blocklist</em> after their <em>arglist</em>. For instance, -the <a href="foreground.html">foreground</a> command takes an empty +the <a href="foreground.html">;</a> command takes an empty <em>arglist</em> and one <em>block</em>: <pre> #!/command/execlineb -P - foreground { sleep 1 } echo blah + ; { sleep 1 } echo blah </pre> is a valid <a href="execlineb.html">execlineb</a> script. -The <a href="foreground.html">foreground</a> command uses the +The <a href="foreground.html">;</a> command uses the <tt>sleep 1</tt> <em>block</em> then execs into the remaining <tt>echo blah</tt> <em>instruction</em>. </li> </ul> |