Blame SOURCES/cdrkit-1.1.11-manpagefix.patch

5f2abf
diff -up cdrkit-1.1.11/genisoimage/genisoimage.1.orig cdrkit-1.1.11/genisoimage/genisoimage.1
5f2abf
--- cdrkit-1.1.11/genisoimage/genisoimage.1.orig	2011-01-21 14:26:20.709816708 +0100
5f2abf
+++ cdrkit-1.1.11/genisoimage/genisoimage.1	2011-01-24 08:49:24.283964211 +0100
5f2abf
@@ -180,6 +180,8 @@ in the
5f2abf
 file.
5f2abf
 .TP
5f2abf
 .BI \-A " application_id"
5f2abf
+.TP
5f2abf
+.BI \-appid " application_id"
5f2abf
 Specifies a text string that will be written into the volume header.
5f2abf
 This should describe the application that will be on the disc.  There
5f2abf
 is space for 128 characters.  Equivalent to
5f2abf
@@ -365,6 +367,8 @@ the Sun disk label will overlay the firs
5f2abf
 boot image.
5f2abf
 .TP
5f2abf
 .BI \-b " eltorito_boot_image"
5f2abf
+.TP
5f2abf
+.BI \-eltorito\-boot " eltorito_boot_image"
5f2abf
 Specifies the path and filename of the boot image to be used when making
5f2abf
 an El Torito bootable CD for x86 PCs. The pathname must be relative to
5f2abf
 the source path specified to
5f2abf
@@ -427,6 +431,8 @@ See the
5f2abf
 section for a description of this table.
5f2abf
 .TP
5f2abf
 .BI \-C " last_sess_start,next_sess_start"
5f2abf
+.TP
5f2abf
+.BI \-cdrecord\-params " last_sess_start,next_sess_start"
5f2abf
 This option is needed to create a CD Extra or the image of a second
5f2abf
 session or a higher-level session for a multisession disc.
5f2abf
 .B \-C
5f2abf
@@ -452,6 +458,8 @@ session on a CD Extra. This is a multise
5f2abf
 in the first session and an ISO9660 filesystem in the second session.
5f2abf
 .TP
5f2abf
 .BI \-c " boot_catalog"
5f2abf
+.TP
5f2abf
+.BI \-eltorito\-catalog " boot_catalog"
5f2abf
 Specifies the path and filename of the boot catalog, which is required
5f2abf
 for an El Torito bootable CD. The pathname must be relative to the source
5f2abf
 path specified to
5f2abf
@@ -488,6 +496,12 @@ For the parameter 
5f2abf
 see the description of
5f2abf
 .BR \-M .
5f2abf
 .TP
5f2abf
+.BI \-checksum_algorithm_iso " alg1,alg2,..."
5f2abf
+Specify the checksum types desired for the output image.
5f2abf
+.TP
5f2abf
+.BI \-checksum_algorithm_template " alg1,alg2,..."
5f2abf
+Specify the checksum types desired for the output jigdo template.
5f2abf
+.TP
5f2abf
 .BI \-copyright " file"
5f2abf
 Specifies copyright information, typically a filename on the disc.
5f2abf
 There is space for 37 characters.  Equivalent to
5f2abf
@@ -497,12 +511,16 @@ in the
5f2abf
 file.
5f2abf
 .TP
5f2abf
 .B \-d
5f2abf
+.TP
5f2abf
+.B \-omit\-period
5f2abf
 Do not append a period to files that do not have one.
5f2abf
 .br
5f2abf
 This violates the ISO9660 standard, but it happens to work on many systems.
5f2abf
 Use with caution.
5f2abf
 .TP
5f2abf
 .B \-D
5f2abf
+.TP
5f2abf
+.B \-disable\-deep\-relocation
5f2abf
 Do not use deep directory relocation, and instead just pack them in the
5f2abf
 way we see them.
5f2abf
 .br
5f2abf
@@ -510,6 +528,9 @@ If ISO9660:1999 has not been selected,
5f2abf
 this violates the ISO9660 standard, but it happens to work on many systems.
5f2abf
 Use with caution.
5f2abf
 .TP
5f2abf
+.B \-debug
5f2abf
+Set debug flag.
5f2abf
+.TP
5f2abf
 .BI \-dir\-mode " mode"
5f2abf
 Overrides the mode of directories used to create the image to
5f2abf
 .IR mode ,
5f2abf
@@ -535,7 +556,14 @@ another directory
5f2abf
 needs to include all needed files (filenames must be all caps) for a
5f2abf
 compliant DVD-Video filesystem.
5f2abf
 .TP
5f2abf
+.BI \-e " efi_boot_file"
5f2abf
+.TP
5f2abf
+.BI \-efi\-boot " efi_boot_file"
5f2abf
+Set EFI boot image name.
5f2abf
+.TP
5f2abf
 .B \-f
