summaryrefslogtreecommitdiff
path: root/man/1/envify.pod
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-07 14:21:32 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-07 14:21:58 +0200
commit58a60f7909a532ee8a890677e9c7772d0bdd8fa7 (patch)
tree0caa3f5ff485d122262ce246aa54714dc29980fd /man/1/envify.pod
parent6cb362f399f1247fb86b1371da056d9ba4418280 (diff)
Renamed manuals to *.pod
Diffstat (limited to 'man/1/envify.pod')
-rw-r--r--man/1/envify.pod21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/1/envify.pod b/man/1/envify.pod
new file mode 100644
index 0000000..ce7888c
--- /dev/null
+++ b/man/1/envify.pod
@@ -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 executes I<command>.
+
+=head1 SEE ALSO
+
+envstore(1)
+
+=cut
+
+vim:ft=pod