shithub: riscv

Download patch

ref: b0d7ade423a871567a8f48067b15bc192284f1c1
parent: a0b7cabe3a722d7a245b113dd9dec555872e559c
author: mischief <mischief@offblast.org>
date: Sun Aug 10 16:38:59 EDT 2014

secstore(1): clarify how the server is dialed and add new $secstore environment variable

--- a/sys/man/1/secstore
+++ b/sys/man/1/secstore
@@ -88,10 +88,20 @@
 .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
--