Corrected a typo in man page of xorrecord, tolerating--grow_over[w]rit[e]able_iso
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.2.5, Jul 20, 2012"
|
||||
@c man .TH XORRECORD 1 "Version 1.2.5, Dec 30, 2012"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -178,7 +178,7 @@ formatted once to become overwritable. See options
|
||||
@*
|
||||
If ISO 9660 filesystems are to be stored on overwritable media, then it
|
||||
is possible to emulate multiple sessions, by using option
|
||||
@strong{--grow_overriteable_iso}. In this case, the need for
|
||||
@strong{--grow_overwriteable_iso}. In this case, the need for
|
||||
blanking before re-use is emulated too.
|
||||
@c man .SS
|
||||
@sp 1
|
||||
@ -332,7 +332,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.
|
||||
@*
|
||||
If not option @strong{--grow_overriteable_iso} is given or no ISO 9660
|
||||
If not option @strong{--grow_overwriteable_iso} 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
|
||||
@ -876,7 +876,7 @@ directory ./tree1 under the ISO 9660 directory /dir1:
|
||||
@*
|
||||
$ xorrecord -v dev=/dev/sr0 speed=12 fs=8m \
|
||||
@*
|
||||
-multi --grow_overwritable_iso \
|
||||
-multi --grow_overwriteable_iso \
|
||||
@*
|
||||
blank=as_needed -eject padsize=300k image_1.iso
|
||||
@*
|
||||
@ -911,7 +911,7 @@ Now burn the new session onto the same medium. This time without blanking:
|
||||
@sp 1
|
||||
$ xorrecord -v dev=/dev/sr0 speed=12 fs=8m \
|
||||
@*
|
||||
-multi --grow_overwritable_iso \
|
||||
-multi --grow_overwriteable_iso \
|
||||
@*
|
||||
-eject padsize=300k image_2.iso
|
||||
@*
|
||||
@ -932,7 +932,7 @@ in a pipeline without storing the ISO 9660 image as file on hard disk:
|
||||
@*
|
||||
| xorrecord -v dev=/dev/sr0 speed=12 fs=8m \
|
||||
@*
|
||||
-waiti -multi --grow_overwritable_iso \
|
||||
-waiti -multi --grow_overwriteable_iso \
|
||||
@*
|
||||
-eject padsize=300k -
|
||||
@*
|
||||
|
Reference in New Issue
Block a user