diff options
author | mischief <mischief@offblast.org> | 2014-08-10 20:38:59 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-08-10 20:38:59 -0700 |
commit | b0d7ade423a871567a8f48067b15bc192284f1c1 (patch) | |
tree | d893afd0fcda039730667c5d1e56cc271f712eee /sys/man/1/secstore | |
parent | a0b7cabe3a722d7a245b113dd9dec555872e559c (diff) |
secstore(1): clarify how the server is dialed and add new $secstore environment variable
Diffstat (limited to 'sys/man/1/secstore')
-rw-r--r-- | sys/man/1/secstore | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/sys/man/1/secstore b/sys/man/1/secstore index 113db5a92..b08c3fb28 100644 --- a/sys/man/1/secstore +++ b/sys/man/1/secstore @@ -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 |