summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-12 02:08:40 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-12 02:08:40 +0000
commit1cf32f22d5b6be61321bc1538aade896d5c30765 (patch)
treedafa5cf434c0a12fec17fab0fd18d6c1be89f74e
parent3be351795d5aed9221b9621b7e4f124e656c830d (diff)
downloadexecline-1cf32f22d5b6be61321bc1538aade896d5c30765.tar.xz
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--.gitignore4
-rw-r--r--doc/execline.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 1e09951..e04ec84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@
/*.so.xyzzy
/config.mak
/src/include/execline/config.h
+/src/multicall/execline.c
+/execline
/background
/backtick
/case
@@ -56,5 +58,3 @@
/unexport
/wait
/withstdinas
-/src/multicall/execline.c
-/execline
diff --git a/doc/execline.html b/doc/execline.html
index 0bac090..aee61ee 100644
--- a/doc/execline.html
+++ b/doc/execline.html
@@ -37,7 +37,7 @@ execline binary.
<p>
execline will run the <em>subcommand</em> will its arguments. For
instance, <tt>execline cd / ls</tt> will run the equivalent of the
-<a href="cd.html">program</a>, so this command will list the contents
+<a href="cd.html">cd</a> program, so this command will list the contents
of the <tt>/</tt> directory.
</p>