fix typo on man page
Resolves: #RHEL-4333 Signed-off-by: Leo Sandoval <lsandova@redhat.com>
This commit is contained in:
parent
73ab8e9cfe
commit
56d3f9b9ea
23
0014-man-fix-typo-on-the-enable-validation-argument.patch
Normal file
23
0014-man-fix-typo-on-the-enable-validation-argument.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Leo Sandoval <lsandova@redhat.com>
|
||||||
|
Date: Fri, 25 Oct 2024 16:12:51 -0600
|
||||||
|
Subject: [PATCH] man: fix typo on the --enable-validation argument
|
||||||
|
|
||||||
|
Signed-off-by: Leo Sandoval <lsandova@redhat.com>
|
||||||
|
---
|
||||||
|
man/mokutil.1 | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/man/mokutil.1 b/man/mokutil.1
|
||||||
|
index 8c8da86..5b72be3 100644
|
||||||
|
--- a/man/mokutil.1
|
||||||
|
+++ b/man/mokutil.1
|
||||||
|
@@ -122,7 +122,7 @@ Clear the password for MokManager (MokPW)
|
||||||
|
\fB--disable-validation\fR
|
||||||
|
Disable the validation process in shim
|
||||||
|
.TP
|
||||||
|
-\fB--enrolled-validation\fR
|
||||||
|
+\fB--enable-validation\fR
|
||||||
|
Enable the validation process in shim
|
||||||
|
.TP
|
||||||
|
\fB--sb-state\fR
|
@ -11,3 +11,4 @@ Patch0010: 0010-generate_hash-generate_pw_hash-don-t-use-strlen-for-.patch
|
|||||||
Patch0011: 0011-Fix-a-integer-comparison-sign-issue.patch
|
Patch0011: 0011-Fix-a-integer-comparison-sign-issue.patch
|
||||||
Patch0012: 0012-initial-mok-variables-code.patch
|
Patch0012: 0012-initial-mok-variables-code.patch
|
||||||
Patch0013: 0013-mokutil-enable-setting-fallback-verbosity-and-norebo.patch
|
Patch0013: 0013-mokutil-enable-setting-fallback-verbosity-and-norebo.patch
|
||||||
|
Patch0014: 0014-man-fix-typo-on-the-enable-validation-argument.patch
|
@ -1,6 +1,6 @@
|
|||||||
Name: mokutil
|
Name: mokutil
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Tool to manage UEFI Secure Boot MoK Keys
|
Summary: Tool to manage UEFI Secure Boot MoK Keys
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -48,6 +48,10 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install
|
|||||||
%{_datadir}/bash-completion/completions/mokutil
|
%{_datadir}/bash-completion/completions/mokutil
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 25 2024 Leo Sandoval <lsandova@redhat.com> - 1:0.3.0-13
|
||||||
|
- fix typo on man page
|
||||||
|
- Resolves: #RHEL-4333
|
||||||
|
|
||||||
* Mon Mar 28 2022 Robbie Harwood <rharwood@redhat.com> - 1:0.3.0-12
|
* Mon Mar 28 2022 Robbie Harwood <rharwood@redhat.com> - 1:0.3.0-12
|
||||||
- Add ability to set fallback verbose mode
|
- Add ability to set fallback verbose mode
|
||||||
- Resolves: #2030704
|
- Resolves: #2030704
|
||||||
|
Loading…
Reference in New Issue
Block a user