diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-01 16:43:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-01 16:43:03 +0200 |
commit | 4b68ac995a5d4c3a6e05cb0d4c0e75e4f4abe9b7 (patch) | |
tree | 288f5b96a4938c531df4e37f8a8812d1f5800436 /man/1 | |
parent | 94ec571623329e1cd13a4f95220dcaeefb4a3d8d (diff) |
Added documentation for envify
Diffstat (limited to 'man/1')
-rw-r--r-- | man/1/envify | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/1/envify b/man/1/envify new file mode 100644 index 0000000..3f57be7 --- /dev/null +++ b/man/1/envify @@ -0,0 +1,21 @@ +=pod + +=head1 NAME + +envify - execute a command in the environment saved with envstore + +=head1 SYNOPSIS + +B<envify> I<command>... + +=head1 DESCRIPTION + +B<envify> loads the environment saved by B<envstore> and then executed I<command>. + +=head1 SEE ALSO + +envstore(1) + +=cut + +vim:ft=pod |