diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-12 02:09:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-12 02:09:44 -0400 |
commit | 8c3d639fe85b0c73b6d7bcd608872832ac66ccb1 (patch) | |
tree | 190d6006a832d91b029806bdbe93953872c4fa80 | |
parent | 9f9315b3b9bdb232d0261bf8da8e431a4591f329 (diff) | |
download | miragextract-8c3d639fe85b0c73b6d7bcd608872832ac66ccb1.tar.gz |
doc tweak
-rw-r--r-- | miragextract.1 | 5 | ||||
-rw-r--r-- | miragextract.html | 5 | ||||
-rw-r--r-- | miragextract.rst | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/miragextract.1 b/miragextract.1 index 5054312..96bcd92 100644 --- a/miragextract.1 +++ b/miragextract.1 @@ -116,8 +116,9 @@ If you need mp3, extract to .wav and then use a tool like lame or ffmpeg to convert to mp3. .sp Output data tracks will be named to end in \(aq.iso\(aq by default, or \(aq.hfs\(aq -if they look like Apple disk images, or \(aq.hfs.iso\(aq for "hybrid" images -that can be mounted as either (such as Blizzard\(aqs Mac/PC releases). +if they look like Apple disk images (HFS or HFS+), or \(aq.hfs.iso\(aq for +"hybrid" images that can be mounted as either ISO9660 or HFS/HFS+ +(such as Blizzard\(aqs Mac/PC releases). .sp Images with multiple sessions should be supported, but have not been tested. Track numbering just continues, so a disc with 2 sessions of diff --git a/miragextract.html b/miragextract.html index bf833e9..f520b5f 100644 --- a/miragextract.html +++ b/miragextract.html @@ -463,8 +463,9 @@ match the encoding set with -f. Note that mp3 is NOT a valid -f option. If you need mp3, extract to .wav and then use a tool like lame or ffmpeg to convert to mp3.</p> <p>Output data tracks will be named to end in '.iso' by default, or '.hfs' -if they look like Apple disk images, or '.hfs.iso' for "hybrid" images -that can be mounted as either (such as Blizzard's Mac/PC releases).</p> +if they look like Apple disk images (HFS or HFS+), or '.hfs.iso' for +"hybrid" images that can be mounted as either ISO9660 or HFS/HFS+ +(such as Blizzard's Mac/PC releases).</p> <p>Images with multiple sessions should be supported, but have not been tested. Track numbering just continues, so a disc with 2 sessions of 8 files each will have tracks numbered 1 to 16 as far as the -t option diff --git a/miragextract.rst b/miragextract.rst index fef2611..2452f0f 100644 --- a/miragextract.rst +++ b/miragextract.rst @@ -92,8 +92,9 @@ If you need mp3, extract to .wav and then use a tool like lame or ffmpeg to convert to mp3. Output data tracks will be named to end in '.iso' by default, or '.hfs' -if they look like Apple disk images, or '.hfs.iso' for "hybrid" images -that can be mounted as either (such as Blizzard's Mac/PC releases). +if they look like Apple disk images (HFS or HFS+), or '.hfs.iso' for +"hybrid" images that can be mounted as either ISO9660 or HFS/HFS+ +(such as Blizzard's Mac/PC releases). Images with multiple sessions should be supported, but have not been tested. Track numbering just continues, so a disc with 2 sessions of |