diff options
author | Rob Landley <rob@landley.net> | 2007-12-03 20:05:57 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-03 20:05:57 -0600 |
commit | fece5cb6d796119eccb1ae0074e5b3aaccbb74ee (patch) | |
tree | 804f21beae802f05fe04aabc6a8f74fdc6aaa6f0 /toys/touch.c | |
parent | ebff8ee282dd2eee7c2fd9da0587573520b41df0 (diff) | |
download | toybox-fece5cb6d796119eccb1ae0074e5b3aaccbb74ee.tar.gz |
Add comments about SUSv3 specs (or lack thereof).
Diffstat (limited to 'toys/touch.c')
-rw-r--r-- | toys/touch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/touch.c b/toys/touch.c index 013a388e..9392967a 100644 --- a/toys/touch.c +++ b/toys/touch.c @@ -3,6 +3,8 @@ * touch.c - Modify a file's timestamps. * * Copyright (C) 2007 Charlie Shepherd <masterdriverz@gentoo.org> + * + * See http://www.opengroup.org/onlinepubs/007904975/utilities/touch.html */ #define _XOPEN_SOURCE 600 |