summaryrefslogtreecommitdiff
path: root/sd_daemon/lsb/exit-status.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-19 13:45:53 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-19 13:45:53 -0500
commita04b84778871d77e539a675acbff05f7220e2f5e (patch)
tree4b6c54cdf6d6d5b3c3ef084f604615b2dc2b9c47 /sd_daemon/lsb/exit-status.go
parent4a3a5525172afd69bc674a2a344065cd9e9a5888 (diff)
Improve documentation.
Diffstat (limited to 'sd_daemon/lsb/exit-status.go')
-rw-r--r--sd_daemon/lsb/exit-status.go2
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