diff mbox series

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

Message ID 168004150341.8106.13618674008997774396@noble.neil.brown.name (mailing list archive)
State New, archived
Headers show
Series [nfs-utils] nfsd.man: fix typo in section on "scope". | expand

Commit Message

NeilBrown March 28, 2023, 10:11 p.m. UTC
The missing "-" means that "-S" isn't mentioned at all.

Signed-off-by: NeilBrown <neilb@suse.de>
---
 utils/nfsd/nfsd.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steve Dickson April 5, 2023, 4:31 p.m. UTC | #1
On 3/28/23 6:11 PM, NeilBrown wrote:
> 
> 
> The missing "-" means that "-S" isn't mentioned at all.
> 
> Signed-off-by: NeilBrown <neilb@suse.de>
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.
diff mbox series

Patch

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.