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

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