1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<?xml version='1.0'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY dhfirstname "<firstname>Paul</firstname>">
<!ENTITY dhsurname "<surname>Wise</surname>">
<!ENTITY dhdate "<date>May 23, 2005</date>">
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>pabs@debian.org</email>">
<!ENTITY dhusername "Paul Wise">
<!ENTITY dhucpackage "<refentrytitle>splitmrb</refentrytitle>">
<!ENTITY dhpackage "splitmrb">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
]>
<refentry>
<refentryinfo>
<address>
&dhemail;
</address>
<author>
&dhfirstname;
&dhsurname;
</author>
<copyright>
<year>2005</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
</refentryinfo>
<refmeta>
&dhucpackage;
&dhsection;
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>A program that splits MRB into SHG/BMP/WMF and SHG into BMP/WMF files.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg><option><replaceable>file.mrb</replaceable> | <replaceable>file.shg</replaceable></option></arg>
<arg><option><replaceable>...</replaceable></option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>This manual page documents briefly the <command>&dhpackage;</command> command.</para>
<para>This manual page was prepared for the &debian; distribution because the original program does not have a manual page.</para>
<para><command>&dhpackage;</command> is a program that splits MRB into SHG/BMP/WMF and SHG into BMP/WMF files.</para>
<para>Output files are created in the current directory using resolution-dependent *.EGA,*.VGA,*.CGA,*.854,*.MAC or *.BMP,*.WMF or *.Snn,*.nnn (where is a digit from 0 to 9). Discarded hotspot info will be written to stdout.</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>The README.gz (english docs), README.de.gz (german docs) and helpfile.txt.gz (WinHelp format description) in /usr/share/doc/helpdeco/.</para>
</refsect1>
</refentry>
<!--
Local Variables:
mode: docbook
End:
-->
|