[PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1

Fix spelling of "followed" in kwboot.1 manpage.
Series: 2 Signed-off-by: Vagrant Cascadian vagrant@debian.org ---
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

On Tue, 19 Apr 2022 17:48:27 -0700 Vagrant Cascadian vagrant@debian.org wrote:
Fix spelling of "followed" in kwboot.1 manpage.
Series: 2 Signed-off-by: Vagrant Cascadian vagrant@debian.org
This "Series: 2" line does not belong into commit message, becuase it would end up in 'git log', which doesn't make sense :-)
Instead the commit subject should look like [PATCH v2] ... which can be done by git format-patch --subject-prefix="PATCH v2"
But I guess Stefan can remove it when applying the patch, so
Reviewed-by: Marek Behún marek.behun@nic.cz
participants (2)
-
Marek Behún
-
Vagrant Cascadian