~ chicken-core (chicken-5) ba165fbe568033eea329fbe14fd4e13daa938a80
commit ba165fbe568033eea329fbe14fd4e13daa938a80
Author: Evan Hanson <evhan@foldling.org>
AuthorDate: Sat Mar 9 21:34:34 2019 +1300
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Sat Mar 9 21:34:34 2019 +1300
Correct exit status section in chicken-install man page
diff --git a/chicken-install.mdoc b/chicken-install.mdoc
index e6a8c773..867b6d2f 100644
--- a/chicken-install.mdoc
+++ b/chicken-install.mdoc
@@ -138,8 +138,11 @@ defaults to
)
.El
.Sh EXIT STATUS
-The tool exits with status 1 on error, 2 after the user aborted an
-operation or 3 if it was invoked with no explicitly given egg names and no *.egg files could be found in the current directory.
+The
+.Nm
+utility exits 0 on success, 2 if the user aborted an operation, 3 if it
+was invoked with no explicitly given egg names and no *.egg files could
+be found in the current directory, and >0 if any other error occurs.
.Sh EXAMPLES
Install
.Sq regex
Trap