diff options
author | Steve Dickson <steved@redhat.com> | 2015-06-25 10:09:36 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2015-06-25 10:13:14 -0400 |
commit | e2f63adcecb6b85388bef0e7d76480a3152d826c (patch) | |
tree | 58fd1761563fd03456a9ab59b5942ecd49d2e84e | |
parent | c1395ccf1afcf949f873905253494aeb60b632c9 (diff) | |
download | nfs-utils-e2f63adcecb6b85388bef0e7d76480a3152d826c.tar.gz nfs-utils-e2f63adcecb6b85388bef0e7d76480a3152d826c.tar.xz nfs-utils-e2f63adcecb6b85388bef0e7d76480a3152d826c.zip |
nfs manpage: Add nfsmount.conf
Add nfsmount.conf to both the FILES and SEE ALSO
sections
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/mount/nfs.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index fe4f9b1..e541cdc 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -1706,6 +1706,9 @@ with the mount options already saved on disk for the NFS server mounted at /mnt. .TP 1.5i .I /etc/fstab file system table +.TP 1.5i +.I /etc/nfsmount.conf +Configuration file for NFS mounts .SH BUGS Before 2.4.7, the Linux NFS client did not support NFS over TCP. .P @@ -1735,6 +1738,7 @@ such as security negotiation, server referrals, and named attributes. .BR mount.nfs (5), .BR umount.nfs (5), .BR exports (5), +.BR nfsmount.conf (5), .BR netconfig (5), .BR ipv6 (7), .BR nfsd (8), |