Blame SOURCES/cdrkit-1.1.11-manpagefix.patch

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