New command -update_lxi
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.4.7, Nov 19, 2016"
|
||||
@c man .TH XORRISO 1 "Version 1.4.7, Dec 05, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1563,6 +1563,19 @@ exist, then iso_rr_path gets deleted.
|
||||
Perform -update_r with each of the disk_path parameters. iso_rr_path will be
|
||||
composed from disk_path by replacing disk_prefix by iso_rr_prefix.
|
||||
@c man .TP
|
||||
@item -update_lxi disk_prefix iso_rr_prefix disk_path [***]
|
||||
@kindex -update_l inserts paths if different
|
||||
@cindex Insert, if different, -update_lxi
|
||||
Perform -update_r with each of the disk_path parameters and with iso_rr_paths
|
||||
in the ISO filesystem which are derived from the disk_path parameters after
|
||||
exchanging disk_prefix by iso_rr_prefix. So, other than -update_l, this detects
|
||||
missing matches of disk_path and deletes the corresponding iso_rr_path.
|
||||
@*
|
||||
Note that relative disk_paths and disk_path patterns are interpreted as
|
||||
sub paths of the current disk working directory -cdx. The corresponding
|
||||
iso_rr_paths are derived by exchanging disk_prefix by iso_rr_prefix before
|
||||
pattern expansion happens. The current -cdi directory has no influence.
|
||||
@c man .TP
|
||||
@item -cut_out disk_path byte_offset byte_count iso_rr_path
|
||||
@kindex -cut_out inserts piece of data file
|
||||
@cindex Insert, piece of data file, -cut_out
|
||||
|
Reference in New Issue
Block a user