diff options
Diffstat (limited to 'toys/lsb/hostname.c')
-rw-r--r-- | toys/lsb/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/hostname.c b/toys/lsb/hostname.c index 5f1c20e7..e64f4ff6 100644 --- a/toys/lsb/hostname.c +++ b/toys/lsb/hostname.c @@ -4,7 +4,7 @@ * * Copyright 2012 Andre Renaud <andre@bluewatersys.com> * - * Not in SUSv4. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/hostname.html USE_HOSTNAME(NEWTOY(hostname, NULL, TOYFLAG_BIN)) |