diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-21 14:31:07 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-21 14:31:07 +0000 |
commit | 04bfcb69bb4054112739d8460accf649511e8e54 (patch) | |
tree | 66b3c93ee6cbf1857328495516869b1b4b78f5c6 | |
parent | a08f7a62968c167e84bf012cb24dd8a187ae639f (diff) | |
download | execline-04bfcb69bb4054112739d8460accf649511e8e54.tar.xz |
Fix typo in getcwd link in index page (thanks Colin)
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index a5b5974..38a2531 100644 --- a/doc/index.html +++ b/doc/index.html @@ -132,7 +132,7 @@ to your installation: the shebang lines for your system might be something like <li><a href="piperw.html">The <tt>piperw</tt> program</a></li> <li><a href="heredoc.html">The <tt>heredoc</tt> program</a></li> <li><a href="wait.html">The <tt>wait</tt> program</a></li> -<li><a href="getcwd.html">The <tt>getpid</tt> program</a></li> +<li><a href="getcwd.html">The <tt>getcwd</tt> program</a></li> <li><a href="getpid.html">The <tt>getpid</tt> program</a></li> <li><a href="exec.html">The <tt>exec</tt> program</a></li> <li><a href="tryexec.html">The <tt>tryexec</tt> program</a></li> |