Blame SOURCES/0009-Improve-man-page-for-info-option.patch

3e90b9
From 64f91f29b03639b0726f0c46f004a20f11379e22 Mon Sep 17 00:00:00 2001
3e90b9
From: Jan Stodola <jstodola@redhat.com>
3e90b9
Date: Sat, 1 Dec 2018 02:33:23 +0100
3e90b9
Subject: [PATCH] Improve man page for --info option
3e90b9
3e90b9
1) commit 941d4a0b removed description of --info DEFAULT
3e90b9
2) Add description of --info ALL
3e90b9
---
3e90b9
 grubby.8 | 5 ++++-
3e90b9
 1 file changed, 4 insertions(+), 1 deletion(-)
3e90b9
3e90b9
diff --git a/grubby.8 b/grubby.8
3e90b9
index 355b6eb6908..9ffef895b0f 100644
3e90b9
--- a/grubby.8
3e90b9
+++ b/grubby.8
3e90b9
@@ -132,7 +132,10 @@ is the default on ia32 platforms.
3e90b9
 
3e90b9
 .TP
3e90b9
 \fB-\-info\fR=\fIkernel-path\fR
3e90b9
-Display information on all boot entries which match \fIkernel-path\fR. I
3e90b9
+Display information on all boot entries which match \fIkernel-path\fR. If
3e90b9
+\fIkernel-path\fR is \fBDEFAULT\fR, then information on the default kernel
3e90b9
+is displayed. If \fIkernel-path\fR is \fBALL\fR, then information on all boot
3e90b9
+entries are displayed.
3e90b9
 
3e90b9
 .TP
3e90b9
 \fB-\-initrd\fR=\fIinitrd-path\fR
3e90b9
-- 
3e90b9
2.19.1
3e90b9