diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 14:21:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 14:21:58 +0200 |
commit | 58a60f7909a532ee8a890677e9c7772d0bdd8fa7 (patch) | |
tree | 0caa3f5ff485d122262ce246aa54714dc29980fd /man/1/envify | |
parent | 6cb362f399f1247fb86b1371da056d9ba4418280 (diff) |
Renamed manuals to *.pod
Diffstat (limited to 'man/1/envify')
-rw-r--r-- | man/1/envify | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/man/1/envify b/man/1/envify deleted file mode 100644 index ce7888c..0000000 --- a/man/1/envify +++ /dev/null @@ -1,21 +0,0 @@ -=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 executes I<command>. - -=head1 SEE ALSO - -envstore(1) - -=cut - -vim:ft=pod |