mount_nfs.8: Reword sentence so .Pa macro works

Commit 603677334a 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
This commit is contained in:
Rick Macklem 2022-08-31 16:19:22 -07:00
parent 26a3694833
commit f46bea05fe

View File

@ -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.