Mentioned in man xorrecord that write_start_address= expects bytes not blocks
This commit is contained in:
parent
7f9d140d0d
commit
3955462767
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRECORD 1 "Version 1.5.7, Jun 07, 2023"
|
.TH XORRECORD 1 "Version 1.5.7, Apr 19, 2024"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -689,8 +689,8 @@ formatting will show no progress indication.
|
|||||||
It may depend on the operating system whether \-use_immed_bit is set to "off"
|
It may depend on the operating system whether \-use_immed_bit is set to "off"
|
||||||
by default.
|
by default.
|
||||||
.TP
|
.TP
|
||||||
\fBwrite_start_address=value\fR
|
\fBwrite_start_address=byte_offset\fR
|
||||||
Set the block address on overwritable media where to start writing the track.
|
Set the byte address on overwritable media where to start writing the track.
|
||||||
With DVD+RW, DVD\-RAM or BD\-RE, byte_offset must be aligned to 2 kiB blocks,
|
With DVD+RW, DVD\-RAM or BD\-RE, byte_offset must be aligned to 2 kiB blocks,
|
||||||
but better is 32 kiB on DVD and 64 kiB on BD.
|
but better is 32 kiB on DVD and 64 kiB on BD.
|
||||||
With formatted DVD\-RW 32 kiB alignment is mandatory.
|
With formatted DVD\-RW 32 kiB alignment is mandatory.
|
||||||
@ -902,7 +902,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
|||||||
.br
|
.br
|
||||||
for libburnia\-project.org
|
for libburnia\-project.org
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright (c) 2011 \- 2023 Thomas Schmitt
|
Copyright (c) 2011 \- 2024 Thomas Schmitt
|
||||||
.br
|
.br
|
||||||
Permission is granted to distribute this text freely. It shall only be
|
Permission is granted to distribute this text freely. It shall only be
|
||||||
modified in sync with the technical properties of xorriso. If you make use
|
modified in sync with the technical properties of xorriso. If you make use
|
||||||
|
@ -633,8 +633,8 @@ use_immed_bit="on"|"off"|"default"
|
|||||||
no progress indication.
|
no progress indication.
|
||||||
It may depend on the operating system whether -use_immed_bit is set
|
It may depend on the operating system whether -use_immed_bit is set
|
||||||
to "off" by default.
|
to "off" by default.
|
||||||
write_start_address=value
|
write_start_address=byte_offset
|
||||||
Set the block address on overwritable media where to start writing
|
Set the byte address on overwritable media where to start writing
|
||||||
the track. With DVD+RW, DVD-RAM or BD-RE, byte_offset must be
|
the track. With DVD+RW, DVD-RAM or BD-RE, byte_offset must be
|
||||||
aligned to 2 kiB blocks, but better is 32 kiB on DVD and 64 kiB on
|
aligned to 2 kiB blocks, but better is 32 kiB on DVD and 64 kiB on
|
||||||
BD. With formatted DVD-RW 32 kiB alignment is mandatory.
|
BD. With formatted DVD-RW 32 kiB alignment is mandatory.
|
||||||
@ -893,7 +893,7 @@ for libburnia-project.org
|
|||||||
10.2 Copyright
|
10.2 Copyright
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Copyright (c) 2011 - 2023 Thomas Schmitt
|
Copyright (c) 2011 - 2024 Thomas Schmitt
|
||||||
Permission is granted to distribute this text freely. It shall only be
|
Permission is granted to distribute this text freely. It shall only be
|
||||||
modified in sync with the technical properties of xorriso. If you make
|
modified in sync with the technical properties of xorriso. If you make
|
||||||
use of the license to derive modified versions of xorriso then you are
|
use of the license to derive modified versions of xorriso then you are
|
||||||
@ -1057,21 +1057,21 @@ Node: Inquire7618
|
|||||||
Node: SetBurn10487
|
Node: SetBurn10487
|
||||||
Node: Verbose21111
|
Node: Verbose21111
|
||||||
Node: NonCdrecord22661
|
Node: NonCdrecord22661
|
||||||
Node: Examples31491
|
Node: Examples31496
|
||||||
Node: ExDevices32152
|
Node: ExDevices32157
|
||||||
Node: ExMedium32370
|
Node: ExMedium32375
|
||||||
Node: ExBlank32633
|
Node: ExBlank32638
|
||||||
Node: ExFormat32854
|
Node: ExFormat32859
|
||||||
Node: ExDeformat33372
|
Node: ExDeformat33377
|
||||||
Node: ExIsoSingle33639
|
Node: ExIsoSingle33644
|
||||||
Node: ExIsoMulti33923
|
Node: ExIsoMulti33928
|
||||||
Node: ExIsoFly35667
|
Node: ExIsoFly35672
|
||||||
Node: ExAfio36859
|
Node: ExAfio36864
|
||||||
Node: Files37857
|
Node: Files37862
|
||||||
Node: Seealso38413
|
Node: Seealso38418
|
||||||
Node: Bugreport38776
|
Node: Bugreport38781
|
||||||
Node: Legal39367
|
Node: Legal39372
|
||||||
Node: CommandIdx40296
|
Node: CommandIdx40301
|
||||||
Node: ConceptIdx44068
|
Node: ConceptIdx44073
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@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 .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRECORD 1 "Version 1.5.7, Jun 07, 2023"
|
@c man .TH XORRECORD 1 "Version 1.5.7, Apr 19, 2024"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -915,10 +915,10 @@ formatting will show no progress indication.
|
|||||||
It may depend on the operating system whether -use_immed_bit is set to "off"
|
It may depend on the operating system whether -use_immed_bit is set to "off"
|
||||||
by default.
|
by default.
|
||||||
@c man .TP
|
@c man .TP
|
||||||
@item write_start_address=value
|
@item write_start_address=byte_offset
|
||||||
@kindex write_start_address= set block address for write start
|
@kindex write_start_address= set block address for write start
|
||||||
@cindex Write start address, set, write_start_address=
|
@cindex Write start address, set, write_start_address=
|
||||||
Set the block address on overwritable media where to start writing the track.
|
Set the byte address on overwritable media where to start writing the track.
|
||||||
With DVD+RW, DVD-RAM or BD-RE, byte_offset must be aligned to 2 kiB blocks,
|
With DVD+RW, DVD-RAM or BD-RE, byte_offset must be aligned to 2 kiB blocks,
|
||||||
but better is 32 kiB on DVD and 64 kiB on BD.
|
but better is 32 kiB on DVD and 64 kiB on BD.
|
||||||
With formatted DVD-RW 32 kiB alignment is mandatory.
|
With formatted DVD-RW 32 kiB alignment is mandatory.
|
||||||
@ -1223,7 +1223,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
|||||||
for libburnia-project.org
|
for libburnia-project.org
|
||||||
@c man .SH COPYRIGHT
|
@c man .SH COPYRIGHT
|
||||||
@section Copyright
|
@section Copyright
|
||||||
Copyright (c) 2011 - 2023 Thomas Schmitt
|
Copyright (c) 2011 - 2024 Thomas Schmitt
|
||||||
@*
|
@*
|
||||||
Permission is granted to distribute this text freely. It shall only be
|
Permission is granted to distribute this text freely. It shall only be
|
||||||
modified in sync with the technical properties of xorriso. If you make use
|
modified in sync with the technical properties of xorriso. If you make use
|
||||||
|
Loading…
Reference in New Issue
Block a user