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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 95AADC433EF for ; Wed, 20 Apr 2022 00:48:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A98FF83E04; Wed, 20 Apr 2022 02:48:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=debian.org header.i=@debian.org header.b="HZ4Fm6TC"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 24C9483BB6; Wed, 20 Apr 2022 02:48:48 +0200 (CEST) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by phobos.denx.de (Postfix) with ESMTP id 44C9583C5A for ; Wed, 20 Apr 2022 02:48:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=vagrant@aikidev.net Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 6D6BC1AAD2; Tue, 19 Apr 2022 17:48:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1650415723; bh=j5xUiC3erndqnfbcJxnY0rc9TYkuW7yPUk8claFYsAk=; h=From:To:Cc:Subject:Date:From; b=HZ4Fm6TCrZ8rXtJ8v43xL/trH7FHLCyE3As73NrDXINzEHpQRBsc5cPxFTKFMCYu3 4Z7JfkJdEuwFxUShugOQpKrDQ9QD5V2yWIrHu01xYWKdcCCEMhcf04iAXQzoy6VfQG RJ3F9rwqblGrNDaB2I7xBKWxuA27q22TYodu+IwWsLqszye5FoLTcCD4HQMZVdH1gC LDjp2mGBVWHFmjvN/SxR4XbIKkZqBbCkNfqBco6ILLbXEvxBvvpDDlojmf2gfGpPvj 8pNuxyHtkoygmNeLpybC1AWZ4akHQeCG1tk5VAiG1mU92XuhSBYDV1Kvx7h9dA6SE1 ou7UPrinLtPXw== From: Vagrant Cascadian To: u-boot@lists.denx.de Cc: Vagrant Cascadian , =?UTF-8?q?Marek=20Beh=C3=BAn?= , =?UTF-8?q?Pali=20Roh=C3=A1r?= , Stefan Roese Subject: [PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1 Date: Tue, 19 Apr 2022 17:48:27 -0700 Message-Id: <20220420004828.14628-1-vagrant@debian.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Fix spelling of "followed" in kwboot.1 manpage. Series: 2 Signed-off-by: Vagrant Cascadian --- Changes in v2: Use "tools: kwboot:" prefix. Add full commit message. doc/kwboot.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kwboot.1 b/doc/kwboot.1 index f555ff26a2..d663bf1f77 100644 --- a/doc/kwboot.1 +++ b/doc/kwboot.1 @@ -74,7 +74,7 @@ BootROM's standard input and BootROM's terminal echo are active and working fine. To workaround this BootROM bug with standard output, it is possible to manually overwrite BootROM variables stored in SRAM which BootROM use for checking if standard output is enabled or not. To enable BootROM -standard output on UART, type this command folled by ENTER key: +standard output on UART, type this command followed by ENTER key: .RS 1.2i .TP -- 2.35.1