summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)