diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 15:10:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 15:10:36 +0000 |
commit | 523036ef1e6e4bd7047ec21a6e68b7508569db91 (patch) | |
tree | 2612ec7431849a5b5d2b8b926dc8479a0f02e9e4 /doc/index.html | |
parent | 6ead33f5fe46f38a63532daa95ec96bd39ecbfd8 (diff) | |
download | execline-523036ef1e6e4bd7047ec21a6e68b7508569db91.tar.xz |
More conversion to xpathexec, make exit code change consistent across binaries
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index d39e3bd..929dbab 100644 --- a/doc/index.html +++ b/doc/index.html @@ -110,8 +110,11 @@ to your installation: the shebang lines for your system might be something like <p> All these commands exit 111 if they encounter a temporary error, and -100 if they encounter a permanent error - such as a misuse. +100 if they encounter a permanent error - such as a misuse. They exit +127 if they're trying to execute into a program and cannot find it, and +126 if they fail to execute into a program for another reason. </p> + <p> (Script parser / launcher) </p> |