1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

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
Notes: Lennart Poettering 2014-10-24 18:02:02 +02:00
Backport: documentation

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,