Package: xmame-tools
Tags: patch

I noticed that there is a missing man page for chdman in xmame-tools.
Please find attached one I have created for inclusion.

I was unsure whether the tools for xmame would be in man section 1 (for
executables) or section 6 (for games).  As this tool is not a game, and
only game related, I have placed it in section 1 for now.  Feel free to
amend if required.

--

Ashley T. Howes, Ph.D.
http://www.ashleyhowes.com

"We must not cease from exploration and the end of all our exploring
will be to arrive where we began and to know the place for the first
time." - T.S. Eliot

.\"  -*- nroff -*-
.\"
.\" chdman.1
.\"
.\" Man page created from source and usage information by 
.\" Ashley T. Howes <[EMAIL PROTECTED]>, February 2005
.\"
.TH CHDMAN 1 2005-02-15 0.90 "chdman"
.\" NAME chapter
.SH NAME
chdman \- MAME Compressed Hunks of Data (CHD) manager
.\" SYNOPSIS chapter
.SH SYNOPSIS
\fBchdman\fP
.RI \| \-option \| 
.RI \| chd \|
.\" DESCRIPTION chapter
.SH DESCRIPTION
\fBchdman\fP is the (C)ompressed (H)unks of (D)ata (CHD) manager for MAME.
It is a tool to manage CHD images.
.\" OPTIONS chapter
.SH OPTIONS
.TP
.B \-info \fIinput.chd\fP
Dump the header information from a drive image.
.TP
.B \-createhd \fIinputhd.raw output.chd [inputoffs [cylinders heads sectors 
[sectorsize [hunksize]]]]\fP
Create a new compressed hard disk image from a raw file.
.TP
.B \-createblankhd \fIoutput.chd cylinders heads sectors [sectorsize 
[hunksize]]\fP
Create a new non-compressed hard disk image, with all hunks filled with 0s.
.TP
.B \-createcd \fIinput.toc output.chd\fP
Create a new compressed CD image from a raw file.
.TP
.B \-copydata \fIinput.chd output.chd\fP
Copy all hunks of data from one CHD file to another.  The hunk sizes do not 
need to match.
If the source is shorter than the destination, the source data will be padded 
with 0s.
.TP
.B \-extract \fIinput.chd output.raw\fP
Extract a raw file from a CHD image.
.TP
.B \-verify \fIinput.chd\fP
Validate the MD5/SHA1 on a drive image.
.TP
.B \-verifyfix \fIinput.chd\fP
Validate and fix the MD5/SHA1 on a drive image.
.TP
.B \-update \fIinput.chd output.chd\fP
Update CHD image using metadata from input file.
.TP
.B \-chomp \fIinput.chd output.chd maxhunk\fP
Chomp hunk from CHD image.
.TP
.B \-merge \fIparent.chd diff.chd output.chd\fP
Merge a parent and its child together.
.TP
.B \-diff \fIparent.chd compare.chd diff.chd\fP
Generate a difference between two CHD files.
.TP
.B \-setchs \fIinout.chd cylinders heads sections\fP
Change the CHS values on a hard disk image.

Attachment: signature.asc
Description: Digital signature

Reply via email to