Clarified effect of -overwite mode "off"
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.4.7, Dec 13, 2016"
|
||||
.TH XORRISO 1 "Version 1.4.7, Feb 22, 2017"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1538,7 +1538,10 @@ and re\-enables \-disk_pattern expansion.
|
||||
Allow or disallow overwriting of existing files in the
|
||||
ISO image by files with the same name.
|
||||
.br
|
||||
With setting "off", name collisions cause FAILURE events.
|
||||
With setting "off", name collisions with at least one non\-directory file
|
||||
cause FAILURE events. Collisions of two directories lead to merging of their
|
||||
file lists.
|
||||
.br
|
||||
With setting "nondir", only directories are protected by such events, other
|
||||
existing file types get treated with \-rm before the new file gets added.
|
||||
Setting "on" enables automatic \-rm_r. I.e. a non\-directory can replace an
|
||||
|
Reference in New Issue
Block a user