diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 18:45:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 18:45:04 +0100 |
commit | b8630005a39ba0c86ad6a216b0b8858d33fc8b0a (patch) | |
tree | f3dd71ffac8426fb5235de651e5cb810ebe114c2 /man/1 | |
parent | 8955263fb65b7084b46a62e010221ff5f10d3700 (diff) |
envstore(1): Fix formatting
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 0f9feee..d1dd256 100644 --- a/man/1/envstore +++ b/man/1/envstore @@ -2,7 +2,7 @@ .SH "NAME" \fBenvstore\fR \- save and restore environment variables .SH "SYNOPSIS" -\fBenvstore\fR \fIcommand\fR [\fIargs\fR...] +\fBenvstore\fR \fIcommand\fR [ \fIargs\fR... ] .SH "DESCRIPTION" \fBenvstore\fR can save and restore environment variables, thus transferring them between different shells. @@ -22,7 +22,7 @@ List saved variables in better readable format .TP \fBsave\fR \fIvariable\fR [\fIvalue\fR] -Save \fBvariable\fR either with its current shell value or with \fIvalue\fR +Save \fIvariable\fR either with its current shell value or with \fIvalue\fR .TP \fBrm\fR \fIvariable\fR |