Corrected a typo in man page of xorrecord, tolerating--grow_over[w]rit[e]able_iso
This commit is contained in:
@ -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.2.5, Jul 20, 2012"
|
||||
.TH XORRECORD 1 "Version 1.2.5, Dec 30, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -85,7 +85,7 @@ formatted once to become overwritable. See options
|
||||
.br
|
||||
If ISO 9660 filesystems are to be stored on overwritable media, then it
|
||||
is possible to emulate multiple sessions, by using option
|
||||
\fB\-\-grow_overriteable_iso\fR. In this case, the need for
|
||||
\fB\-\-grow_overwriteable_iso\fR. In this case, the need for
|
||||
blanking before re\-use is emulated too.
|
||||
.SS
|
||||
.B Drive preparation and addressing:
|
||||
@ -201,7 +201,7 @@ If there are sessions, then their start block address and size is reported.
|
||||
If a session contains an ISO 9660 filesystem, then its Volume Id is reported.
|
||||
If the medium is writable, then the next writable block address is reported.
|
||||
.br
|
||||
If not option \fB\-\-grow_overriteable_iso\fR is given or no ISO 9660
|
||||
If not option \fB\-\-grow_overwriteable_iso\fR is given or no ISO 9660
|
||||
file system is present on the medium, then overwritable media are reported
|
||||
as being blank. This is due to the fact that they can be written from
|
||||
scratch without further preparation, and that MMC does not distinguish
|
||||
@ -627,7 +627,7 @@ directory ./tree1 under the ISO 9660 directory /dir1:
|
||||
.br
|
||||
$ xorrecord \-v dev=/dev/sr0 speed=12 fs=8m \\
|
||||
.br
|
||||
\-multi \-\-grow_overwritable_iso \\
|
||||
\-multi \-\-grow_overwriteable_iso \\
|
||||
.br
|
||||
blank=as_needed \-eject padsize=300k image_1.iso
|
||||
.br
|
||||
@ -656,7 +656,7 @@ Now burn the new session onto the same medium. This time without blanking:
|
||||
.br
|
||||
$ xorrecord \-v dev=/dev/sr0 speed=12 fs=8m \\
|
||||
.br
|
||||
\-multi \-\-grow_overwritable_iso \\
|
||||
\-multi \-\-grow_overwriteable_iso \\
|
||||
.br
|
||||
\-eject padsize=300k image_2.iso
|
||||
.br
|
||||
@ -673,7 +673,7 @@ in a pipeline without storing the ISO 9660 image as file on hard disk:
|
||||
.br
|
||||
| xorrecord \-v dev=/dev/sr0 speed=12 fs=8m \\
|
||||
.br
|
||||
\-waiti \-multi \-\-grow_overwritable_iso \\
|
||||
\-waiti \-multi \-\-grow_overwriteable_iso \\
|
||||
.br
|
||||
\-eject padsize=300k \-
|
||||
.br
|
||||
|
Reference in New Issue
Block a user