Fixed typos in GNU xorriso readme file

This commit is contained in:
Thomas Schmitt 2011-03-24 11:52:22 +00:00
parent e654e6399a
commit 878931f788
1 changed files with 3 additions and 3 deletions

View File

@ -253,12 +253,12 @@ Tag_id distinguishes the following tag types
"libisofs_checksum_tag_v1" Session end tag "libisofs_checksum_tag_v1" Session end tag
A relocated superblock may appear at LBA 0 of an image which was produced for A relocated superblock may appear at LBA 0 of an image which was produced for
being stored in a disk file or on overwriteable media (e.g. DVD+R, BD-RE). being stored in a disk file or on overwriteable media (e.g. DVD+RW, BD-RE).
xorriso records the first session at LBA 32. An eventual follow-up session xorriso records the first session at LBA 32. An eventual follow-up session
begins at the next block address which is divisible by 32 and higher than the begins at the next block address which is divisible by 32 and higher than the
address of the previous session's end tag. Normally no session starts after the address of the previous session's end tag. Normally no session starts after the
address given by relocated superblock parameter session_start=. address given by relocated superblock parameter session_start=.
Session oriented media like CD-R[W], DVD+R, BD-R will have no relocated Session oriented media like CD-R[W], DVD-R, DVD+R, BD-R will have no relocated
superblock but rather bear a table-of-content on media level. superblock but rather bear a table-of-content on media level.
A tag is valid if pos= tells its own block address and self= tells its own MD5 A tag is valid if pos= tells its own block address and self= tells its own MD5
@ -271,7 +271,7 @@ The newline character at the end is mandatory.
libisoburn libisoburn
xorriso is based on libisofs which does ISO 9600 filesystem aspects and on xorriso is based on libisofs which does ISO 9660 filesystem aspects and on
libburn which does the input and output aspects. Parts of this foundation libburn which does the input and output aspects. Parts of this foundation
are accessed via libisoburn, which is closely related to xorriso. are accessed via libisoburn, which is closely related to xorriso.