svn commit: r365827 - in projects/nfs-over-tls/usr.sbin: rpc.tlsclntd rpc.tlsservd

Rick Macklem rmacklem at FreeBSD.org
Thu Sep 17 01:23:17 UTC 2020


Author: rmacklem
Date: Thu Sep 17 01:23:16 2020
New Revision: 365827
URL: https://svnweb.freebsd.org/changeset/base/365827

Log:
  Update man pages with a STANDARDS section.

Modified:
  projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8
  projects/nfs-over-tls/usr.sbin/rpc.tlsservd/rpc.tlsservd.8

Modified: projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8
==============================================================================
--- projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8	Thu Sep 17 00:07:15 2020	(r365826)
+++ projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8	Thu Sep 17 01:23:16 2020	(r365827)
@@ -26,7 +26,7 @@
 .\" $FreeBSD$
 .\"
 .\" Modified from gssd.8 for rpc.tlsclntd.8 by Rick Macklem.
-.Dd September 3, 2020
+.Dd September 16, 2020
 .Dt RPC.TLSCLNTD 8
 .Os
 .Sh NAME
@@ -164,6 +164,17 @@ option has also been specified.
 .Xr mount_nfs 8 ,
 .Xr rpc.tlsservd 8 ,
 .Xr syslogd 8
+.Sh STANDARDS
+The implementation is based on the specification in
+.Rs
+.%B "RFC NNNN"
+.%T "Towards Remote Procedure Call Encryption By Default"
+.Re
+.Sh HISTORY
+The
+.Nm
+manual page first appeared in
+.Fx 13.0 .
 .Sh BUGS
 This daemon cannot be safely shut down and restarted if there are
 any active RPC-over-TLS connections.
@@ -171,8 +182,3 @@ Doing so will orphan the KERNEL_TLS connections, so th
 can no longer do upcalls successfully, since the
 .Dq SSL *
 structures in userspace have been lost.
-.Sh HISTORY
-The
-.Nm
-manual page first appeared in
-.Fx 13.0 .

Modified: projects/nfs-over-tls/usr.sbin/rpc.tlsservd/rpc.tlsservd.8
==============================================================================
--- projects/nfs-over-tls/usr.sbin/rpc.tlsservd/rpc.tlsservd.8	Thu Sep 17 00:07:15 2020	(r365826)
+++ projects/nfs-over-tls/usr.sbin/rpc.tlsservd/rpc.tlsservd.8	Thu Sep 17 01:23:16 2020	(r365827)
@@ -26,7 +26,7 @@
 .\" $FreeBSD$
 .\"
 .\" Modified from gssd.8 for rpc.tlsservd.8 by Rick Macklem.
-.Dd September 3, 2020
+.Dd September 16, 2020
 .Dt RPC.TLSSERVD 8
 .Os
 .Sh NAME
@@ -320,6 +320,17 @@ options is allowed.
 .Xr nfsuserd 8 ,
 .Xr rpc.tlsclntd 8 ,
 .Xr syslogd 8
+.Sh STANDARDS
+The implementation is based on the specification in
+.Rs
+.%B "RFC NNNN"
+.%T "Towards Remote Procedure Call Encryption By Default"
+.Re
+.Sh HISTORY
+The
+.Nm
+manual page first appeared in
+.Fx 13.0 .
 .Sh BUGS
 This daemon cannot be safely shut down and restarted if there are
 any active RPC-over-TLS connections.
@@ -327,8 +338,3 @@ Doing so will orphan the KERNEL_TLS connections, so th
 can no longer do upcalls successfully, since the
 .Dq SSL *
 structures in userspace have been lost.
-.Sh HISTORY
-The
-.Nm
-manual page first appeared in
-.Fx 13.0 .


More information about the svn-src-projects mailing list