Bug fix: -find test -has_xattr matched "isofs." attributes in -xattr mode "any"
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.5.5, Nov 09, 2022"
|
||||
.TH XORRISO 1 "Version 1.5.5, Jan 10, 2023"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1009,9 +1009,8 @@ Mode "any" processes attributes of all namespaces. This might need
|
||||
administrator privileges, even if the owner of the disk file tries to read or
|
||||
write the attributes.
|
||||
.br
|
||||
Note that xattr from namespace "isofs." are never read from disk or restored
|
||||
to disk. Further it is not possible to set them via xorriso xattr manipulation
|
||||
commands.
|
||||
Note that it is not possible to set xattr of namespace "isofs." by xorriso
|
||||
xattr manipulation commands.
|
||||
.TP
|
||||
\fB\-md5\fR "on"|"all"|"off"|"load_check_off"
|
||||
Enable or disable processing of MD5 checksums for the overall session and for
|
||||
@ -2050,7 +2049,7 @@ The suffixes "k", "M", and "G" mean 1024, 1024k, and 1024M respectively.
|
||||
As usual with xorriso, the suffixes "d" and "s" mean 512 and 2048 and all
|
||||
suffixes are recognized as both, uppercase and lowercase letters.
|
||||
.br
|
||||
E.g. match files larger or equal 4 GiB:
|
||||
E.g. match files of 4 GiB or larger:
|
||||
.br
|
||||
\-size +=4g
|
||||
.br
|
||||
@ -6646,7 +6645,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2007 \- 2022 Thomas Schmitt
|
||||
Copyright (c) 2007 \- 2023 Thomas Schmitt
|
||||
.br
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of \fBxorriso\fR.
|
||||
|
Reference in New Issue
Block a user