git: f46bea05fea3 - main - mount_nfs.8: Reword sentence so .Pa macro works
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 23:20:20 UTC
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=f46bea05fea3faf0780a9e0fb4dbeb588e32a6ea commit f46bea05fea3faf0780a9e0fb4dbeb588e32a6ea Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-08-31 23:19:22 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-08-31 23:19:22 +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. Suggested by: mkarels --- 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.