summaryrefslogtreecommitdiff
path: root/doc/grammar.html
diff options
context:
space:
mode:
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