diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/grammar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.html b/doc/grammar.html index 74ee60f..817c515 100644 --- a/doc/grammar.html +++ b/doc/grammar.html @@ -39,7 +39,7 @@ instance, the <tt>nice</tt> command works that way: from the argv, change the process' <em>nice</em> value, then exec into the command <tt>echo blah</tt>. This is called <a href="https://en.wikipedia.org/wiki/Chain_loading">chain loading</a> -by some people, and <a href="https://www.faqs.org/docs/artu/ch07s02.html"> +by some people, and <a href="http://www.catb.org/~esr/writings/taoup/html/ch06s06.html"> Bernstein chaining</a> by others. </li> <li> The purpose of the environment is to preserve some state across <tt>execve()</tt> calls. This state is usually small: most programs |