2023-03-28 22:15:05

by NeilBrown

[permalink] [raw]
Subject: [PATCH nfs-utils] nfsd.man: fix typo in section on "scope".



The missing "-" means that "-S" isn't mentioned at all.

Signed-off-by: NeilBrown <[email protected]>
---
utils/nfsd/nfsd.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
index dc05f3623465..6f4fc1df3782 100644
--- a/utils/nfsd/nfsd.man
+++ b/utils/nfsd/nfsd.man
@@ -38,7 +38,7 @@ request on all known network addresses. This may change in future
releases of the Linux Kernel. This option can be used multiple times
to listen to more than one interface.
.TP
-.B \S " or " \-\-scope scope
+.B \-S " or " \-\-scope scope
NFSv4.1 and later require the server to report a "scope" which is used
by the clients to detect if two connections are to the same server.
By default Linux NFSD uses the host name as the scope.
--
2.40.0


2023-04-05 16:44:14

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH nfs-utils] nfsd.man: fix typo in section on "scope".



On 3/28/23 6:11 PM, NeilBrown wrote:
>
>
> The missing "-" means that "-S" isn't mentioned at all.
>
> Signed-off-by: NeilBrown <[email protected]>
Committed... (tag: nfs-utils-2-6-3-rc7)

steved.
> ---
> utils/nfsd/nfsd.man | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
> index dc05f3623465..6f4fc1df3782 100644
> --- a/utils/nfsd/nfsd.man
> +++ b/utils/nfsd/nfsd.man
> @@ -38,7 +38,7 @@ request on all known network addresses. This may change in future
> releases of the Linux Kernel. This option can be used multiple times
> to listen to more than one interface.
> .TP
> -.B \S " or " \-\-scope scope
> +.B \-S " or " \-\-scope scope
> NFSv4.1 and later require the server to report a "scope" which is used
> by the clients to detect if two connections are to the same server.
> By default Linux NFSD uses the host name as the scope.