summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Edward W. Koenig2020-04-22 01:47:42 +0200
committer Willy Sudiarto Raharjo2020-04-24 03:18:59 +0200
commitce20339d06232cf23a28d317f6eea8cad92693b6 (patch)
treec7975654f7b94c6807810fdb56753f81bc4fe24e /misc
parente91a2fc386514221658d613c799d16c8f5f17862 (diff)
downloadslackbuilds-ce20339d06232cf23a28d317f6eea8cad92693b6.tar.gz
misc/dmg2img: added missing man page
Signed-off-by: Edward W. Koenig <kingbeowulf@glinuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/dmg2img/dmg2img.142
1 files changed, 42 insertions, 0 deletions
diff --git a/misc/dmg2img/dmg2img.1 b/misc/dmg2img/dmg2img.1
new file mode 100644
index 0000000000..5f3ac1b777
--- /dev/null
+++ b/misc/dmg2img/dmg2img.1
@@ -0,0 +1,42 @@
+.TH "dmg2img" 1
+.SH NAME
+dmg2img \- convert compressed dmg to standard (hfsplus) image disk files
+.SH SYNOPSIS
+.B dmg2img
+[-s] [-v] [-V] [-d] <input.dmg> [<output.img>]
+.PP
+.B dmg2img
+[-s] [-v] [-V] [-d] -i <input.dmg> -o <output.img>
+.SH DESCRIPTION
+.B dmg2img
+is an Apple's compressed dmg to standard (hfsplus) image disk file conversion tool.
+.SH OPTIONS
+.TP
+.B \-i
+Path to the input .dmg file.
+.TP
+.B \-s
+Silent operation
+.TP
+.B \-v
+Verbose operation
+Try to extract key from input file.
+.TP
+.B \-V
+Extremely verbose operation
+.TP
+.B \-d
+Enable debugging.
+.TP
+.B \-o
+The output file (if left out it will be named <input_file>.img).
+.SH "SEE ALSO"
+vfdecrypt(1)
+.SH AUTHORS
+.TP
+vu1tur <to@vu1tur.eu.org>
+.TP
+Jean-Pierre Demailly <demailly@fourier.ujf-grenoble.fr>.
+.PP
+This manual page was written by Soeren Sonnenburg <sonne@debian.org>,
+for the Debian project (but may be used by others).