Message ID | 1435241851-24530-1-git-send-email-steved@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/25/2015 10:17 AM, Steve Dickson wrote: > Add nfsmount.conf to both the FILES and SEE ALSO > sections > > Signed-off-by: Steve Dickson <steved@redhat.com> Committed... steved. > --- > utils/mount/nfs.man | 4 ++++ > 1 file changed, 4 insertions(+) > > 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), > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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),
Add nfsmount.conf to both the FILES and SEE ALSO sections Signed-off-by: Steve Dickson <steved@redhat.com> --- utils/mount/nfs.man | 4 ++++ 1 file changed, 4 insertions(+)