]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
exit-status: fix mappings comment
authorIago López Galeiras <iago@kinvolk.io>
Fri, 11 Dec 2020 12:21:54 +0000 (13:21 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Jan 2021 20:48:07 +0000 (21:48 +0100)
It didn't reflect the current status.

src/shared/exit-status.c

index b71dd7afd52d7e648b594f2c1e5ce4dcdd95b2f5..db978fb8969c8c7c1f23a832c49f58fd3675d131 100644 (file)
@@ -18,8 +18,8 @@ const ExitStatusMapping exit_status_mappings[256] = {
          *   8…63  │ (Currently unmapped)
          *  64…78  │ BSD defined exit codes
          *  79…199 │ (Currently unmapped)
-         * 200…242 │ systemd's private error codes (might be extended to 254 in future development)
-         * 243…254 │ (Currently unmapped, but see above)
+         * 200…243 │ systemd's private error codes (might be extended to 254 in future development)
+         * 244…254 │ (Currently unmapped, but see above)
          *
          *   255   │ EXIT_EXCEPTION (We use this to propagate exit-by-signal events. It's frequently used by others apps (like bash)
          *         │ to indicate exit reason that cannot really be expressed in a single exit status value — such as a propagated