diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-12-16 10:27:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 01:18:27 +0700 |
commit | 303cbe0c1e7513d328a6936273ca8c7f5d7c45bb (patch) | |
tree | dc794233e39ae026c02784c4246b3487455a5ddf /system/mdf2iso/mdf2iso.1 | |
parent | a6ba7563955d170505d322674d9cd8db463f6930 (diff) |
system/mdf2iso: Added (mdf to iso/cue/toc images converter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mdf2iso/mdf2iso.1')
-rw-r--r-- | system/mdf2iso/mdf2iso.1 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/mdf2iso/mdf2iso.1 b/system/mdf2iso/mdf2iso.1 new file mode 100644 index 0000000000000..9b68291432dd8 --- /dev/null +++ b/system/mdf2iso/mdf2iso.1 @@ -0,0 +1,25 @@ +.TH "MDF2ISO" 1 "10 December 2005" "mdf2iso 0.3.0" "User Commands" +.SH NAME +mdf2iso \- mdf to iso / cue / toc image converter +.SH SYNOPSIS +.HP 8 +.B mdf2iso [OPTION] [BASENAME.MDF] [DESTINATION] +.SH DESCRIPTION +\fBmdf2iso\fR converts an Alcohol 120% .mdf image to other CD image formats. +It is able to write out plain .iso, .cue & .bin and .toc & .dat. If you do not +specifiy \-\-cue or \-\-toc, an .iso file gets generated. If you do not specifiy a +destination image name, BASENAME.ext is automatically used. +.SH MDF2ISO OPTIONS +.TP +\fB\-\-toc\fR file +creates a .dat image & .toc file from the .mdf image. +.TP +\fB\-\-cue\fR file +creates a .bin image & .cue sheet from the .mdf image. +.TP +\fB\-\-help\fR +shows the help text +.SH AUTHOR +This manual page was written by Lukas Fittl <lfittl@ixios-software.com>, +for the Ubuntu GNU/Linux system (but may be used by others), +because the original program does not have a manual page. |