Blame SOURCES/cdrkit-1.1.11-manpagefix.patch

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