summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-11 15:45:42 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-11 15:45:42 +0200
commitc25fff4f6aaec9e9baa620938d5ed1546cd9c3f0 (patch)
treeb6ca0a794bb0a3e78dc2795d6b8a831a52e587c0
parentc9805ee15d05d39367b384203b75ca7af0c98836 (diff)
envify(1): Added LIMITATIONS / Documented how to deal with newline values
-rw-r--r--man/1/envify.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/1/envify.pod b/man/1/envify.pod
index ce7888c..396cd88 100644
--- a/man/1/envify.pod
+++ b/man/1/envify.pod
@@ -12,6 +12,14 @@ B<envify> I<command>...
B<envify> loads the environment saved by B<envstore> and then executes I<command>.
+=head1 LIMITATIONS
+
+The envstore(1) limitations for null bytes apply here as well.
+
+By default, newlines are not supported. However, if you remove the newline from
+the B<IFS> when calling envstore, newlines should work.
+Example: C<< IFS=' ' envstore I<command> I<arguments>... >>
+
=head1 SEE ALSO
envstore(1)