Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2022 22:47:48 GMT
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 53bc9be1c6d9 - stable/12 - mount_nfs.8: Reword sentence so .Pa macro works
Message-ID:  <202209162247.28GMlmGq000626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=53bc9be1c6d90746147d860345e28365e2fb618c

commit 53bc9be1c6d90746147d860345e28365e2fb618c
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:44:50 +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 ee97dba26d80..1b83687d950f 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
@@ -216,7 +216,9 @@ Use the NFS Version 3 protocol.
 Use the NFS Version 4 protocol.
 This option will force the mount to use
 TCP transport.
-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
 Override the default of 0 for the minor version of the NFS Version 4 protocol.
 The only minor version currently supported is 1.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209162247.28GMlmGq000626>