git: 0083eef31cec - main - mount_nfs.8: Fix the RFC number now that it exists
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 22:06:29 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=0083eef31cecf57df1157833d63ec766c77dd949
commit 0083eef31cecf57df1157833d63ec766c77dd949
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-09-24 22:05:21 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-09-24 22:05:21 +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.
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.