* [PATCH 1/2] nfs manpage: Add nfsmount.conf
@ 2015-06-25 14:17 Steve Dickson
2015-06-25 14:17 ` [PATCH 2/2] mount.nfs " Steve Dickson
2015-06-26 13:22 ` [PATCH 1/2] nfs " Steve Dickson
0 siblings, 2 replies; 4+ messages in thread
From: Steve Dickson @ 2015-06-25 14:17 UTC (permalink / raw)
To: Linux NFS Mailing list
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(+)
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),
--
2.4.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] mount.nfs manpage: Add nfsmount.conf
2015-06-25 14:17 [PATCH 1/2] nfs manpage: Add nfsmount.conf Steve Dickson
@ 2015-06-25 14:17 ` Steve Dickson
2015-06-26 13:22 ` Steve Dickson
2015-06-26 13:22 ` [PATCH 1/2] nfs " Steve Dickson
1 sibling, 1 reply; 4+ messages in thread
From: Steve Dickson @ 2015-06-25 14:17 UTC (permalink / raw)
To: Linux NFS Mailing list
Add nfsmount.conf to both the FILES and SEE ALSO
sections
Signed-off-by: Steve Dickson <steved@redhat.com>
---
utils/mount/mount.nfs.man | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man
index 15a82d5..0409c96 100644
--- a/utils/mount/mount.nfs.man
+++ b/utils/mount/mount.nfs.man
@@ -80,10 +80,13 @@ file system table
.TP
.I /etc/mtab
table of mounted file systems
-
+.TP
+.I /etc/nfsmount.conf
+Configuration file for NFS mounts
.PD
.SH "SEE ALSO"
.BR nfs (5),
+.BR nfsmount.conf (5),
.BR mount (8),
.SH "AUTHOR"
--
2.4.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] nfs manpage: Add nfsmount.conf
2015-06-25 14:17 [PATCH 1/2] nfs manpage: Add nfsmount.conf Steve Dickson
2015-06-25 14:17 ` [PATCH 2/2] mount.nfs " Steve Dickson
@ 2015-06-26 13:22 ` Steve Dickson
1 sibling, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2015-06-26 13:22 UTC (permalink / raw)
To: Linux NFS Mailing list
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),
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] mount.nfs manpage: Add nfsmount.conf
2015-06-25 14:17 ` [PATCH 2/2] mount.nfs " Steve Dickson
@ 2015-06-26 13:22 ` Steve Dickson
0 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2015-06-26 13:22 UTC (permalink / raw)
To: Linux NFS Mailing list
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/mount.nfs.man | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man
> index 15a82d5..0409c96 100644
> --- a/utils/mount/mount.nfs.man
> +++ b/utils/mount/mount.nfs.man
> @@ -80,10 +80,13 @@ file system table
> .TP
> .I /etc/mtab
> table of mounted file systems
> -
> +.TP
> +.I /etc/nfsmount.conf
> +Configuration file for NFS mounts
> .PD
> .SH "SEE ALSO"
> .BR nfs (5),
> +.BR nfsmount.conf (5),
> .BR mount (8),
>
> .SH "AUTHOR"
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-26 13:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 14:17 [PATCH 1/2] nfs manpage: Add nfsmount.conf Steve Dickson
2015-06-25 14:17 ` [PATCH 2/2] mount.nfs " Steve Dickson
2015-06-26 13:22 ` Steve Dickson
2015-06-26 13:22 ` [PATCH 1/2] nfs " Steve Dickson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.