git: 4ce277a31523 - stable/14 - exports.5: Add RFC number for NFS over TLS

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Sun, 14 Apr 2024 01:11:30 UTC
The branch stable/14 has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=4ce277a31523eb0217cfddddd5fcee560f377a25

commit 4ce277a31523eb0217cfddddd5fcee560f377a25
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:10:39 +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 e394bb036046..aa249c1a882b 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 December 21, 2023
+.Dd April 7, 2024
 .Dt EXPORTS 5
 .Os
 .Sh NAME
@@ -261,7 +261,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.
@@ -616,7 +616,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