linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: efi-readvar: Fix typo in command examples
@ 2021-09-29  3:35 Chris Packham
  0 siblings, 0 replies; only message in thread
From: Chris Packham @ 2021-09-29  3:35 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-efi, Chris Packham

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-29  3:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29  3:35 [PATCH] doc: efi-readvar: Fix typo in command examples Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).