diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-01 16:43:59 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-01 16:43:59 +0200 | 
| commit | 09f43a5d3eb4997409f82139e414214e8fa53616 (patch) | |
| tree | 921a6b787c438ee476544f153872c858f6273699 | |
| parent | 4b68ac995a5d4c3a6e05cb0d4c0e75e4f4abe9b7 (diff) | |
Fixed a typo in envify(1)
| -rw-r--r-- | man/1/envify | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/man/1/envify b/man/1/envify index 3f57be7..ce7888c 100644 --- a/man/1/envify +++ b/man/1/envify @@ -10,7 +10,7 @@ B<envify> I<command>...  =head1 DESCRIPTION -B<envify> loads the environment saved by B<envstore> and then executed I<command>. +B<envify> loads the environment saved by B<envstore> and then executes I<command>.  =head1 SEE ALSO | 
