From patchwork Tue Mar 28 22:11:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: NeilBrown X-Patchwork-Id: 13191602 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BB4DC76196 for ; Tue, 28 Mar 2023 22:11:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229948AbjC1WLv (ORCPT ); Tue, 28 Mar 2023 18:11:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229827AbjC1WLu (ORCPT ); Tue, 28 Mar 2023 18:11:50 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15E321BFE for ; Tue, 28 Mar 2023 15:11:49 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id ABB6D219FB; Tue, 28 Mar 2023 22:11:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1680041507; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tGlMucj0QfBF+OZR1z9zIXhRFb0lyugGbjTkvci0M2I=; b=lHyZfUaA0yNO3V8uximpkQ/WB7AlBeTPjlgHmebn+H/wRkXnIyqaQXzxqXte+rkfw1+D0l O/QCXscKC71UnGzXw4I4YdmjDzYjT9R/EmZ5sh+jYvti3k8i5IEJah7svbFNnX6SGCs2qu 9ajvtTQfloY93eP+GGRM3LUJMr/AFxM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1680041507; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tGlMucj0QfBF+OZR1z9zIXhRFb0lyugGbjTkvci0M2I=; b=kt6BcIshB53P1GpY3a4YHwOmUXQSjw32iP3bjIcetN5E+RfYzylzwgSUwpo5aCyxUs99Tx 7KFzAoLbn69R6XBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id AEFD91390D; Tue, 28 Mar 2023 22:11:46 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4LmiFyJmI2QtUgAAMHmgww (envelope-from ); Tue, 28 Mar 2023 22:11:46 +0000 MIME-Version: 1.0 From: "NeilBrown" To: Steve Dickson Cc: Linux NFS Mailing List Subject: [PATCH nfs-utils] nfsd.man: fix typo in section on "scope". Date: Wed, 29 Mar 2023 09:11:43 +1100 Message-id: <168004150341.8106.13618674008997774396@noble.neil.brown.name> Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org The missing "-" means that "-S" isn't mentioned at all. Signed-off-by: NeilBrown --- 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.