From 0083eef31cecf57df1157833d63ec766c77dd949 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Sat, 24 Sep 2022 15:05:21 -0700 Subject: [PATCH] mount_nfs.8: Fix the RFC number now that it exists The RFC for this finally got published and, therefore, now has a number. This patch puts this RFC number in the man page. This is a content change. MFC after: 1 week --- sbin/mount_nfs/mount_nfs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 9d710d198170..0e6ea0538063 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -28,7 +28,7 @@ .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 .\" $FreeBSD$ .\" -.Dd September 5, 2022 +.Dd September 24, 2022 .Dt MOUNT_NFS 8 .Os .Sh NAME @@ -466,7 +466,7 @@ Alias for .Cm timeout . .It Cm tls This option specifies that the connection to the server must use TLS -per RFC NNNN. +per RFC 9289. TLS is only supported for TCP connections and the .Xr rpc.tlsclntd 8 daemon must be running for an NFS over TCP connection to use TLS.