Blame SOURCES/syslinux-4.05-man-pages.patch

b837a6
From: Peter Jones <pjones@redhat.com>
b837a6
Subject: Improve documentation
b837a6
Date:   Mon Jan 20 14:12:34 2014 -0500
b837a6
b837a6
Resolves: rhbz#948852
b837a6
b837a6
diff -urpN syslinux-4.05/libinstaller/syslxopt.c.options syslinux-4.05/libinstaller/syslxopt.c
b837a6
--- syslinux-4.05/libinstaller/syslxopt.c.options	2014-01-20 14:02:01.634201156 -0500
b837a6
+++ syslinux-4.05/libinstaller/syslxopt.c	2014-01-20 14:09:39.303778826 -0500
b837a6
@@ -102,11 +102,11 @@ void __attribute__ ((noreturn)) usage(in
b837a6
     fprintf(stderr,
b837a6
 	    "  --install    -i  Install over the current bootsector\n"
b837a6
 	    "  --update     -U  Update a previous installation\n"
b837a6
-	    "  --zip        -z  Force zipdrive geometry (-H 64 -S 32)\n"
b837a6
+	    "  --zipdrive   -z  Force zipdrive geometry (-H 64 -S 32)\n"
b837a6
 	    "  --sectors=#  -S  Force the number of sectors per track\n"
b837a6
 	    "  --heads=#    -H  Force number of heads\n"
b837a6
 	    "  --stupid     -s  Slow, safe and stupid mode\n"
b837a6
-	    "  --raid       -r  Fall back to the next device on boot failure\n"
b837a6
+	    "  --raid-mode  -r  Fall back to the next device on boot failure\n"
b837a6
 	    "  --once=...   %s  Execute a command once upon boot\n"
b837a6
 	    "  --clear-once -O  Clear the boot-once command\n"
b837a6
 	    "  --reset-adv      Reset auxilliary data\n",
b837a6
diff -urpN syslinux-4.05/man/isohybrid.1.options syslinux-4.05/man/isohybrid.1
b837a6
--- syslinux-4.05/man/isohybrid.1.options	2014-01-20 14:10:08.950685806 -0500
b837a6
+++ syslinux-4.05/man/isohybrid.1	2014-01-20 14:10:01.468709289 -0500
b837a6
@@ -0,0 +1,61 @@
b837a6
+.TH isohybrid 1 "17 Jan 2014" "isohybrid"
b837a6
+.SH "NAME"
b837a6
+isohybrid \(em Post-process an ISO 9660 image generated with mkisofs or
b837a6
+genisoimage to allow hybrid booting as a CD-ROM or as a hard disk.
b837a6
+.SH "SYNOPSIS"
b837a6
+.B isohybrid
b837a6
+[\fBOPTIONS\fP]
b837a6
+.I <boot.iso>
b837a6
+.SH "DESCRIPTION"
b837a6
+.PP
b837a6
+The \fBisohybrid\fR utility modifies a an ISO 9660 image generated with
b837a6
+mkisofs, genisoimage, or compatible utilities, to be bootable as a CD-ROM or
b837a6
+as a hard disk.
b837a6
+.SH "OPTIONS"
b837a6
+.TP
b837a6
+\fB-h\fR \fI<X>\fR\fN
b837a6
+.br
b837a6
+Number of default geometry heads
b837a6
+.TP
b837a6
+\fB-s\fR \fI<X>\fR
b837a6
+.br
b837a6
+Number of default geometry sectors
b837a6
+.TP
b837a6
+\fB-e\fR \fI<X>\fR, \fB--entry\fR \fI<X>\fR
b837a6
+Specify parititon entry number (1-4)
b837a6
+.TP
b837a6
+\fB-o\fR \fI<X>\fR, \fB--offset\fR \fI<X>\fR
b837a6
+.br
b837a6
+Specify partition offset (default 0)
b837a6
+.TP
b837a6
+\fB-t\fR \fI<X>\fR, \fB--type\fR \fI<X>\fR
b837a6
+.br
b837a6
+Specify MBR ID (default random)
b837a6
+.TP
b837a6
+\fB-u\fR, \fB--uefi\fB
b837a6
+Build EFI bootable image
b837a6
+.TP
b837a6
+\fB-m\fR, \fB--mac\fB
b837a6
+Add Apple File Protocol partition table support
b837a6
+.TP
b837a6
+\fB--forcehd0\fR
b837a6
+Assume we are laoded as disk ID 0
b837a6
+.TP
b837a6
+\fB--ctrlhd0\fR
b837a6
+Assume disk ID 0 if the Ctrl key is pressed
b837a6
+.TP
b837a6
+\fB--partok\fR
b837a6
+Allow booting from within a partition
b837a6
+.TP
b837a6
+\fB-?\fR, \fB--help\fR
b837a6
+Display help
b837a6
+.TP
b837a6
+\fB-v\fR, \fB--verbose\fR
b837a6
+Display verbose output
b837a6
+.TP
b837a6
+\fB-V\fR, \fB--version\fR
b837a6
+Display version information
b837a6
+
b837a6
+.SH "SEE ALSO"
b837a6
+.PP
b837a6
+\fBmkisofs\fR(1)
b837a6
diff -urpN syslinux-4.05/man/memdiskfind.1.options syslinux-4.05/man/memdiskfind.1
b837a6
--- syslinux-4.05/man/memdiskfind.1.options	2014-01-20 14:10:30.474618196 -0500
b837a6
+++ syslinux-4.05/man/memdiskfind.1	2014-01-20 14:10:26.087632002 -0500
b837a6
@@ -0,0 +1,10 @@
b837a6
+.TH memdiskfind 1 "17 Jan 2014" "memdiskfind"
b837a6
+.SH "NAME"
b837a6
+memdiskfind \(em Simple utility to find a resident \fBmemdisk\fR instance.
b837a6
+.SH "SYNOPSIS"
b837a6
+.B memdiskfind
b837a6
+.SH "DESCRIPTION"
b837a6
+.PP
b837a6
+The \fBmemdiskfind\fR utility searches memory for a \fBmemdisk\fR instance,
b837a6
+and, if found, outputs the parameters needed to use the \fphram\fR driver in
b837a6
+Linux to map it.
b837a6
diff -urpN syslinux-4.05/man/syslinux.1.options syslinux-4.05/man/syslinux.1
b837a6
--- syslinux-4.05/man/syslinux.1.options	2014-01-20 14:01:00.005389882 -0500
b837a6
+++ syslinux-4.05/man/syslinux.1	2014-01-20 14:09:41.886770720 -0500
b837a6
@@ -83,6 +83,12 @@ Override the detected number of sectors
b837a6
 .TP
b837a6
 \fB\-z\fP, \fB\-\-zipdrive\fP
b837a6
 Assume zipdrive geometry (\fI\-\-heads 64 \-\-sectors 32).
b837a6
+.TP
b837a6
+\fB\-\-reset\-adv\fP
b837a6
+Reset auxilliary data.
b837a6
+.TP
b837a6
+\fB\-M\fP, \fB\-\-menu\-save\fP
b837a6
+Set the label to select as default on the next boot.
b837a6
 .SH FILES
b837a6
 .SS "Configuration file"
b837a6
 All the configurable defaults in \s-1SYSLINUX\s+1 can be changed by putting a