Blame SOURCES/0043-update-manpage-for-efivar-such-that-it-reflects-the-.patch

b15ea1
From 1c23cc5e02bfd9be78a9e7f49bf2d8756a7942ce Mon Sep 17 00:00:00 2001
b15ea1
From: Robert Bisewski <contact@ibiscybernetics.com>
b15ea1
Date: Wed, 25 Sep 2019 15:38:02 -0500
b15ea1
Subject: [PATCH 43/86] update manpage for efivar such that it reflects the
b15ea1
 current options of the efivar util
b15ea1
b15ea1
---
b15ea1
 docs/efivar.1 | 30 ++++++++++++++++++++++--------
b15ea1
 1 file changed, 22 insertions(+), 8 deletions(-)
b15ea1
b15ea1
diff --git a/docs/efivar.1 b/docs/efivar.1
b15ea1
index e4c84bb1fe8..6a3036f5dcd 100644
b15ea1
--- a/docs/efivar.1
b15ea1
+++ b/docs/efivar.1
b15ea1
@@ -1,5 +1,4 @@
b15ea1
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.45.1.
b15ea1
-.TH EFIVAR "1" "June 2014" "efivar 0.10" "User Commands"
b15ea1
+.TH EFIVAR "1" "September 2019" "efivar 37" "User Commands"
b15ea1
 .SH NAME
b15ea1
 efivar \- Tool to manipulate UEFI variables
b15ea1
 .SH SYNOPSIS
b15ea1
@@ -7,8 +6,8 @@ efivar \- Tool to manipulate UEFI variables
b15ea1
 [\fI\,OPTION\/\fR...]
b15ea1
 .SH DESCRIPTION
b15ea1
 .TP
b15ea1
-\fB\-L\fR, \fB\-\-list\-guids\fR
b15ea1
-list guids efivar knows about
b15ea1
+\fB\-t\fR, \fB\-\-attributes=\fR<attributes>
b15ea1
+attributes to use on append
b15ea1
 .TP
b15ea1
 \fB\-l\fR, \fB\-\-list\fR
b15ea1
 list current variables
b15ea1
@@ -16,6 +15,12 @@ list current variables
b15ea1
 \fB\-p\fR, \fB\-\-print\fR
b15ea1
 print variable specified by \fB\-\-name\fR
b15ea1
 .TP
b15ea1
+\fB\-D\fR, \fB\-\-dmpstore\fR
b15ea1
+use DMPSTORE format when exporting
b15ea1
+.TP
b15ea1
+\fB\-d\fR, \fB\-\-print\-decimal\fR
b15ea1
+print variable in decimal format values specified by \fB\-\-name\fR
b15ea1
+.TP
b15ea1
 \fB\-n\fR, \fB\-\-name=\fR<guid\-name>
b15ea1
 variable to manipulate, in the form
b15ea1
 8be4df61\-93ca\-11d2\-aa0d\-00e098032b8c\-Boot0000
b15ea1
@@ -23,11 +28,20 @@ variable to manipulate, in the form
b15ea1
 \fB\-a\fR, \fB\-\-append\fR
b15ea1
 append to variable specified by \fB\-\-name\fR
b15ea1
 .TP
b15ea1
-\fB\-f\fR, \fB\-\-fromfile=\fR<file>
b15ea1
-use data from <file>
b15ea1
+\fB\-f\fR, \fB\-\-datafile=\fR<file>
b15ea1
+load or save variable contents from <file>
b15ea1
 .TP
b15ea1
-\fB\-t\fR, \fB\-\-attributes=\fR<attributes>
b15ea1
-attributes to use on append
b15ea1
+\fB\-e\fR, \fB\-\-export=\fR<file>
b15ea1
+export variable to <file>
b15ea1
+.TP
b15ea1
+\fB\-i\fR, \fB\-\-import=\fR<file>
b15ea1
+import variable from <file>
b15ea1
+.TP
b15ea1
+\fB\-L\fR, \fB\-\-list\-guids\fR
b15ea1
+show internal guid list
b15ea1
+.TP
b15ea1
+\fB\-w\fR, \fB\-\-write\fR
b15ea1
+write to variable specified by \fB\-\-name\fR
b15ea1
 .SS "Help options:"
b15ea1
 .TP
b15ea1
 \-?, \fB\-\-help\fR
b15ea1
-- 
b15ea1
2.24.1
b15ea1