summaryrefslogtreecommitdiff
path: root/man/1/envstore
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-11-11 15:22:01 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-11-11 15:22:01 +0100
commit12e78322c5fdd633c6582b8049ed8b412b275fd6 (patch)
tree82641c015580d3730633fd9139c4bfecc0323bdb /man/1/envstore
parent20bcc774686078cf7f5c58ef058ca2458b01086d (diff)
Simplified envstore (no need for linked lists)
from branch 'simple'
Diffstat (limited to 'man/1/envstore')
-rw-r--r--man/1/envstore4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/1/envstore b/man/1/envstore
index 2a65781..d3ae39a 100644
--- a/man/1/envstore
+++ b/man/1/envstore
@@ -39,8 +39,8 @@ By default /tmp/envstore\-\fIEUID\fR
.SH "LIMITATIONS"
Variable names or values must not contain null bytes or newlines.
.PP
-The current maximum length (in bytes) is 127 bytes for the variable name
-and 255 bytes for its content.
+The current maximum length (in bytes) is 255 bytes for the variable name
+and 1023 bytes for its content.
.SH "AUTHOR"
\fBenvstore\fR was written by Daniel Friesel <derf@derf.homelinux.org>
.PP