summaryrefslogtreecommitdiff
path: root/man/1/envstore
diff options
context:
space:
mode:
Diffstat (limited to 'man/1/envstore')
-rw-r--r--man/1/envstore7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/1/envstore b/man/1/envstore
index 6ee8f4e..7e65bce 100644
--- a/man/1/envstore
+++ b/man/1/envstore
@@ -56,6 +56,13 @@ by default,
.Sh LIMITATIONS
Variable names or values must not contain null bytes or newlines.
.Pp
+Due to limitations imposed by most shells, it is not possible to save
+parameters containing more than one consecutive whitespace.
+.Nm
+will save and display them correctly, but unless you do
+.Ev IFS
+trickery, your shell will not be able to load them.
+.Pp
The current maximum length (in bytes) is 255 bytes for the variable name
and 1023 bytes for its content.
.Sh AUTHOR