chiark / gitweb /
exit-status: fix URL in comment
authorDaniel Mack <daniel@zonque.org>
Fri, 5 Sep 2014 11:48:05 +0000 (13:48 +0200)
committerDaniel Mack <daniel@zonque.org>
Fri, 5 Sep 2014 11:48:05 +0000 (13:48 +0200)
The LSB sites have moved, so update the URL.

src/shared/exit-status.h

index 7438508e4d8561c1f38705c2745f4df8385f1213..9d27c01658799570b6034a29edce49dc602661d5 100644 (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,