secstore(1): clarify how the server is dialed and add new $secstore environment variable
This commit is contained in:
parent
a0b7cabe3a
commit
b0d7ade423
1 changed files with 14 additions and 4 deletions
|
@ -88,10 +88,20 @@ Option
|
|||
.B -r
|
||||
removes a file from the secstore.
|
||||
.PP
|
||||
The server is
|
||||
.BR tcp!$auth!secstore ,
|
||||
or the server specified by option
|
||||
.BR -s .
|
||||
Option
|
||||
.B -s
|
||||
sets the dial string of the
|
||||
.IR secstore (8)
|
||||
server. The default is contained in the
|
||||
.BR $secstore
|
||||
environment variable. If the
|
||||
.B -s
|
||||
option is absent and
|
||||
.BR $secstore
|
||||
is empty,
|
||||
.IR secstore (1)
|
||||
will attempt to dial
|
||||
.BR tcp!$auth!secstore .
|
||||
.PP
|
||||
Option
|
||||
.B -u
|
||||
|
|
Loading…
Reference in a new issue