svn commit: r363476 - stable/12/sbin/mount_nfs
Gordon Bergling
gbe at FreeBSD.org
Fri Jul 24 16:41:16 UTC 2020
Author: gbe (doc committer)
Date: Fri Jul 24 16:41:15 2020
New Revision: 363476
URL: https://svnweb.freebsd.org/changeset/base/363476
Log:
MFC r363288: mount_nfs(8): document alternate form of the gssname option
PR: 238506
Submitted by: Greg Veldman <freebsd at gregv dot net>
Reviewed by: 0mp, bcr (mentor)
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D25667
Modified:
stable/12/sbin/mount_nfs/mount_nfs.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- stable/12/sbin/mount_nfs/mount_nfs.8 Fri Jul 24 15:04:34 2020 (r363475)
+++ stable/12/sbin/mount_nfs/mount_nfs.8 Fri Jul 24 16:41:15 2020 (r363476)
@@ -157,7 +157,16 @@ should be specified without instance or domain and is
.Dq "host" ,
.Dq "nfs"
or
-.Dq "root" .
+.Dq "root" ,
+although the form
+.Sm off
+.Aq Ar service
+@
+.Aq Ar fqdn
+.Sm on
+can also be used if the local system's
+.Xr gethostname 3
+value does not match the host-based principal in the keytab.
.It Cm hard
Same as not specifying
.Cm soft .
More information about the svn-src-stable
mailing list