summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2023-04-05 12:23:24 -0400
committerSteve Dickson <steved@redhat.com>2023-04-05 12:25:17 -0400
commit4c412a944a27f9f516694722970c0bf3b80be01b (patch)
tree38b7491845243a2c2d3474309ca1b48d6ceef622
parenteab5e3852cf7f48ffdb223f8e1175350e91a2e7d (diff)
downloadnfs-utils-4c412a944a27f9f516694722970c0bf3b80be01b.tar.gz
nfsd.man: fix typo in section on "scope".nfs-utils-2-6-3-rc7
The missing "-" means that "-S" isn't mentioned at all. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/nfsd/nfsd.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
index dc05f36..6f4fc1d 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.