summaryrefslogtreecommitdiff
path: root/doc/grammar.html
diff options
context:
space:
mode:
authorColin Booth <colin@heliocat.net>2020-03-30 16:57:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-03-30 17:23:54 +0000
commita370c3fb9c794fec7d35c5f60d2041ae26718161 (patch)
treee1315693cee7514ebc7752efe9691a5a4ef6d686 /doc/grammar.html
parentb11f71b9c092e9d1cdb8f354d5332c59dc222aba (diff)
downloadexecline-a370c3fb9c794fec7d35c5f60d2041ae26718161.tar.xz
execline: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/grammar.html')
-rw-r--r--doc/grammar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.html b/doc/grammar.html
index dd2ea62..de8f4cf 100644
--- a/doc/grammar.html
+++ b/doc/grammar.html
@@ -38,7 +38,7 @@ instance, the <tt>nice</tt> command works that way:
<pre> nice -10 echo blah </pre> will read <tt>nice</tt> and <tt>-10</tt>
from the argv, change the process' <em>nice</em> value, then exec into
the command <tt>echo blah</tt>. This is called
-<a href"http://en.wikipedia.org/wiki/Chain_loading">chain loading</a>
+<a href="http://en.wikipedia.org/wiki/Chain_loading">chain loading</a>
by some people, and <a href="http://www.faqs.org/docs/artu/ch07s02.html">
Bernstein chaining</a> by others. </li>
<li> The purpose of the environment is to preserve some state across