Fixed another spelling error found by fossies.org with codespell

This commit is contained in:
Thomas Schmitt 2019-10-30 20:40:15 +01:00
parent c8b9c9a244
commit 78a2a377dd
3 changed files with 10 additions and 10 deletions

View File

@ -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 XORRECORD 1 "Version 1.5.3, Oct 28, 2019"
.TH XORRECORD 1 "Version 1.5.3, Oct 30, 2019"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -397,7 +397,7 @@ If the track source is not a regular file or block device, then this option
will work only if the program's fifo size is at least 64k. See option fs=.
.TP
\fBpadsize=size\fR
Add the given amount of trailing zeros to the upcomming track.
Add the given amount of trailing zeros to the upcoming track.
This feature can be disabled by size 0. Default is 300 kB in order to
work around a problem with GNU/Linux which often fails to read the last few
blocks of a CD track which was written in write mode TAO. TAO is used

View File

@ -384,12 +384,12 @@ tsize=size
this option will work only if the program's fifo size is at least
64k. See option fs=.
padsize=size
Add the given amount of trailing zeros to the upcomming track.
This feature can be disabled by size 0. Default is 300 kB in order
to work around a problem with GNU/Linux which often fails to read
the last few blocks of a CD track which was written in write mode
TAO. TAO is used by 'xorrecord' if the track size cannot be
predicted or if the CD medium is not blank but appendable.
Add the given amount of trailing zeros to the upcoming track. This
feature can be disabled by size 0. Default is 300 kB in order to
work around a problem with GNU/Linux which often fails to read the
last few blocks of a CD track which was written in write mode TAO.
TAO is used by 'xorrecord' if the track size cannot be predicted or
if the CD medium is not blank but appendable.
-nopad
The same as padsize=0.
-pad

View File

@ -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 28, 2019"
@c man .TH XORRECORD 1 "Version 1.5.3, Oct 30, 2019"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -558,7 +558,7 @@ will work only if the program's fifo size is at least 64k. See option fs=.
@item padsize=size
@kindex padsize= add bytes to end of track
@cindex Padding, at end of track, padsize=
Add the given amount of trailing zeros to the upcomming track.
Add the given amount of trailing zeros to the upcoming track.
This feature can be disabled by size 0. Default is 300 kB in order to
work around a problem with GNU/Linux which often fails to read the last few
blocks of a CD track which was written in write mode TAO. TAO is used