diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:07:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:07:24 +0000 |
commit | c0966f6327d1868647d015629afd53b59bcb8dc0 (patch) | |
tree | f7c4ae5e9ac1e09c66d63c2335509155d956dc51 /doc/grammar.html | |
parent | 1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff) | |
download | execline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz |
doc: fix URLs
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 |