Blame SOURCES/0059-More-edits-for-grubby.8-1232168.patch

11b490
From 944864e679b37423b0e159d0a6cfc4267e609541 Mon Sep 17 00:00:00 2001
11b490
From: Peter Jones <pjones@redhat.com>
11b490
Date: Tue, 28 Jun 2016 16:50:37 -0400
11b490
Subject: [PATCH 59/60] More edits for grubby.8 (#1232168)
11b490
11b490
- Don't switch between the passive and active voice between the option
11b490
  descriptions
11b490
- keep the same point of view between options ("[it] removes all
11b490
  entries" vs "remove all entries")
11b490
- line wrap everywhere except the example envocations at <80 columns,
11b490
  not 100.
11b490
- consistent use of i386 vs ia32
11b490
11b490
Signed-off-by: Peter Jones <pjones@redhat.com>
11b490
11b490
Related: rhbz#1232168
11b490
---
11b490
 grubby.8 | 82 +++++++++++++++++++++++++++++++++++-----------------------------
11b490
 1 file changed, 45 insertions(+), 37 deletions(-)
11b490
11b490
diff --git a/grubby.8 b/grubby.8
11b490
index 5e1b521..1197109 100644
11b490
--- a/grubby.8
11b490
+++ b/grubby.8
11b490
@@ -2,11 +2,12 @@
11b490
 
11b490
 .SH NAME
11b490
 
11b490
-grubby \- command line tool used to configure bootloader menu entries across multiple architectures
11b490
+grubby \- command line tool used to configure bootloader menu entries across
11b490
+multiple architectures
11b490
 
11b490
 .SH SYNOPSIS
11b490
 
11b490
-\fBgrubby\fR [\fIOPTIONS...\fR]
11b490
+\fBgrubby\fR [\fIOPTIONS\fR]
11b490
 
11b490
 .SH DESCRIPTION
11b490
 
11b490
@@ -37,13 +38,13 @@ are deprecated in favor of previously mentioned bootloaders. The
11b490
 
11b490
 .SS Default Behavior
11b490
 
11b490
-The default architecture is chosen at compile time. The grubby executable
11b490
-has a series of built in assumptions about what bootloader is being used and
11b490
-where its configuration file lives. If no output format option is specified
11b490
-on the command line then grubby will use these default settings to first
11b490
-search for an existing configuration and, if it is not found, assume that
11b490
-it should be placed in the standard location. These default assumptions are
11b490
-listed in the table below.
11b490
+The default bootloader target is primarily determined by the architecture
11b490
+for which grubby has been built.  Each architecture has a preferred
11b490
+bootloader, and each bootloader has its own configuration file.  If no
11b490
+bootloader is selected on the command line, grubby will use these default
11b490
+settings to search for an existing configuration.  If no bootloader
11b490
+configuration file is found, grubby will use the default value for that
11b490
+architecture.  These defaults are listed in the table below.
11b490
 
11b490
 .TS
11b490
 allbox;
11b490
@@ -81,19 +82,18 @@ Add a new boot entry for the kernel located at \fIkernel-path\fR. A title for
11b490
 the boot entry must be set using \fB-\-title\fR. Most invocations should also
11b490
 include \fB-\-initrd\fR with memtest86 as a notable exception.
11b490
 
11b490
-The \fB-\-update-kernel\fR
11b490
-option may not be used in the same invocation. 
11b490
+The \fB-\-update-kernel\fR option may not be used in the same invocation.
11b490
 
11b490
 .TP
11b490
 \fB-\-remove-kernel\fR=\fIkernel-path\fR
11b490
-Removes all boot entries which match \fIkernel-path\fR. This may be used
11b490
-along with \fB-\-add-kernel\fR, in which case the new kernel being added will
11b490
-never be removed.
11b490
+Remove all boot entries which match \fIkernel-path\fR. This may be used
11b490
+along with \fB-\-add-kernel\fR, in which case the new entry being added will
11b490
+not be removed.
11b490
 
11b490
 .TP
11b490
 \fB-\-update-kernel\fR=\fIkernel-path\fR
11b490
-The entries for kernels matching \fRkernel-path\fR are updated. Currently
11b490
-the only items that can be updated is the kernel argument list, which is
11b490
+Update the entries for kernels matching \fRkernel-path\fR. Currently
11b490
+the only item that can be updated is the kernel argument list, which is
11b490
 modified via the \fB-\-args\fR and \fB-\-remove-args\fR options.
11b490
 
11b490
 .TP
11b490
@@ -135,7 +135,7 @@ being added.
11b490
 
11b490
 .TP
11b490
 \fB-\-efi\fR
11b490
-Use linuxefi and initrdefi when constructing bootloader stanzas instead of linux and initrd.
11b490
+Use appropriate bootloader commands for EFI on this architecture.
11b490
 
11b490
 .TP
11b490
 \fB-\-set-default\fR=\fIkernel-path\fR
11b490
@@ -188,16 +188,18 @@ Display information on all boot entries which match \fIkernel-path\fR. I
11b490
 
11b490
 .TP
11b490
 \fB-\-bootloader-probe\fR
11b490
+Attempt to probe for installed bootloaders.  If this option is specified,
11b490
 \fBgrubby\fR tries to determine if \fBgrub\fR or \fBlilo\fR is currently
11b490
-installed. When one of those bootloaders is found the name of that bootloader
11b490
-is displayed on stdout.  Both could be installed (on different devices), and
11b490
-grubby will print out the names of both bootloaders, one per line. The probe
11b490
-for \fBgrub\fR requires a commented out boot directive \fBgrub.conf\fR
11b490
-identical to the standard directive in the lilo configuration file. If this
11b490
-is not present \fBgrubby\fR will assume grub is not installed (note
11b490
-that \fBanaconda\fR places this directive in \fBgrub.conf\fR files it creates).
11b490
+installed. When one of those bootloaders is found the name of that
11b490
+bootloader is displayed on stdout.  Both could be installed (on different
11b490
+devices), and grubby will print out the names of both bootloaders, one per
11b490
+line. The probe for \fBgrub\fR requires a commented out boot directive
11b490
+\fBgrub.conf\fR identical to the standard directive in the lilo
11b490
+configuration file. If this is not present \fBgrubby\fR will assume grub is
11b490
+not installed (note that \fBanaconda\fR places this directive in
11b490
+\fBgrub.conf\fR files it creates).
11b490
 
11b490
-\fIThis option is only available on i386 platforms.\fR
11b490
+\fIThis option is only available on x86 BIOS platforms.\fR
11b490
 
11b490
 .TP
11b490
 \fB-v\fR, \fB-\-version\fR
11b490
@@ -213,7 +215,8 @@ alternative bootloader.
11b490
 
11b490
 .TP
11b490
 \fB-\-elilo\fR
11b490
-Use an \fBelilo\fR style configuration file. This is the default on ia64 platforms. This format is deprecated.
11b490
+Use an \fBelilo\fR style configuration file. This is the default on ia64
11b490
+platforms. This format is deprecated.
11b490
 
11b490
 .TP
11b490
 \fB-\-extlinux\fR
11b490
@@ -221,13 +224,14 @@ Use an \fBextlinux\fR style configuration file. This format is deprecated.
11b490
 
11b490
 .TP
11b490
 \fB-\-grub\fR
11b490
-Use a \fBgrub\fR style configuration file. This is the default on ia32 platforms.
11b490
+Use a \fBgrub\fR style configuration file. This is the default on the i386
11b490
+architecture.
11b490
 
11b490
 .TP
11b490
 \fB-\-grub2\fR
11b490
-Use a \fBgrub2\fR style configuration file. This is the default on \fBx86_64\fR
11b490
-architecture as well as the \fBppc64\fR and \fBppc64le\fR architectures
11b490
-running on Power8 or later hardware.
11b490
+Use a \fBgrub2\fR style configuration file. This is the default on
11b490
+\fBx86_64\fR architecture as well as the \fBppc64\fR and \fBppc64le\fR
11b490
+architectures running on Power8 or later hardware.
11b490
 
11b490
 .TP
11b490
 \fB-\-lilo\fR
11b490
@@ -235,7 +239,8 @@ Use a \fBlilo\fR style configuration file.
11b490
 
11b490
 .TP
11b490
 \fB-\-silo\fR
11b490
-Use a \fBsilo\fR style configuration file. This is the default on SPARC systems. This format is legacy, deprecated, and unsupported.
11b490
+Use a \fBsilo\fR style configuration file. This is the default on SPARC
11b490
+systems. This format is legacy, deprecated, and unsupported.
11b490
 
11b490
 .TP
11b490
 \fB-\-yaboot\fR
11b490
@@ -330,12 +335,13 @@ kernel_args	Set of arguments for the kernel
11b490
 menu_index	Index number of a menu entry
11b490
 .TE
11b490
 
11b490
-The examples below quote strings that may have spaces or other whitespace in them. It is also
11b490
-perfectly valid to backslash escape these strings if that is more convenient.
11b490
+The examples below quote strings that may have spaces or other whitespace in
11b490
+them. It is also perfectly valid to backslash escape these strings if that
11b490
+is more convenient.
11b490
 
11b490
 .PP
11b490
-Add a new kernel entry and copy all options from the current default kernel. This is the behavior
11b490
-that most users will want.
11b490
+Add a new kernel entry and copy all options from the current default kernel.
11b490
+This is the behavior that most users will want.
11b490
 .IP
11b490
 \fBgrubby\fR --add-kernel=\fInew_kernel\fR --title="\fIentry_title\fR" --initrd="\fInew_initrd\fR" --copy-default
11b490
 .PP
11b490
@@ -347,13 +353,15 @@ Remove \fBall menu entries\fR for a specified kernel.
11b490
 .IP
11b490
 \fBgrubby\fR --remove-kernel=\fIold_kernel\fR
11b490
 .PP
11b490
-Target a single menu entry to remove without targetting other entries with the same kernel.
11b490
+Target a single menu entry to remove without targetting other entries with
11b490
+the same kernel.
11b490
 .IP
11b490
 \fBgrubby\fR --info=\fIold_kernel\fR
11b490
 
11b490
 \fBgrubby\fR --remove-kernel=\fImenu_index\fR
11b490
 .PP
11b490
-Update the arguments for all entries of a specific kernel. New arguments get added while existing arguments get updated values.
11b490
+Update the arguments for all entries of a specific kernel. New arguments get
11b490
+added while existing arguments get updated values.
11b490
 .IP
11b490
 \fBgrubby\fR --update-kernel=\fIcurrent_kernel\fR --args="\fIkernel_args\fR"
11b490
 .PP
11b490
-- 
11b490
2.5.5
11b490