diff options
Diffstat (limited to 'doc/grammar.html')
-rw-r--r-- | doc/grammar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grammar.html b/doc/grammar.html index de8f4cf..419c13e 100644 --- a/doc/grammar.html +++ b/doc/grammar.html @@ -38,8 +38,8 @@ 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> -by some people, and <a href="http://www.faqs.org/docs/artu/ch07s02.html"> +<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"> 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 |