git: f257237c2d93 - stable/13 - mount_nfs.8: Fix the RFC number now that it exists
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 00:50:07 UTC
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=f257237c2d93f53d8a12ddc86200d0ec1a49ae43 commit f257237c2d93f53d8a12ddc86200d0ec1a49ae43 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-09-24 22:05:21 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-10-01 00:46:53 +0000 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. (cherry picked from commit 0083eef31cecf57df1157833d63ec766c77dd949) --- 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.