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

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