Blame SOURCES/0066-Clarify-set-default-index-in-the-man-page.patch

903092
From 778ec42a36c02da40fd6044ac42fdee0e186c7fc Mon Sep 17 00:00:00 2001
903092
From: Robert Marshall <rmarshall@redhat.com>
903092
Date: Thu, 15 Dec 2016 21:53:31 -0500
903092
Subject: [PATCH 66/69] Clarify --set-default-index in the man page.
903092
903092
This changes the man page to say that the index value provided with
903092
--set-default-index applies to the boot entry list after modifications.
903092
903092
Resolves: rhbz#1285601
903092
---
903092
 grubby.8 | 5 +++--
903092
 1 file changed, 3 insertions(+), 2 deletions(-)
903092
903092
diff --git a/grubby.8 b/grubby.8
903092
index 7789b9a..465df32 100644
903092
--- a/grubby.8
903092
+++ b/grubby.8
903092
@@ -144,8 +144,9 @@ boot entry. This may not be invoked with \fB-\-set-default-index\fR.
903092
 
903092
 .TP
903092
 \fB-\-set-default-index\fR=\fIentry-index\fR
903092
-Makes the given entry number the default boot entry. This may not
903092
-be invoked with \fB-\-set-default\fR.
903092
+Makes the given entry number the default boot entry. This may not be invoked
903092
+with \fB-\-set-default\fR.  The given value represents the index in the
903092
+post-modification boot entry list.
903092
 
903092
 .TP
903092
 \fB-\-make-default\fR
903092
-- 
903092
2.9.3
903092