diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 16:57:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 17:23:54 +0000 |
commit | a370c3fb9c794fec7d35c5f60d2041ae26718161 (patch) | |
tree | e1315693cee7514ebc7752efe9691a5a4ef6d686 /doc/runblock.html | |
parent | b11f71b9c092e9d1cdb8f354d5332c59dc222aba (diff) | |
download | execline-a370c3fb9c794fec7d35c5f60d2041ae26718161.tar.xz |
execline: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/runblock.html')
-rw-r--r-- | doc/runblock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runblock.html b/doc/runblock.html index f090f85..b5cc65b 100644 --- a/doc/runblock.html +++ b/doc/runblock.html @@ -43,7 +43,7 @@ arguments <em>and</em> blocks. </li> <em>n</em> blocks and execs into the remaining arguments. </li> <li> Else it skips <em>n</em>-1 blocks and execs into the <em>n</em>th one. </li> - <li> If <em>cmd...<em> is not empty, then instead of directly executing the + <li> If <em>cmd...</em> is not empty, then instead of directly executing the block or the remainder, <tt>runblock</tt> <em>appends</em> the selected set of arguments to the <em>cmd...</em> command line. </li> <li> Normally <tt>runblock</tt> <a href="el_pushenv.html#pop">pops</a> |