summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-01 16:43:03 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-01 16:43:03 +0200
commit4b68ac995a5d4c3a6e05cb0d4c0e75e4f4abe9b7 (patch)
tree288f5b96a4938c531df4e37f8a8812d1f5800436 /man
parent94ec571623329e1cd13a4f95220dcaeefb4a3d8d (diff)
Added documentation for envify
Diffstat (limited to 'man')
-rw-r--r--man/1/envify21
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