[PATCH] doc: efi-readvar: Fix typo in command examples
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
Date: 2021-09-29 03:36:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
Date: 2021-09-29 03:36:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
The tool name is efi-readvar not efi-readvars. Update the examples in the man page. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> --- Hi James, I couldn't see an obvious mailing list for efitools so hopefully sending it direct to you with linux-efi on the Cc list will get this where it needs to go. Thanks, Chris doc/efi-readvar.1.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/efi-readvar.1.in b/doc/efi-readvar.1.in
index ae41042..e3a5cc8 100644
--- a/doc/efi-readvar.1.in
+++ b/doc/efi-readvar.1.in@@ -14,12 +14,12 @@ represents the first entry of signature list zero. To see all the variables, type -efi-readvars +efi-readvar To see the second entry of signature list 1 for the db variable, do -efi-readvars -v db -s 1-1 +efi-readvar -v db -s 1-1 To see all entries of signature list 0 for the KEK -efi-readvars -v KEK -s 0 +efi-readvar -v KEK -s 0
--
2.33.0