Blame SOURCES/0153-Fix-up-some-man-pages-rpmdiff-noticed.patch

4fe85b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4fe85b
From: Peter Jones <pjones@redhat.com>
4fe85b
Date: Tue, 23 Sep 2014 09:58:49 -0400
4fe85b
Subject: [PATCH] Fix up some man pages rpmdiff noticed.
4fe85b
4fe85b
---
4fe85b
 configure.ac             |  2 ++
4fe85b
 util/grub-macbless.8     | 26 +++++++++++++++++++
4fe85b
 util/grub-mkimage.1      |  2 +-
4fe85b
 util/grub-syslinux2cfg.1 | 65 ++++++++++++++++++++++++++++++++++++++++++++++++
4fe85b
 4 files changed, 94 insertions(+), 1 deletion(-)
4fe85b
 create mode 100644 util/grub-macbless.8
4fe85b
 create mode 100644 util/grub-syslinux2cfg.1
4fe85b
4fe85b
diff --git a/configure.ac b/configure.ac
4fe85b
index 53fd7c73ee6..048ce7c89fa 100644
4fe85b
--- a/configure.ac
4fe85b
+++ b/configure.ac
4fe85b
@@ -76,6 +76,7 @@ grub_TRANSFORM([grub-fstest.3])
4fe85b
 grub_TRANSFORM([grub-glue-efi.3])
4fe85b
 grub_TRANSFORM([grub-install.1])
4fe85b
 grub_TRANSFORM([grub-kbdcomp.3])
4fe85b
+grub_TRANSFORM([grub-macbless.8])
4fe85b
 grub_TRANSFORM([grub-menulst2cfg.1])
4fe85b
 grub_TRANSFORM([grub-mkconfig.1])
4fe85b
 grub_TRANSFORM([grub-mkfont.3])
4fe85b
@@ -93,6 +94,7 @@ grub_TRANSFORM([grub-render-label.3])
4fe85b
 grub_TRANSFORM([grub-script-check.3])
4fe85b
 grub_TRANSFORM([grub-set-default.1])
4fe85b
 grub_TRANSFORM([grub-sparc64-setup.3])
4fe85b
+grub_TRANSFORM([grub-syslinux2cfg.1])
4fe85b
 
4fe85b
 # Optimization flag.  Allow user to override.
4fe85b
 if test "x$TARGET_CFLAGS" = x; then
