From patchwork Sun Dec 18 16:41:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 13076071 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 A271AC4332F for ; Sun, 18 Dec 2022 17:37:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231562AbiLRRhg (ORCPT ); Sun, 18 Dec 2022 12:37:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231322AbiLRRhM (ORCPT ); Sun, 18 Dec 2022 12:37:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FFF4E0B9 for ; Sun, 18 Dec 2022 08:41:39 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EC7D0B80BAA for ; Sun, 18 Dec 2022 16:41:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63C98C433D2; Sun, 18 Dec 2022 16:41:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671381696; bh=VDWnbkHG6WLXl36i9gSzHpZbbHkjRqGCZi+DjHgIoaQ=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=rszIVcJVmcadN9sGQgj1MiNnTSH1mua+RAU9TrRkN8ftD8uZ1amk1oFCJnLTXw9ge soTLVsM8cq0ZdedOWxsvLvL3eArgtpKtybZL7efJzqkrEHRG8f7kc3AWY+vkK2qR+H QKGNDQ9KART+ui8ds/KbrMs2k0S4DHgCWHp5ODqijVq1P3zqmcLQylkTkeDjbOVKXv iJlbiQVZHudg075I2bOyjuk0sELT3k2LOirL1l5/sqrw70pSY3jXIakbYqGRnxASE7 Rt9gGSeiizNkpzJ8Q7h7BWyU8LOiTpTmGJQxBa8q7cxtv2VQwEXMR+W7QJ6pnp1o8Q 8k9QOSuM+lrdw== Subject: [PATCH 2/6] nfsd(7): Correct grammatical usage of "threads" From: cel@kernel.org To: SteveD@redhat.com Cc: linux-nfs@vger.kernel.org, debian@helgefjell.de Date: Sun, 18 Dec 2022 11:41:35 -0500 Message-ID: <167138169547.1584402.5771788433072234381.stgit@morisot.1015granger.net> In-Reply-To: <167138168903.1584402.12231405451604036910.stgit@morisot.1015granger.net> References: <167138168903.1584402.12231405451604036910.stgit@morisot.1015granger.net> User-Agent: StGit/1.5 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org From: Chuck Lever Man page: nfsd.7 Issue: thread currently → threads currently "This file represents the number of B thread currently running. " "Reading it will show the number of threads. Writing an ASCII decimal number " "will cause the number of threads to be changed (increased or decreased as " "necessary) to achieve that number." Reported-by: Helge Kreutzmann Signed-off-by: Chuck Lever --- utils/exportfs/nfsd.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man index 2abb8933fb11..6992e10829e7 100644 --- a/utils/exportfs/nfsd.man +++ b/utils/exportfs/nfsd.man @@ -57,7 +57,7 @@ by a backslash followed by the octal ASCII code for that character. .B threads This file represents the number of .B nfsd -thread currently running. Reading it will show the number of +threads currently running. Reading it will show the number of threads. Writing an ASCII decimal number will cause the number of threads to be changed (increased or decreased as necessary) to achieve that number.