diff options
author | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
commit | f91b7c89bc852868692b9518185421ebb52d67b3 (patch) | |
tree | 6b8f19c9c5b0a517d3686802a894a8640b589123 /toys/posix/env.c | |
parent | 58b7d96e1d6157062b4f4f14b8e968451c026af3 (diff) | |
download | toybox-f91b7c89bc852868692b9518185421ebb52d67b3.tar.gz |
Regularize command headers, update links to standards documents.
Diffstat (limited to 'toys/posix/env.c')
-rw-r--r-- | toys/posix/env.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toys/posix/env.c b/toys/posix/env.c index 7cda85f9..4427d01e 100644 --- a/toys/posix/env.c +++ b/toys/posix/env.c @@ -3,7 +3,8 @@ * env.c - Set the environment for command invocation. * * Copyright 2012 Tryn Mirell <tryn@mirell.org> - * env.c + * + * http://opengroup.org/onlinepubs/9699919799/utilities/env.html USE_ENV(NEWTOY(env, "^i", TOYFLAG_USR|TOYFLAG_BIN)) |