From 1cf32f22d5b6be61321bc1538aade896d5c30765 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Feb 2023 02:08:40 +0000 Subject: Doc fix Signed-off-by: Laurent Bercot --- .gitignore | 4 ++-- doc/execline.html | 2 +- 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.

execline will run the subcommand will its arguments. For instance, execline cd / ls will run the equivalent of the -program, so this command will list the contents +cd program, so this command will list the contents of the / directory.

-- cgit v1.2.3