From 12e78322c5fdd633c6582b8049ed8b412b275fd6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 11 Nov 2009 15:22:01 +0100 Subject: Simplified envstore (no need for linked lists) from branch 'simple' --- man/1/envstore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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 .PP -- cgit v1.2.3