exports.5: Add RFC number for NFS over TLS

This is a content change.

MFC after:	1 week
This commit is contained in:
Rick Macklem 2024-04-07 16:35:55 -07:00
parent e8b7c78c1b
commit 401c0f8aa1

View file

@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd December 21, 2023
.Dd April 7, 2024
.Dt EXPORTS 5
.Os
.Sh NAME
@ -259,7 +259,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.
@ -614,7 +614,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