aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 05:31:45 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 05:31:45 +1000
commit71c2cde39073267a23cafd384ef9996be544c85d (patch)
treef6c294e2393645b86cf2f9648cfa5fab81b4f88f /doc_src
parentda4a4bcc186e14451ad39f07f6a05eda27a4007f (diff)
Cleanup and improve the exit status numbers and the messages generated on error as well as make sure that keyboard shortcuts don't change the status
darcs-hash:20080108193145-75c98-56c8aa2dd081af643d206820aa36bf3b6e49e0f2.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 128099b1..a45a9d45 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -955,8 +955,9 @@ If fish encounters a problem while executing a command, the status
variable may also be set to a specific value:
- 1 is the generally the exit status from fish builtins if they where supplied with invalid arguments
-- 125 means an unknown error occured while trying to execute the command
-- 126 means that the command was not executed because none of the wildcards in the command produced any matches
+- 124 means that the command was not executed because none of the wildcards in the command produced any matches
+- 125 means that while an executable with the specified name was located, the operating system could not actually execute the command
+- 126 means that while a file with the specified name was located, it was not executable
- 127 means that no function, builtin or command with the given name could be located
\subsection variables-color Variables for changing highlighting colors