git: ebaebf5b05e3 - stable/13 - mount_nfs.8: Reword sentence so .Pa macro works
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 22:54:43 UTC
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=ebaebf5b05e3dbbdf309269997b023e3f7c29671
commit ebaebf5b05e3dbbdf309269997b023e3f7c29671
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-08-31 23:19:22 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-09-16 22:51:01 +0000
mount_nfs.8: Reword sentence so .Pa macro works
Commit 603677334a64 added a sentence with a file path
in it. However, it did not use .Pa since it would leave
a space after it, where ('s) was supposed to go.
This patch rewords the sentence so that .Pa can
be used.
This is a content change.
(cherry picked from commit f46bea05fea3faf0780a9e0fb4dbeb588e32a6ea)
---
sbin/mount_nfs/mount_nfs.8 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index d2a22bebec39..393a40caccb3 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 August 29, 2022
+.Dd August 31, 2022
.Dt MOUNT_NFS 8
.Os
.Sh NAME
@@ -242,7 +242,9 @@ supported by the NFS Version 4 server will be used.
See the
.Cm minorversion
option.
-Make sure that all your NFS Version 4 clients have unique /etc/hostid's.
+Make sure that all your NFS Version 4 clients have unique
+values in
+.Pa /etc/hostid .
.It Cm minorversion Ns = Ns Aq Ar value
Use the specified minor version for a NFS Version 4 mount,
overriding the default.