Fixed spelling errors found by fossies.org with codespell
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.3, Oct 27, 2019"
|
||||
@c man .TH XORRECORD 1 "Version 1.5.3, Oct 28, 2019"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -240,7 +240,7 @@ run ends or before cdrecord emulation ends.
|
||||
* DriveAddr:: Drive addressing
|
||||
* Inquire:: Inquiring drive and media
|
||||
* SetBurn:: Settings for the burn run
|
||||
* Verbous:: Program version and verbosity
|
||||
* Verbose:: Program version and verbosity
|
||||
* NonCdrecord:: Options not compatible to cdrecord
|
||||
@end menu
|
||||
@c man .PP
|
||||
@ -364,12 +364,12 @@ with non-zero exit value.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Settings for the burn run:
|
||||
@node SetBurn, Verbous, Inquire, Options
|
||||
@node SetBurn, Verbose, Inquire, Options
|
||||
@section Settings for the burn run
|
||||
@table @asis
|
||||
@c man .PP
|
||||
A burn run requires exactly one track source address argument, which
|
||||
tells from where to read the data which shall be put into the upcomming
|
||||
tells from where to read the data which shall be put into the upcoming
|
||||
session. The medium state must be either blank or appendable.
|
||||
@*
|
||||
Track source may be "-" for standard input or the address of a readable
|
||||
@ -435,7 +435,7 @@ Minimally blank an entire CD-RW or blank an unformatted DVD-RW.
|
||||
@*
|
||||
deformat
|
||||
@*
|
||||
Like blank=all but with the additional ability to blank overwriteable DVD-RW.
|
||||
Like blank=all but with the additional ability to blank overwritable DVD-RW.
|
||||
This will destroy their formatting and make them sequentially recordable.
|
||||
@*
|
||||
(Note: blank=deformat is not an original cdrecord options)
|
||||
@ -446,7 +446,7 @@ deformat_quickest
|
||||
@*
|
||||
Like blank=deformat but blanking DVD-RW only minimally.
|
||||
This is faster than full blanking but yields media incapable of
|
||||
writing tracks of unpredicatable size.
|
||||
writing tracks of unpredictable size.
|
||||
Multi-session will not be possible either.
|
||||
@*
|
||||
(Note: blank=deformat_quickest is not an original cdrecord option.)
|
||||
@ -497,7 +497,7 @@ session needs to be prepared in a special way by the filesystem formatter
|
||||
program. mkisofs, genisoimage, and xorrisofs expect particular info about
|
||||
the situation which can be retrieved by @command{xorrecord} option -msinfo.
|
||||
@*
|
||||
With overwriteable DVD or BD media, -multi cannot mark the end of the session.
|
||||
With overwritable DVD or BD media, -multi cannot mark the end of the session.
|
||||
So when adding a new session, this end has to be determined from the payload.
|
||||
Currently only ISO-9660 filesystems can be used that way. See option
|
||||
@strong{--grow_overwriteable_iso}.
|
||||
@ -674,7 +674,7 @@ Eject the drive tray after alll other work is done.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Program version and verbosity:
|
||||
@node Verbous, NonCdrecord, SetBurn, Options
|
||||
@node Verbose, NonCdrecord, SetBurn, Options
|
||||
@section Program version and verbosity
|
||||
@table @asis
|
||||
@sp 1
|
||||
@ -725,7 +725,7 @@ Afterwards end emulation without performing any drive operation.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Options not compatible to cdrecord:
|
||||
@node NonCdrecord, ExDevices, Verbous, Options
|
||||
@node NonCdrecord, ExDevices, Verbose, Options
|
||||
@section Options not compatible to cdrecord
|
||||
@table @asis
|
||||
@sp 1
|
||||
@ -772,7 +772,7 @@ drive_scsi_dev_family="sg". The drive addresses may then well be given as
|
||||
@item @minus{}@minus{}grow_overwriteable_iso
|
||||
@kindex @minus{}@minus{}grow_overwriteable_iso emulate ISO 9660 multi-session
|
||||
@cindex Multi-session, emulate ISO 9660, @minus{}@minus{}grow_overwriteable_iso
|
||||
Enable emulation of multi-session writing on overwriteable media which
|
||||
Enable emulation of multi-session writing on overwritable media which
|
||||
contain an ISO 9660 filesystem. This emulation is learned from growisofs -M
|
||||
but adapted to the usage model of
|
||||
@*
|
||||
@ -789,10 +789,10 @@ and to achieve similar results if ISO 9660 filesystem images are to be written.
|
||||
This option implies option -isosize and therefore demands that the track
|
||||
source is a ISO 9660 filesystem image.
|
||||
@*
|
||||
With overwriteable media and no option blank=fast|all present it expands an
|
||||
With overwritable media and no option blank=fast|all present it expands an
|
||||
eventual ISO 9660 filesystem on media. It is assumed that this image's inner
|
||||
size description points to the end of the valuable data.
|
||||
Overwriteable media with a recognizable ISO 9660 size will be regarded as
|
||||
Overwritable media with a recognizable ISO 9660 size will be regarded as
|
||||
appendable rather than as blank. I.e. options -msinfo and -toc will work.
|
||||
-toc will always show a single session with its size increasing with
|
||||
every added ISO 9660 image.
|
||||
|
Reference in New Issue
Block a user