5f2abf
+.TP
5f2abf
+.B \-follow\-links
5f2abf
 Follow symbolic links when generating the filesystem.  When this option is not
5f2abf
 in use, symbolic links will be entered using Rock Ridge if enabled, otherwise
5f2abf
 they will be ignored.
5f2abf
@@ -740,6 +768,8 @@ See the
5f2abf
 section below for more details.
5f2abf
 .TP
5f2abf
 .B \-l
5f2abf
+.TP
5f2abf
+.B \-full\-iso9660\-filenames
5f2abf
 Allow full 31-character filenames.  Normally the ISO9660 filename will be in an
5f2abf
 8.3 format which is compatible with MS-DOS, even though the ISO9660 standard
5f2abf
 allows filenames of up to 31 characters.  If you use this option, the disc may
5f2abf
@@ -870,6 +900,8 @@ with
5f2abf
 .BR \-C .
5f2abf
 .TP
5f2abf
 .B \-N
5f2abf
+.TP
5f2abf
+.B \-omit\-version\-number
5f2abf
 Omit version numbers from ISO9660 filenames.
5f2abf
 .br
5f2abf
 This violates the ISO9660 standard, but no one really uses the
5f2abf
@@ -967,6 +999,8 @@ in the
5f2abf
 file.
5f2abf
 .TP
5f2abf
 .BI \-p " preparer_id"
5f2abf
+.TP
5f2abf
+.BI \-preparer " preparer_id"
5f2abf
 Specifies a text string that will be written into the volume header.
5f2abf
 This should describe the preparer of the CD-ROM, usually with a mailing
5f2abf
 address and phone number.  There is space for 128 characters.
5f2abf
@@ -1008,10 +1042,14 @@ This makes
5f2abf
 even less verbose.  No progress output will be provided.
5f2abf
 .TP
5f2abf
 .B \-R
5f2abf
+.TP
5f2abf
+.B \-rock
5f2abf
 Generate SUSP and RR records using the Rock Ridge protocol to further describe
5f2abf
 the files on the ISO9660 filesystem.
5f2abf
 .TP
5f2abf
 .B \-r
5f2abf
+.TP
5f2abf
+.B \-rational\-rock
5f2abf
 This is like the \-R option, but file ownership and modes are set to
5f2abf
 more useful values.  The uid and gid are set to zero, because they are
5f2abf
 usually only useful on the author's system, and not useful to the
5f2abf
@@ -1092,6 +1130,11 @@ intentionally. Accessing several older v
5f2abf
 support by the operating system to choose which sessions are to be
5f2abf
 mounted.
5f2abf
 .TP
5f2abf
+.BI \-s " sector type"
5f2abf
+.TP
5f2abf
+.BI \-sectype " sector type"
5f2abf
+Set output sector type to e.g. data/xa1/raw.
5f2abf
+ .TP
5f2abf
 .BI \-sort " sort_file"
5f2abf
 Sort file locations on the media. Sorting is controlled by a file that
5f2abf
 contains pairs of filenames and sorting offset weighting.
5f2abf
@@ -1213,6 +1256,8 @@ in the
5f2abf
 file.
5f2abf
 .TP
5f2abf
 .B \-T
5f2abf
+.TP
5f2abf
+.B \-translation\-table
5f2abf
 Generate a file
5f2abf
 .I TRANS.TBL
5f2abf
 in each directory on the CD-ROM, which can be used
5f2abf
@@ -1262,6 +1307,8 @@ to
5f2abf
 This option is the default on VMS. 
5f2abf
 .TP
5f2abf
 .B \-U
5f2abf
+.TP
5f2abf
+.B \-untranslated\-filenames
5f2abf
 Allows "untranslated" filenames, completely violating the ISO9660 standards
5f2abf
 described above.  Enables the following flags:
5f2abf
 .B \-d \-l \-N \-allow\-leading\-dots \-relaxed\-filenames
5f2abf
@@ -1333,6 +1380,8 @@ must be specified before
5f2abf
 on each command line.
5f2abf
 .TP
5f2abf
 .B \-v
5f2abf
+.TP
5f2abf
+.B \-verbose
5f2abf
 Verbose execution. If given twice on the command line, extra debug information
5f2abf
 will be printed.
5f2abf
 .TP
5f2abf
@@ -1341,7 +1390,15 @@ Identical to
5f2abf
 .B \-m
5f2abf
 .IR glob .
5f2abf
 .TP
5f2abf
+.B \-XA
5f2abf
+Generate XA directory attruibutes.
5f2abf
+.TP
5f2abf
+.B \-xa
5f2abf
+Generate rationalized XA directory attruibutes.
5f2abf
+.TP
5f2abf
 .B \-z
5f2abf
+.TP
5f2abf
+.B \-transparent\-compression
5f2abf
 Generate special
5f2abf
 .I RRIP
5f2abf
 records for transparently compressed files.