From c25fff4f6aaec9e9baa620938d5ed1546cd9c3f0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 11 Jul 2009 15:45:42 +0200 Subject: envify(1): Added LIMITATIONS / Documented how to deal with newline values --- man/1/envify.pod | 8 ++++++++ 1 file changed, 8 insertions(+) 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 I... B loads the environment saved by B and then executes I. +=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 when calling envstore, newlines should work. +Example: C<< IFS=' ' envstore I I... >> + =head1 SEE ALSO envstore(1) -- cgit v1.2.3