summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-02-03 22:44:58 +0000
committerLaurent Bercot <ska@appnovation.com>2022-02-03 22:44:58 +0000
commit2fd253683d884d2529f112c88534396fcd2fbe45 (patch)
tree13bb4ae69032c678ef4b80ffd4050794b2168338 /doc
parent6132a02c078674e6dbf868ff02e1708819ccdb1b (diff)
downloadexecline-2fd253683d884d2529f112c88534396fcd2fbe45.tar.xz
Fix broken link
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/grammar.html2
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