2015-04-01 08:24:19

by Christoph Hellwig

[permalink] [raw]
Subject: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa

From: Cyril Brulebois <[email protected]>

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



2015-04-01 08:24:21

by Christoph Hellwig

[permalink] [raw]
Subject: [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes

From: Ben Hutchings <[email protected]>

---
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


2015-04-01 08:24:55

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa

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 <[email protected]>
>
> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
---end quoted text---

2015-04-01 17:50:23

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa

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 <[email protected]>
> >
> > 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 [email protected]
> > 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

2015-04-02 17:22:13

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH 1/2] nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa



On 04/01/2015 04:23 AM, Christoph Hellwig wrote:
> From: Cyril Brulebois <[email protected]>
>
> 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),
>

2015-04-02 17:22:38

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH 2/2] mount.nfs.man, nfs.man: Update distinction between fstypes



On 04/01/2015 04:23 AM, Christoph Hellwig wrote:
> From: Ben Hutchings <[email protected]>
>
> ---
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"
>