git: 9front

Download patch

ref: f2a4f349a8a68d1759c180b9edb77e3dfb67c6b4
parent: 400d20099c3625c3070702e87e6afd9251b89f0b
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
--