diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | doc/execline.html | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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> |