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