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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E814C4167B for ; Thu, 3 Dec 2020 23:18:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E7791224B1 for ; Thu, 3 Dec 2020 23:18:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387459AbgLCXS3 (ORCPT ); Thu, 3 Dec 2020 18:18:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725912AbgLCXS2 (ORCPT ); Thu, 3 Dec 2020 18:18:28 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66E9EC061A4F for ; Thu, 3 Dec 2020 15:17:48 -0800 (PST) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 21CB12D3; Thu, 3 Dec 2020 23:17:48 +0000 (UTC) Date: Thu, 3 Dec 2020 16:17:47 -0700 From: Jonathan Corbet To: Andrew Klychkov Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: fix multiple typos found in the admin-guide subdirectory Message-ID: <20201203161747.124c3ade@lwn.net> In-Reply-To: <20201203082029.GA44830@spblnx124.lan> References: <20201203082029.GA44830@spblnx124.lan> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020 11:20:29 +0300 Andrew Klychkov wrote: > @@ -185,7 +185,7 @@ in a keyring called ".builtin_trusted_keys" that can be seen by:: > [root@deneb ~]# cat /proc/keys > ... > 223c7853 I------ 1 perm 1f030000 0 0 keyring .builtin_trusted_keys: 1 > - 302d2d52 I------ 1 perm 1f010000 0 0 asymmetri Fedora kernel signing key: d69a84e6bce3d216b979e9505b3e3ef9a7118079: X509.RSA a7118079 [] > + 302d2d52 I------ 1 perm 1f010000 0 0 asymmetric Fedora kernel signing key: d69a84e6bce3d216b979e9505b3e3ef9a7118079: X509.RSA a7118079 [] As Randy pointed out, this change isn't correct. We can't fix things in literal kernel output, regardless of how bad they are :) Thanks, jon