From mboxrd@z Thu Jan 1 00:00:00 1970 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 shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C7DB7C2BD09 for ; Thu, 27 Jun 2024 04:36:26 +0000 (UTC) Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.97.1) (envelope-from ) id 1sMgrj-000000003tJ-0Vqp; Thu, 27 Jun 2024 00:36:11 -0400 Received: from mailserver.each.do ([2602:fffa:fff:108a:0:16:3e15:92b8]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1sMgrh-000000003si-1EsO for kernelnewbies@kernelnewbies.org; Thu, 27 Jun 2024 00:36:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=each.do; s=mail; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From:Cc:From; bh=lShKyZZjwl/Oc1/1BNMponR9MWIvb1yUgbcATtr0Xv0=; b=a3++lTviWlsKK78X+MkFQlvysO nwu8yJUd4VLkQWhAQAawfyAHPKEuAVhzHD0NnH3C/V9kTX6HYotshmTUKlsSkcz+5OQWQZ9Hp+sw4 Qvc8IWNALsGk6/ED6HXuEXvA7Dg8SbbugI5moTCK4wQXyuHiJCZhfWnUYsEmHeE5KGg528oJ8N+Wh v2RBfZdcSvbKU432rIQbnpqgOxzVY9H7h7UHo6MXvYyI1F+MLAtzFOooo79fEiqJROBRrb4QlN7v2 +TgGU2KNBoIi71qGqXBR/s8CGwzJ+k5fX/Q0Ktl45hODjq9o/7Mlmv7Iw3ayOEnbeyYxu2Dv5uOpi g3w4xGJQ==; Received: from [2601:646:a100:237f:3091:eec6:a527:1619] (helo=trent-reznor) by mailserver.each.do with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sMgrL-00AOIy-At for kernelnewbies@kernelnewbies.org; Wed, 26 Jun 2024 21:35:47 -0700 User-agent: mu4e 1.10.8; emacs 29.3 From: daniel watson To: kernelnewbies@kernelnewbies.org Subject: sanity check typo patch "quired" Date: Wed, 26 Jun 2024 21:30:45 -0700 Message-ID: <87cyo3atpa.fsf@trent-reznor> MIME-Version: 1.0 X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org here's a patch to fix a typo in the memory management docs. i'm sending to this mailing list first for a sanity check. From: Daniel Watson To: Jonathan Corbet ,linux-doc@vger.kernel.org,linux-kernel@vger.kernel.org Date: Wed, 26 Jun 2024 21:18:22 -0700 Subject: [PATCH] mm: docs: correct 'quired' to 'queried' Convert from the word "quired" to the word "queried" which makes more sense in this context. Signed-off-by: Daniel Watson --- Documentation/admin-guide/mm/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/mm/index.rst b/Documentation/admin-guide/mm/index.rst index 1f883abf3f00f..8b35795b664be 100644 --- a/Documentation/admin-guide/mm/index.rst +++ b/Documentation/admin-guide/mm/index.rst @@ -10,7 +10,7 @@ processes address space and many other cool things. Linux memory management is a complex system with many configurable settings. Most of these settings are available via ``/proc`` -filesystem and can be quired and adjusted using ``sysctl``. These APIs +filesystem and can be queried and adjusted using ``sysctl``. These APIs are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_. .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html -- 2.43.0 _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies