* Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001
@ 2010-10-19 20:00 Steve Dickson
2010-10-19 20:00 ` [PATCH 1/2] Cleared up the sync option in the exportfs man page Steve Dickson
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Steve Dickson @ 2010-10-19 20:00 UTC (permalink / raw)
To: Linux NFS Mailing list
Here are a couple tweaks of two man pages that
have been point out.
Steve Dickson (2):
Cleared up the sync option in the exportfs man page
Updated rpc.mountd man page
utils/exportfs/exports.man | 4 +++-
utils/mountd/mountd.man | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
--
1.7.2.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] Cleared up the sync option in the exportfs man page
2010-10-19 20:00 Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 Steve Dickson
@ 2010-10-19 20:00 ` Steve Dickson
2010-10-19 20:00 ` [PATCH 2/2] Updated rpc.mountd " Steve Dickson
2010-10-20 17:59 ` Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 Steve Dickson
2 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2010-10-19 20:00 UTC (permalink / raw)
To: Linux NFS Mailing list
Signed-off-by: Steve Dickson <steved@redhat.com>
---
utils/exportfs/exports.man | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man
index bfc4d42..4e3edc5 100644
--- a/utils/exportfs/exports.man
+++ b/utils/exportfs/exports.man
@@ -145,7 +145,9 @@ storage (see
.IR async
above).
-In releases of nfs-utils up to and including 1.0.0, this option was the
+In releases of nfs-utils up to and including 1.0.0, the
+.I async
+option was the
default. In all releases after 1.0.0,
.I sync
is the default, and
--
1.7.2.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] Updated rpc.mountd man page
2010-10-19 20:00 Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 Steve Dickson
2010-10-19 20:00 ` [PATCH 1/2] Cleared up the sync option in the exportfs man page Steve Dickson
@ 2010-10-19 20:00 ` Steve Dickson
2010-10-20 17:59 ` Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 Steve Dickson
2 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2010-10-19 20:00 UTC (permalink / raw)
To: Linux NFS Mailing list
Updated the rpc.mountd man page to no longer reference
v3 as the "newer" version and also mentioned v4 as
a supported version.
Signed-off-by: Steve Dickson <steved@redhat.com>
---
utils/mountd/mountd.man | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man
index 4bb96e8..016a357 100644
--- a/utils/mountd/mountd.man
+++ b/utils/mountd/mountd.man
@@ -106,11 +106,11 @@ This option can be used to request that
.B rpc.mountd
do not offer certain versions of NFS. The current version of
.B rpc.mountd
-can support both NFS version 2 and the newer version 3. If the
-NFS kernel module was compiled without support for NFSv3,
+can support both NFS version 2, 3 and 4. If the
+either one of these version should not be offered,
.B rpc.mountd
must be invoked with the option
-.B "\-\-no-nfs-version 3" .
+.B "\-\-no-nfs-version <vers>" .
.TP
.B \-n " or " \-\-no-tcp
Don't advertise TCP for mount.
--
1.7.2.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001
2010-10-19 20:00 Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 Steve Dickson
2010-10-19 20:00 ` [PATCH 1/2] Cleared up the sync option in the exportfs man page Steve Dickson
2010-10-19 20:00 ` [PATCH 2/2] Updated rpc.mountd " Steve Dickson
@ 2010-10-20 17:59 ` Steve Dickson
2 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2010-10-20 17:59 UTC (permalink / raw)
To: Steve Dickson; +Cc: Linux NFS Mailing list
On 10/19/2010 04:00 PM, Steve Dickson wrote:
> Here are a couple tweaks of two man pages that
> have been point out.
>
> Steve Dickson (2):
> Cleared up the sync option in the exportfs man page
> Updated rpc.mountd man page
>
> utils/exportfs/exports.man | 4 +++-
> utils/mountd/mountd.man | 6 +++---
> 2 files changed, 6 insertions(+), 4 deletions(-)
>
Both Committed...
steved
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-20 17:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 20:00 Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 Steve Dickson
2010-10-19 20:00 ` [PATCH 1/2] Cleared up the sync option in the exportfs man page Steve Dickson
2010-10-19 20:00 ` [PATCH 2/2] Updated rpc.mountd " Steve Dickson
2010-10-20 17:59 ` Froe 0d941e1c15147045c26a6cc4918743786e8a1e40 Mon Sep 17 00:00:00 2001 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).