git: c39938ddd3a7 - stable/13 - exports.5: Add RFC number for NFS over TLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Apr 2024 01:16:34 UTC
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=c39938ddd3a7e7354db01401712fd7c41aafecff
commit c39938ddd3a7e7354db01401712fd7c41aafecff
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2024-04-07 23:35:55 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2024-04-14 01:15:46 +0000
exports.5: Add RFC number for NFS over TLS
This is a content change.
(cherry picked from commit 401c0f8aa1ce5f15eaa546df1b44fd68c0f11928)
---
usr.sbin/mountd/exports.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5
index 56facef29a12..d135184cd464 100644
--- a/usr.sbin/mountd/exports.5
+++ b/usr.sbin/mountd/exports.5
@@ -27,7 +27,7 @@
.\"
.\" @(#)exports.5 8.3 (Berkeley) 3/29/95
.\"
-.Dd August 16, 2022
+.Dd April 7, 2024
.Dt EXPORTS 5
.Os
.Sh NAME
@@ -250,7 +250,7 @@ The
and
.Fl tlscertuser
export options are used to require the client to use TLS for the mount(s)
-per RFC NNNN.
+per RFC 9289.
For NFS mounts using TLS to work,
.Xr rpc.tlsservd 8
must be running on the server.
@@ -603,7 +603,7 @@ The implementation is based on the following documents:
.Re
.It
.Rs
-.%T "Towards Remote Procedure Call Encryption By Default, RFC nnnn"
+.%T "Towards Remote Procedure Call Encryption by Default, RFC 9289"
.Re
.El
.Sh BUGS