exit-status: fix URL in comment

The LSB sites have moved, so update the URL.
This commit is contained in:
Daniel Mack 2014-09-05 13:48:05 +02:00
parent d35fbf6bdf
commit 5b89f67f03
1 changed files with 1 additions and 1 deletions

View File

@ -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,