Mentioned in man xorrecord that write_start_address= expects bytes not blocks
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 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 .\"
|
||||
@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"
|
||||
by default.
|
||||
@c man .TP
|
||||
@item write_start_address=value
|
||||
@item write_start_address=byte_offset
|
||||
@kindex write_start_address= set block address for write start
|
||||
@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,
|
||||
but better is 32 kiB on DVD and 64 kiB on BD.
|
||||
With formatted DVD-RW 32 kiB alignment is mandatory.
|
||||
@ -1223,7 +1223,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH 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
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
|
Reference in New Issue
Block a user