summaryrefslogtreecommitdiff
path: root/sys/man/4/srv
diff options
context:
space:
mode:
Diffstat (limited to 'sys/man/4/srv')
-rw-r--r--sys/man/4/srv29
1 files changed, 28 insertions, 1 deletions
diff --git a/sys/man/4/srv b/sys/man/4/srv
index e97487f9b..593b84aa8 100644
--- a/sys/man/4/srv
+++ b/sys/man/4/srv
@@ -1,6 +1,6 @@
.TH SRV 4
.SH NAME
-srv, srvssh, 9fs \- start network file service
+srv, srvtls, srvssh, 9fs \- start network file service
.SH SYNOPSIS
.B srv
[
@@ -17,6 +17,21 @@ srv, srvssh, 9fs \- start network file service
.I mtpt
] ]
.PP
+.B srvtls
+[
+.B -abcCnq
+] [
+.B -k
+.I keyspec
+]
+.RI [ net !] system\c
+.RI [! service ]
+[
+.I srvname
+[
+.I mtpt
+] ]
+.PP
.B srvssh
[
.B -r
@@ -155,6 +170,18 @@ is an
.IR rc (1)
script; examine it to see what local conventions apply.
.PP
+.I Srvtls
+is an
+.IR rc (1)
+command that uses
+.I tlsclient
+(see
+.IR tlssrv (8))
+to establish an mutual authenticated and encrypted connection
+to the
+.I t9fs
+service which by default listens on tcp port 17020.
+.PP
.I Srvssh
is an
.IR rc (1)