4fe85b
diff --git a/util/grub-macbless.8 b/util/grub-macbless.8
4fe85b
new file mode 100644
4fe85b
index 00000000000..ae842f3a606
4fe85b
--- /dev/null
4fe85b
+++ b/util/grub-macbless.8
4fe85b
@@ -0,0 +1,26 @@
4fe85b
+.TH GRUB-MACBLESS 1 "Wed Feb 26 2014"
4fe85b
+.SH NAME
4fe85b
+\fBgrub-macbless\fR \(em Mac-style bless utility for HFS or HFS+
4fe85b
+
4fe85b
+.SH SYNOPSIS
4fe85b
+\fBgrub-macbless\fR [-p | --ppc] [-v | --verbose] [-x | --x86] \fIFILE\fR
4fe85b
+
4fe85b
+.SH DESCRIPTION
4fe85b
+\fBgrub-mkimage\fR blesses a file on an HFS or HFS+ file system, so that it
4fe85b
+can be used to boot a Mac.
4fe85b
+
4fe85b
+.SH OPTIONS
4fe85b
+.TP
4fe85b
+--ppc
4fe85b
+Bless the file for use on PPC-based Macs.
4fe85b
+
4fe85b
+.TP
4fe85b
+--verbose
4fe85b
+Print verbose messages.
4fe85b
+
4fe85b
+.TP
4fe85b
+--x86
4fe85b
+Bless the file for use on x86-based Macs.
4fe85b
+
4fe85b
+.SH SEE ALSO
4fe85b
+.BR "info grub"
4fe85b
diff --git a/util/grub-mkimage.1 b/util/grub-mkimage.1
4fe85b
index 4dea4f54597..0eaaafe505b 100644
4fe85b
--- a/util/grub-mkimage.1
4fe85b
+++ b/util/grub-mkimage.1
4fe85b
@@ -17,7 +17,7 @@
4fe85b
 [-v | --verbose] \fIMODULES\fR
4fe85b
 
4fe85b
 .SH DESCRIPTION
4fe85b
-\fBgrub-mkimage\fI builds a bootable image of GRUB.
4fe85b
+\fBgrub-mkimage\fR builds a bootable image of GRUB.
4fe85b
 
4fe85b
 .SH OPTIONS
4fe85b
 .TP
4fe85b
diff --git a/util/grub-syslinux2cfg.1 b/util/grub-syslinux2cfg.1
4fe85b
new file mode 100644
4fe85b
index 00000000000..85309482718
4fe85b
--- /dev/null
4fe85b
+++ b/util/grub-syslinux2cfg.1
4fe85b
@@ -0,0 +1,65 @@
4fe85b
+.TH GRUB-SYSLINUX2CFG 1 "Wed Feb 26 2014"
4fe85b
+.SH NAME
4fe85b
+\fBgrub-syslinux2cfg\fR \(em Transform a syslinux config file into a GRUB config.
4fe85b
+
4fe85b
+.SH SYNOPSIS
4fe85b
+\fBgrub-syslinux2cfg\fR [-c | --cwd=\fRDIR\fI] [-r | --root=\fIDIR\fR] [-v | --verbose]
4fe85b
+.RE
4fe85b
+.RS 25
4fe85b
+[-t | --target-root=\fIDIR\fR] [-T | --target-cwd=\fIDIR\fR]
4fe85b
+.RE
4fe85b
+.RS 25
4fe85b
+[-o | --output=\fIFILE\fR] [[-i | --isolinux] |
4fe85b
+.RE
4fe85b
+.RS 46
4fe85b
+ [-s | --syslinux] |
4fe85b
+.RE
4fe85b
+.RS 46
4fe85b
+ [-p | --pxelinux]] \fIFILE\fR
4fe85b
+
4fe85b
+.SH DESCRIPTION
4fe85b
+\fBgrub-syslinux2cfg\fR builds a GRUB configuration file out of an existing
4fe85b
+syslinux configuration file.
4fe85b
+
4fe85b
+.SH OPTIONS
4fe85b
+.TP
4fe85b
+--cwd=\fIDIR\fR
4fe85b
+Set \fIDIR\fR as syslinux's working directory.  The default is to use the
4fe85b
+parent directory of the input file.
4fe85b
+
4fe85b
+.TP
4fe85b
+--root=\fIDIR\fR
4fe85b
+Set \fIDIR\fR as the root directory of the syslinux disk.  The default value
4fe85b
+is "/".
4fe85b
+
4fe85b
+.TP
4fe85b
+--verbose
4fe85b
+Print verbose messages.
4fe85b
+
4fe85b
+.TP
4fe85b
+--target-root=\fIDIR\fR
4fe85b
+Root directory as it will be seen at runtime.  The default value is "/".
4fe85b
+
4fe85b
+.TP
4fe85b
+--target-cwd=\fIDIR\fR
4fe85b
+Working directory of syslinux as it will be seen at runtime.  The default
4fe85b
+value is the parent directory of the input file.
4fe85b
+
4fe85b
+.TP
4fe85b
+--output=\fIFILE\fR
4fe85b
+Write the new config file to \fIFILE\fR.  The default value is standard output.
4fe85b
+
4fe85b
+.TP
4fe85b
+--isolinux
4fe85b
+Assume that the input file is an isolinux configuration file.
4fe85b
+
4fe85b
+.TP
4fe85b
+--pxelinux
4fe85b
+Assume that the input file is a pxelinux configuration file.
4fe85b
+
4fe85b
+.TP
4fe85b
+--syslinux
4fe85b
+Assume that the input file is a syslinux configuration file.
4fe85b
+
4fe85b
+.SH SEE ALSO
4fe85b
+.BR "info grub"