Letting -as mkisofs --norock revoke the special effect of -r
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 XORRISOFS 1 "Version 1.4.3, Jan 26, 2016"
|
||||
@c man .TH XORRISOFS 1 "Version 1.4.3, Apr 27, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -774,10 +774,15 @@ Alias of -R.
|
||||
@kindex -r Rock Ridge with altered owner and permission
|
||||
@cindex Rock Ridge, altered owner and permission, -r, -rational-rock
|
||||
@*
|
||||
Set Rock Ridge user and group id of all files in the ISO image to 0.
|
||||
Enable Rock Ridge and set user and group id of all files in the ISO image to 0.
|
||||
Grant r-permissions to all. Deny all w-permissions.
|
||||
If any x-permission is set, grant x-permission to all.
|
||||
Remove s-bit and t-bit.
|
||||
@*
|
||||
These attribute changes stay delayed until mkisofs emulation ends. Within the
|
||||
same -as mkisofs emulation command they can be revoked by a subsequent
|
||||
option @minus{}@minus{}norock. For compatibility reasons, option -R does not
|
||||
revoke the changes ordered by -r.
|
||||
@c man .TP
|
||||
@item -rational-rock
|
||||
@kindex -rational-rock Rock Ridge with altered owner and permission
|
||||
@ -790,7 +795,9 @@ Alias of -r.
|
||||
This option disables the production of Rock Ridge extensions for the
|
||||
ISO 9660 file objects. The multi-session capabilities of @command{xorrisofs}
|
||||
depend much on the naming fidelity of Rock Ridge. So it is strongly
|
||||
discouraged to disable it by this option.
|
||||
discouraged to disable it by this option, except for the special use case
|
||||
to revoke the effect of -r by:
|
||||
@minus{}@minus{}norock -R
|
||||
@c man .TP
|
||||
@item -file_name_limit number
|
||||
@kindex -file_name_limit curbs length of file names
|
||||
|
Reference in New Issue
Block a user