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

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