aboutsummaryrefslogtreecommitdiff
path: root/toys/setsid.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-03-06 20:48:27 -0600
committerRob Landley <rob@landley.net>2012-03-06 20:48:27 -0600
commit9317c06e2d2081feb37ab36e626707f3a1205576 (patch)
tree879d781341a4018846fa8b3bed1d722a8fa4010a /toys/setsid.c
parent688c74534227e3241a83e41b1f14a3f6b700f475 (diff)
downloadtoybox-9317c06e2d2081feb37ab36e626707f3a1205576.tar.gz
Comment and whitespace tweaks.
Diffstat (limited to 'toys/setsid.c')
-rw-r--r--toys/setsid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/toys/setsid.c b/toys/setsid.c
index 949f392a..1b98315c 100644
--- a/toys/setsid.c
+++ b/toys/setsid.c
@@ -4,8 +4,7 @@
*
* Copyright 2006 Rob Landley <rob@landley.net>
*
- * Not in SUSv3.
- * See http://www.opengroup.org/onlinepubs/009695399/utilities/
+ * Not in SUSv4.
USE_SETSID(NEWTOY(setsid, "^<1t", TOYFLAG_USR|TOYFLAG_BIN))