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

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