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/posix/env.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toys/posix/env.c') 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 - * env.c + * + * http://opengroup.org/onlinepubs/9699919799/utilities/env.html USE_ENV(NEWTOY(env, "^i", TOYFLAG_USR|TOYFLAG_BIN)) -- cgit v1.2.3