nfs-utils/0008-nfsd.man-fix-typo-in-section-on-scope.patch

24 lines
864 B
Diff
Raw Normal View History

From e986a7c109cb25fe9de2de3e376ac6ed09d9dd12 Mon Sep 17 00:00:00 2001
From: NeilBrown <neilb@suse.de>
Date: Wed, 29 Mar 2023 09:08:32 +1100
Subject: [PATCH] nfsd.man: fix typo in section on "scope".
The missing "-" meant 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(-)
--- a/utils/nfsd/nfsd.man
+++ b/utils/nfsd/nfsd.man
@@ -38,7 +38,7 @@ request on all known network addresses.
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.