diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-11 15:22:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-11 15:22:01 +0100 |
commit | 12e78322c5fdd633c6582b8049ed8b412b275fd6 (patch) | |
tree | 82641c015580d3730633fd9139c4bfecc0323bdb /man/1 | |
parent | 20bcc774686078cf7f5c58ef058ca2458b01086d (diff) |
Simplified envstore (no need for linked lists)
from branch 'simple'
Diffstat (limited to 'man/1')
-rw-r--r-- | man/1/envstore | 4 |
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 |