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 .\" 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.3, Oct 28, 2019" .TH XORRECORD 1 "Version 1.5.3, Oct 30, 2019"
.\" 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:
@ -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=. will work only if the program's fifo size is at least 64k. See option fs=.
.TP .TP
\fBpadsize=size\fR \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 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 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 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 this option will work only if the program's fifo size is at least
64k. See option fs=. 64k. See option fs=.
padsize=size padsize=size
Add the given amount of trailing zeros to the upcomming track. Add the given amount of trailing zeros to the upcoming track. This
This feature can be disabled by size 0. Default is 300 kB in order feature can be disabled by size 0. Default is 300 kB in order to
to work around a problem with GNU/Linux which often fails to read work around a problem with GNU/Linux which often fails to read the
the last few blocks of a CD track which was written in write mode last few blocks of a CD track which was written in write mode TAO.
TAO. TAO is used by 'xorrecord' if the track size cannot be TAO is used by 'xorrecord' if the track size cannot be predicted or
predicted or if the CD medium is not blank but appendable. if the CD medium is not blank but appendable.
-nopad -nopad
The same as padsize=0. The same as padsize=0.
-pad -pad

View File

@ -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.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 .\" 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:
@ -558,7 +558,7 @@ will work only if the program's fifo size is at least 64k. See option fs=.
@item padsize=size @item padsize=size
@kindex padsize= add bytes to end of track @kindex padsize= add bytes to end of track
@cindex Padding, at end of track, padsize= @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 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 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 blocks of a CD track which was written in write mode TAO. TAO is used