Blame SOURCES/cdrkit-1.1.11-manpagefix.patch

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