summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2014-09-05 13:48:05 +0200
committerDaniel Mack <daniel@zonque.org>2014-09-05 13:48:05 +0200
commit5b89f67f03dce933c0b30408ce81e2ac539ed544 (patch)
tree2733723ad0977913a07ffc64eaeec8a164d5fbb1
parentd35fbf6bdf4377f3a15b084ff812b3ee272e5347 (diff)
exit-status: fix URL in comment
The LSB sites have moved, so update the URL.
-rw-r--r--src/shared/exit-status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/exit-status.h b/src/shared/exit-status.h
index 7438508e4..9d27c0165 100644
--- a/src/shared/exit-status.h
+++ b/src/shared/exit-status.h
@@ -39,7 +39,7 @@ typedef enum ExitStatus {
* use them here under the assumption that they hence are
* unused by init scripts.
*
- * http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */
+ * http://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */
EXIT_CHDIR = 200,
EXIT_NICE,