diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-19 13:45:53 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-19 13:45:53 -0500 |
commit | a04b84778871d77e539a675acbff05f7220e2f5e (patch) | |
tree | 4b6c54cdf6d6d5b3c3ef084f604615b2dc2b9c47 /sd_daemon/lsb | |
parent | 4a3a5525172afd69bc674a2a344065cd9e9a5888 (diff) |
Improve documentation.
Diffstat (limited to 'sd_daemon/lsb')
-rw-r--r-- | sd_daemon/lsb/exit-status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_daemon/lsb/exit-status.go b/sd_daemon/lsb/exit-status.go index fbbb5e3..9004dc3 100644 --- a/sd_daemon/lsb/exit-status.go +++ b/sd_daemon/lsb/exit-status.go @@ -40,7 +40,7 @@ const ( // 100-149 are reserved for distribution use // 150-199 are reserved for application use // 200-254 are reserved for init system use - + // // Therefore, the following are taken from systemd's // `src/basic/exit-status.h` EXIT_CHDIR uint8 = 200 |