* [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa
@ 2015-04-01 8:23 Christoph Hellwig
2015-04-01 8:23 ` [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes Christoph Hellwig
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Christoph Hellwig @ 2015-04-01 8:23 UTC (permalink / raw)
To: Steve Dickson; +Cc: linux-nfs, Ben Hutchings, Cyril Brulebois
From: Cyril Brulebois <kibi@debian.org>
It'd be nice if one could notice nfsd(7) when reading nfsd(8) and the
other way round, without having to have to resort to “dpkg -L $pkg” to
figure out what documentation is available.
---
utils/exportfs/nfsd.man | 1 +
utils/nfsd/nfsd.man | 1 +
2 files changed, 2 insertions(+)
diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
index 47b73be..0c516fa 100644
--- a/utils/exportfs/nfsd.man
+++ b/utils/exportfs/nfsd.man
@@ -196,6 +196,7 @@ classes of tracing to be enabled. Consult the kernel header files to
find out what number correspond to what tracing.
.SH SEE ALSO
+.BR nfsd (8),
.BR rpc.nfsd (8),
.BR exports (5),
.BR nfsstat (8),
diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
index be21ed4..3ba847e 100644
--- a/utils/nfsd/nfsd.man
+++ b/utils/nfsd/nfsd.man
@@ -121,6 +121,7 @@ address family combinations that are marked visible in the
database.
.SH SEE ALSO
+.BR nfsd (7),
.BR rpc.mountd (8),
.BR exports (5),
.BR exportfs (8),
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes
2015-04-01 8:23 [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
@ 2015-04-01 8:23 ` Christoph Hellwig
2015-04-02 17:22 ` Steve Dickson
2015-04-01 8:24 ` [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
2015-04-02 17:22 ` Steve Dickson
2 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2015-04-01 8:23 UTC (permalink / raw)
To: Steve Dickson; +Cc: linux-nfs, Ben Hutchings, Cyril Brulebois
From: Ben Hutchings <ben@decadent.org.uk>
---
utils/mount/mount.nfs.man | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man
index 1a4561b..15a82d5 100644
--- a/utils/mount/mount.nfs.man
+++ b/utils/mount/mount.nfs.man
@@ -15,16 +15,20 @@ is meant to be used by the
.BR mount (8)
command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality.
-.BR mount.nfs4
-is used for mounting NFSv4 file system, while
-.BR mount.nfs
-is used to mount NFS file systems versions 3 or 2.
.I remotetarget
is a server share usually in the form of
.BR servername:/path/to/share.
.I dir
is the directory on which the file system is to be mounted.
+Under Linux 2.6.32 and later kernel versions,
+.BR mount.nfs
+can mount all NFS file system versions. Under earlier Linux kernel versions,
+.BR mount.nfs4
+must be used for mounting NFSv4 file systems while
+.BR mount.nfs
+must be used for NFSv3 and v2.
+
.SH OPTIONS
.TP
.BI "\-r"
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa
2015-04-01 8:23 [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
2015-04-01 8:23 ` [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes Christoph Hellwig
@ 2015-04-01 8:24 ` Christoph Hellwig
2015-04-01 17:50 ` J. Bruce Fields
2015-04-02 17:22 ` Steve Dickson
2 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2015-04-01 8:24 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Steve Dickson, linux-nfs, Ben Hutchings, Cyril Brulebois
Ooops, forgot to add the intro mail - this is a resync of the man page
updates in the Debian package with mainline nfs-utils.
On Wed, Apr 01, 2015 at 10:23:43AM +0200, Christoph Hellwig wrote:
> From: Cyril Brulebois <kibi@debian.org>
>
> It'd be nice if one could notice nfsd(7) when reading nfsd(8) and the
> other way round, without having to have to resort to ???dpkg -L $pkg??? to
> figure out what documentation is available.
> ---
> utils/exportfs/nfsd.man | 1 +
> utils/nfsd/nfsd.man | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
> index 47b73be..0c516fa 100644
> --- a/utils/exportfs/nfsd.man
> +++ b/utils/exportfs/nfsd.man
> @@ -196,6 +196,7 @@ classes of tracing to be enabled. Consult the kernel header files to
> find out what number correspond to what tracing.
>
> .SH SEE ALSO
> +.BR nfsd (8),
> .BR rpc.nfsd (8),
> .BR exports (5),
> .BR nfsstat (8),
> diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
> index be21ed4..3ba847e 100644
> --- a/utils/nfsd/nfsd.man
> +++ b/utils/nfsd/nfsd.man
> @@ -121,6 +121,7 @@ address family combinations that are marked visible in the
> database.
>
> .SH SEE ALSO
> +.BR nfsd (7),
> .BR rpc.mountd (8),
> .BR exports (5),
> .BR exportfs (8),
> --
> 1.9.1
>
> --
> 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
---end quoted text---
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa
2015-04-01 8:24 ` [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
@ 2015-04-01 17:50 ` J. Bruce Fields
0 siblings, 0 replies; 6+ messages in thread
From: J. Bruce Fields @ 2015-04-01 17:50 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Christoph Hellwig, Steve Dickson, linux-nfs, Ben Hutchings,
Cyril Brulebois
On Wed, Apr 01, 2015 at 01:24:53AM -0700, Christoph Hellwig wrote:
> Ooops, forgot to add the intro mail - this is a resync of the man page
> updates in the Debian package with mainline nfs-utils.
both look good to me.--b.
>
> On Wed, Apr 01, 2015 at 10:23:43AM +0200, Christoph Hellwig wrote:
> > From: Cyril Brulebois <kibi@debian.org>
> >
> > It'd be nice if one could notice nfsd(7) when reading nfsd(8) and the
> > other way round, without having to have to resort to ???dpkg -L $pkg??? to
> > figure out what documentation is available.
> > ---
> > utils/exportfs/nfsd.man | 1 +
> > utils/nfsd/nfsd.man | 1 +
> > 2 files changed, 2 insertions(+)
> >
> > diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
> > index 47b73be..0c516fa 100644
> > --- a/utils/exportfs/nfsd.man
> > +++ b/utils/exportfs/nfsd.man
> > @@ -196,6 +196,7 @@ classes of tracing to be enabled. Consult the kernel header files to
> > find out what number correspond to what tracing.
> >
> > .SH SEE ALSO
> > +.BR nfsd (8),
> > .BR rpc.nfsd (8),
> > .BR exports (5),
> > .BR nfsstat (8),
> > diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
> > index be21ed4..3ba847e 100644
> > --- a/utils/nfsd/nfsd.man
> > +++ b/utils/nfsd/nfsd.man
> > @@ -121,6 +121,7 @@ address family combinations that are marked visible in the
> > database.
> >
> > .SH SEE ALSO
> > +.BR nfsd (7),
> > .BR rpc.mountd (8),
> > .BR exports (5),
> > .BR exportfs (8),
> > --
> > 1.9.1
> >
> > --
> > 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
> ---end quoted text---
> --
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa
2015-04-01 8:23 [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
2015-04-01 8:23 ` [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes Christoph Hellwig
2015-04-01 8:24 ` [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
@ 2015-04-02 17:22 ` Steve Dickson
2 siblings, 0 replies; 6+ messages in thread
From: Steve Dickson @ 2015-04-02 17:22 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-nfs, Ben Hutchings, Cyril Brulebois
On 04/01/2015 04:23 AM, Christoph Hellwig wrote:
> From: Cyril Brulebois <kibi@debian.org>
>
> It'd be nice if one could notice nfsd(7) when reading nfsd(8) and the
> other way round, without having to have to resort to “dpkg -L $pkg” to
> figure out what documentation is available.
> ---
> utils/exportfs/nfsd.man | 1 +
> utils/nfsd/nfsd.man | 1 +
> 2 files changed, 2 insertions(+)
Committed...
steved.
>
> diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
> index 47b73be..0c516fa 100644
> --- a/utils/exportfs/nfsd.man
> +++ b/utils/exportfs/nfsd.man
> @@ -196,6 +196,7 @@ classes of tracing to be enabled. Consult the kernel header files to
> find out what number correspond to what tracing.
>
> .SH SEE ALSO
> +.BR nfsd (8),
> .BR rpc.nfsd (8),
> .BR exports (5),
> .BR nfsstat (8),
> diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
> index be21ed4..3ba847e 100644
> --- a/utils/nfsd/nfsd.man
> +++ b/utils/nfsd/nfsd.man
> @@ -121,6 +121,7 @@ address family combinations that are marked visible in the
> database.
>
> .SH SEE ALSO
> +.BR nfsd (7),
> .BR rpc.mountd (8),
> .BR exports (5),
> .BR exportfs (8),
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes
2015-04-01 8:23 ` [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes Christoph Hellwig
@ 2015-04-02 17:22 ` Steve Dickson
0 siblings, 0 replies; 6+ messages in thread
From: Steve Dickson @ 2015-04-02 17:22 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-nfs, Ben Hutchings, Cyril Brulebois
On 04/01/2015 04:23 AM, Christoph Hellwig wrote:
> From: Ben Hutchings <ben@decadent.org.uk>
>
> ---
Committed..
steved.
> utils/mount/mount.nfs.man | 12 ++++++++----
> 1 file changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man
> index 1a4561b..15a82d5 100644
> --- a/utils/mount/mount.nfs.man
> +++ b/utils/mount/mount.nfs.man
> @@ -15,16 +15,20 @@ is meant to be used by the
> .BR mount (8)
> command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality.
>
> -.BR mount.nfs4
> -is used for mounting NFSv4 file system, while
> -.BR mount.nfs
> -is used to mount NFS file systems versions 3 or 2.
> .I remotetarget
> is a server share usually in the form of
> .BR servername:/path/to/share.
> .I dir
> is the directory on which the file system is to be mounted.
>
> +Under Linux 2.6.32 and later kernel versions,
> +.BR mount.nfs
> +can mount all NFS file system versions. Under earlier Linux kernel versions,
> +.BR mount.nfs4
> +must be used for mounting NFSv4 file systems while
> +.BR mount.nfs
> +must be used for NFSv3 and v2.
> +
> .SH OPTIONS
> .TP
> .BI "\-r"
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-02 17:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01 8:23 [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
2015-04-01 8:23 ` [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes Christoph Hellwig
2015-04-02 17:22 ` Steve Dickson
2015-04-01 8:24 ` [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa Christoph Hellwig
2015-04-01 17:50 ` J. Bruce Fields
2015-04-02 17:22 ` Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).