From f91b7c89bc852868692b9518185421ebb52d67b3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 25 Aug 2012 18:08:51 -0500 Subject: Regularize command headers, update links to standards documents. --- toys/lsb/dmesg.c | 2 +- toys/lsb/hostname.c | 2 +- toys/lsb/killall.c | 2 +- toys/lsb/mknod.c | 2 +- toys/lsb/mktemp.c | 2 +- toys/lsb/passwd.c | 2 +- toys/lsb/pidof.c | 2 +- toys/lsb/seq.c | 2 +- toys/lsb/sync.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'toys/lsb') diff --git a/toys/lsb/dmesg.c b/toys/lsb/dmesg.c index 95b023d6..e54a9e11 100644 --- a/toys/lsb/dmesg.c +++ b/toys/lsb/dmesg.c @@ -4,7 +4,7 @@ * * Copyright 2006, 2007 Rob Landley * - * Not in SUSv3. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/dmesg.html USE_DMESG(NEWTOY(dmesg, "s#n#c", TOYFLAG_BIN)) 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 * - * 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)) diff --git a/toys/lsb/killall.c b/toys/lsb/killall.c index b4e06944..80f0253c 100644 --- a/toys/lsb/killall.c +++ b/toys/lsb/killall.c @@ -4,7 +4,7 @@ * * Copyright 2012 Andreas Heck * - * Not in SUSv4. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/killall.html USE_KILLALL(NEWTOY(killall, "<1?lq", TOYFLAG_USR|TOYFLAG_BIN)) diff --git a/toys/lsb/mknod.c b/toys/lsb/mknod.c index fb727bc3..c1a543d2 100644 --- a/toys/lsb/mknod.c +++ b/toys/lsb/mknod.c @@ -4,7 +4,7 @@ * * Copyright 2012 Elie De Brauwer * - * Not in SUSv3. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/mknod.html USE_MKNOD(NEWTOY(mknod, "<2>4", TOYFLAG_BIN)) diff --git a/toys/lsb/mktemp.c b/toys/lsb/mktemp.c index e82256de..d6234ee8 100644 --- a/toys/lsb/mktemp.c +++ b/toys/lsb/mktemp.c @@ -4,7 +4,7 @@ * * Copyright 2012 Elie De Brauwer * - * Not in SUSv4. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/mktemp.html USE_MKTEMP(NEWTOY(mktemp, ">1(directory)d(tmpdir)p:", TOYFLAG_BIN)) diff --git a/toys/lsb/passwd.c b/toys/lsb/passwd.c index 122cd942..348c9c21 100644 --- a/toys/lsb/passwd.c +++ b/toys/lsb/passwd.c @@ -5,7 +5,7 @@ * Copyright 2012 Ashwini Kumar * Modified 2012 Jason Kyungwan Han * - * Not in SUSv4. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/passwd.html USE_PASSWD(NEWTOY(passwd, ">1a:dlu", TOYFLAG_STAYROOT|TOYFLAG_USR|TOYFLAG_BIN)) diff --git a/toys/lsb/pidof.c b/toys/lsb/pidof.c index d8f24be8..45c398b4 100644 --- a/toys/lsb/pidof.c +++ b/toys/lsb/pidof.c @@ -4,7 +4,7 @@ * * Copyright 2012 Andreas Heck * - * Not in SUSv4. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/pidof.html USE_PIDOF(NEWTOY(pidof, "<1", TOYFLAG_USR|TOYFLAG_BIN)) diff --git a/toys/lsb/seq.c b/toys/lsb/seq.c index a41537c0..2f8538cf 100644 --- a/toys/lsb/seq.c +++ b/toys/lsb/seq.c @@ -4,7 +4,7 @@ * * Copyright 2006 Rob Landley * - * Not in SUSv3. (Don't ask me why not.) + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/seq.html USE_SEQ(NEWTOY(seq, "<1>3?", TOYFLAG_USR|TOYFLAG_BIN)) diff --git a/toys/lsb/sync.c b/toys/lsb/sync.c index e6990fd8..0d167147 100644 --- a/toys/lsb/sync.c +++ b/toys/lsb/sync.c @@ -4,7 +4,7 @@ * * Copyright 2007 Rob Landley * - * Not in SUSv3. + * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/sync.html USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN)) -- cgit v1.2.3