* [PATCH] nfsdctl: manpage fix a few typos
@ 2024-12-30 9:43 Yongcheng Yang
2025-01-02 15:47 ` Benjamin Coddington
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Yongcheng Yang @ 2024-12-30 9:43 UTC (permalink / raw)
To: Steve Dickson; +Cc: Linux NFS Mailing list, Yongcheng Yang
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
---
utils/nfsdctl/nfsdctl.8 | 10 +++++-----
utils/nfsdctl/nfsdctl.adoc | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/utils/nfsdctl/nfsdctl.8 b/utils/nfsdctl/nfsdctl.8
index 38dd1d30..b08fe803 100644
--- a/utils/nfsdctl/nfsdctl.8
+++ b/utils/nfsdctl/nfsdctl.8
@@ -2,12 +2,12 @@
.\" Title: nfsdctl
.\" Author: Jeff Layton
.\" Generator: Asciidoctor 2.0.20
-.\" Date: 2024-11-18
+.\" Date: 2024-12-30
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "NFSDCTL" "8" "2024-11-18" "\ \&" "\ \&"
+.TH "NFSDCTL" "8" "2024-12-30" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
@@ -163,7 +163,7 @@ The fields are:
.fam C
+ to enable a version, \- to disable
MAJOR: the major version integer value
-MINOR: the minor version integet value
+MINOR: the minor version integer value
.fam
.fi
.if n .RE
@@ -291,7 +291,7 @@ Set the pool\-mode to "pernode":
.if n .RS 4
.nf
.fam C
-nfsctl pool\-mode pernode
+nfsdctl pool\-mode pernode
.fam
.fi
.if n .RE
@@ -306,7 +306,7 @@ user, but configuring the server typically requires an account with elevated
privileges.
.SH "SEE ALSO"
.sp
-nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), nfs.conf(5), rpc.rquotad(8), nfsstat(8), netconfig(5)
+nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), rpc.rquotad(8), nfsstat(8), netconfig(5)
.SH "AUTHOR"
.sp
Jeff Layton
\ No newline at end of file
diff --git a/utils/nfsdctl/nfsdctl.adoc b/utils/nfsdctl/nfsdctl.adoc
index 79f07cf0..c5921458 100644
--- a/utils/nfsdctl/nfsdctl.adoc
+++ b/utils/nfsdctl/nfsdctl.adoc
@@ -88,7 +88,7 @@ Each subcommand can also accept its own set of options and arguments. The
+ to enable a version, - to disable
MAJOR: the major version integer value
- MINOR: the minor version integet value
+ MINOR: the minor version integer value
The minorversion field is optional. If not given, it will disable or enable
all minorversions for that major version.
@@ -143,7 +143,7 @@ Change the number of running threads in first pool to 256:
Set the pool-mode to "pernode":
- nfsctl pool-mode pernode
+ nfsdctl pool-mode pernode
== NOTES
@@ -157,4 +157,4 @@ privileges.
== SEE ALSO
-nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), nfs.conf(5), rpc.rquotad(8), nfsstat(8), netconfig(5)
+nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), rpc.rquotad(8), nfsstat(8), netconfig(5)
--
2.43.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] nfsdctl: manpage fix a few typos
2024-12-30 9:43 [PATCH] nfsdctl: manpage fix a few typos Yongcheng Yang
@ 2025-01-02 15:47 ` Benjamin Coddington
2025-01-02 19:17 ` Jeff Layton
2025-01-03 21:32 ` Steve Dickson
2 siblings, 0 replies; 4+ messages in thread
From: Benjamin Coddington @ 2025-01-02 15:47 UTC (permalink / raw)
To: Yongcheng Yang; +Cc: Steve Dickson, Linux NFS Mailing list
On 30 Dec 2024, at 4:43, Yongcheng Yang wrote:
> Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
Looking good.
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Ben
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] nfsdctl: manpage fix a few typos
2024-12-30 9:43 [PATCH] nfsdctl: manpage fix a few typos Yongcheng Yang
2025-01-02 15:47 ` Benjamin Coddington
@ 2025-01-02 19:17 ` Jeff Layton
2025-01-03 21:32 ` Steve Dickson
2 siblings, 0 replies; 4+ messages in thread
From: Jeff Layton @ 2025-01-02 19:17 UTC (permalink / raw)
To: Yongcheng Yang, Steve Dickson; +Cc: Linux NFS Mailing list
On Mon, 2024-12-30 at 17:43 +0800, Yongcheng Yang wrote:
> Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
> ---
> utils/nfsdctl/nfsdctl.8 | 10 +++++-----
> utils/nfsdctl/nfsdctl.adoc | 6 +++---
> 2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/utils/nfsdctl/nfsdctl.8 b/utils/nfsdctl/nfsdctl.8
> index 38dd1d30..b08fe803 100644
> --- a/utils/nfsdctl/nfsdctl.8
> +++ b/utils/nfsdctl/nfsdctl.8
> @@ -2,12 +2,12 @@
> .\" Title: nfsdctl
> .\" Author: Jeff Layton
> .\" Generator: Asciidoctor 2.0.20
> -.\" Date: 2024-11-18
> +.\" Date: 2024-12-30
> .\" Manual: \ \&
> .\" Source: \ \&
> .\" Language: English
> .\"
> -.TH "NFSDCTL" "8" "2024-11-18" "\ \&" "\ \&"
> +.TH "NFSDCTL" "8" "2024-12-30" "\ \&" "\ \&"
> .ie \n(.g .ds Aq \(aq
> .el .ds Aq '
> .ss \n[.ss] 0
> @@ -163,7 +163,7 @@ The fields are:
> .fam C
> + to enable a version, \- to disable
> MAJOR: the major version integer value
> -MINOR: the minor version integet value
> +MINOR: the minor version integer value
> .fam
> .fi
> .if n .RE
> @@ -291,7 +291,7 @@ Set the pool\-mode to "pernode":
> .if n .RS 4
> .nf
> .fam C
> -nfsctl pool\-mode pernode
> +nfsdctl pool\-mode pernode
> .fam
> .fi
> .if n .RE
> @@ -306,7 +306,7 @@ user, but configuring the server typically requires an account with elevated
> privileges.
> .SH "SEE ALSO"
> .sp
> -nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), nfs.conf(5), rpc.rquotad(8), nfsstat(8), netconfig(5)
> +nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), rpc.rquotad(8), nfsstat(8), netconfig(5)
> .SH "AUTHOR"
> .sp
> Jeff Layton
> \ No newline at end of file
> diff --git a/utils/nfsdctl/nfsdctl.adoc b/utils/nfsdctl/nfsdctl.adoc
> index 79f07cf0..c5921458 100644
> --- a/utils/nfsdctl/nfsdctl.adoc
> +++ b/utils/nfsdctl/nfsdctl.adoc
> @@ -88,7 +88,7 @@ Each subcommand can also accept its own set of options and arguments. The
>
> + to enable a version, - to disable
> MAJOR: the major version integer value
> - MINOR: the minor version integet value
> + MINOR: the minor version integer value
>
> The minorversion field is optional. If not given, it will disable or enable
> all minorversions for that major version.
> @@ -143,7 +143,7 @@ Change the number of running threads in first pool to 256:
>
> Set the pool-mode to "pernode":
>
> - nfsctl pool-mode pernode
> + nfsdctl pool-mode pernode
>
> == NOTES
>
> @@ -157,4 +157,4 @@ privileges.
>
> == SEE ALSO
>
> -nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), nfs.conf(5), rpc.rquotad(8), nfsstat(8), netconfig(5)
> +nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), rpc.rquotad(8), nfsstat(8), netconfig(5)
Reviewed-by: Jeff Layton <jlayton@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] nfsdctl: manpage fix a few typos
2024-12-30 9:43 [PATCH] nfsdctl: manpage fix a few typos Yongcheng Yang
2025-01-02 15:47 ` Benjamin Coddington
2025-01-02 19:17 ` Jeff Layton
@ 2025-01-03 21:32 ` Steve Dickson
2 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2025-01-03 21:32 UTC (permalink / raw)
To: Yongcheng Yang; +Cc: Linux NFS Mailing list
On 12/30/24 4:43 AM, Yongcheng Yang wrote:
> Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
Committed... (tag: nfs-utils-2-8-3-rc1)
steved.
> ---
> utils/nfsdctl/nfsdctl.8 | 10 +++++-----
> utils/nfsdctl/nfsdctl.adoc | 6 +++---
> 2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/utils/nfsdctl/nfsdctl.8 b/utils/nfsdctl/nfsdctl.8
> index 38dd1d30..b08fe803 100644
> --- a/utils/nfsdctl/nfsdctl.8
> +++ b/utils/nfsdctl/nfsdctl.8
> @@ -2,12 +2,12 @@
> .\" Title: nfsdctl
> .\" Author: Jeff Layton
> .\" Generator: Asciidoctor 2.0.20
> -.\" Date: 2024-11-18
> +.\" Date: 2024-12-30
> .\" Manual: \ \&
> .\" Source: \ \&
> .\" Language: English
> .\"
> -.TH "NFSDCTL" "8" "2024-11-18" "\ \&" "\ \&"
> +.TH "NFSDCTL" "8" "2024-12-30" "\ \&" "\ \&"
> .ie \n(.g .ds Aq \(aq
> .el .ds Aq '
> .ss \n[.ss] 0
> @@ -163,7 +163,7 @@ The fields are:
> .fam C
> + to enable a version, \- to disable
> MAJOR: the major version integer value
> -MINOR: the minor version integet value
> +MINOR: the minor version integer value
> .fam
> .fi
> .if n .RE
> @@ -291,7 +291,7 @@ Set the pool\-mode to "pernode":
> .if n .RS 4
> .nf
> .fam C
> -nfsctl pool\-mode pernode
> +nfsdctl pool\-mode pernode
> .fam
> .fi
> .if n .RE
> @@ -306,7 +306,7 @@ user, but configuring the server typically requires an account with elevated
> privileges.
> .SH "SEE ALSO"
> .sp
> -nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), nfs.conf(5), rpc.rquotad(8), nfsstat(8), netconfig(5)
> +nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), rpc.rquotad(8), nfsstat(8), netconfig(5)
> .SH "AUTHOR"
> .sp
> Jeff Layton
> \ No newline at end of file
> diff --git a/utils/nfsdctl/nfsdctl.adoc b/utils/nfsdctl/nfsdctl.adoc
> index 79f07cf0..c5921458 100644
> --- a/utils/nfsdctl/nfsdctl.adoc
> +++ b/utils/nfsdctl/nfsdctl.adoc
> @@ -88,7 +88,7 @@ Each subcommand can also accept its own set of options and arguments. The
>
> + to enable a version, - to disable
> MAJOR: the major version integer value
> - MINOR: the minor version integet value
> + MINOR: the minor version integer value
>
> The minorversion field is optional. If not given, it will disable or enable
> all minorversions for that major version.
> @@ -143,7 +143,7 @@ Change the number of running threads in first pool to 256:
>
> Set the pool-mode to "pernode":
>
> - nfsctl pool-mode pernode
> + nfsdctl pool-mode pernode
>
> == NOTES
>
> @@ -157,4 +157,4 @@ privileges.
>
> == SEE ALSO
>
> -nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), nfs.conf(5), rpc.rquotad(8), nfsstat(8), netconfig(5)
> +nfs.conf(5), rpc.nfsd(8), rpc.mountd(8), exports(5), exportfs(8), rpc.rquotad(8), nfsstat(8), netconfig(5)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-03 21:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 9:43 [PATCH] nfsdctl: manpage fix a few typos Yongcheng Yang
2025-01-02 15:47 ` Benjamin Coddington
2025-01-02 19:17 ` Jeff Layton
2025-01-03 21:32 ` Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox