diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 18:50:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 18:50:13 +0100 |
commit | 620799ce4c487301d24762eb0dfa1b9efa249be4 (patch) | |
tree | 61c08ef79a882b3f940827a5b1cc2385d80eae49 | |
parent | b8630005a39ba0c86ad6a216b0b8858d33fc8b0a (diff) |
Slightly extend/update envstore(1)
-rw-r--r-- | man/1/envstore | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/man/1/envstore b/man/1/envstore index d1dd256..fde302f 100644 --- a/man/1/envstore +++ b/man/1/envstore @@ -11,31 +11,26 @@ thus transferring them between different shells. .TP \fBclear\fR Forget all stored variables - .TP \fBeval\fR Produce shell code for evaluation, restoring all saved variables - .TP \fBlist\fR List saved variables in better readable format - .TP \fBsave\fR \fIvariable\fR [\fIvalue\fR] Save \fIvariable\fR either with its current shell value or with \fIvalue\fR - .TP \fBrm\fR \fIvariable\fR Remove \fIvariable\fR from store .PP -Note: Only the first char of \fIcommand\fR is checked, so "envstore e" is also -valid. +Note: Only the first char of \fIcommand\fR is checked, so "envstore e" instead +of "envstore eval", "envstore c" for "envstore clear" etc. are also valid. .SH "ENVIRONMENT" .TP \fBENVSTORE_FILE\fR The file in which the environment parameters are stored. By default /tmp/envstore\-\fIEUID\fR - .SH "LIMITATIONS" Variable names or values must not contain null bytes or newlines. .PP @@ -45,3 +40,5 @@ and 1023 bytes for its content. \fBenvstore\fR was written by Daniel Friesel <derf@derf.homelinux.org> .PP Original idea and script by Maximilian Gass <mxey@ghosthacking.net> +.SH "SEE ALSO" +\fIenvify\fR\|(1) |