summaryrefslogtreecommitdiff
path: root/debian/GenPat.xml
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2009-07-24 10:30:58 +0000
committerDidier Raboud <odyx@debian.org>2018-03-31 20:46:48 +0200
commitbd833898d09095350440e897641bc01ac7570a54 (patch)
tree3fa55b4b371ee8926d5b7d743efbfe16b83f76c4 /debian/GenPat.xml
parentbbd1ed5a914ae3b01bc29cb68ada15a9aeb64306 (diff)
[svn-inject] Applying Debian modifications to trunk
Diffstat (limited to 'debian/GenPat.xml')
-rw-r--r--debian/GenPat.xml136
1 files changed, 136 insertions, 0 deletions
diff --git a/debian/GenPat.xml b/debian/GenPat.xml
new file mode 100644
index 0000000..3e3b455
--- /dev/null
+++ b/debian/GenPat.xml
@@ -0,0 +1,136 @@
+<?xml version='1.0'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY firstname "<firstname>Paul</firstname>">
+ <!ENTITY surname "<surname>Wise</surname>">
+ <!ENTITY date "<date>October 5, 2005</date>">
+ <!ENTITY section "<manvolnum>1</manvolnum>">
+ <!ENTITY email "<email>pabs@debian.org</email>">
+ <!ENTITY username "Paul Wise">
+ <!ENTITY ucpackage "<refentrytitle>NSIS</refentrytitle>">
+ <!ENTITY package "GenPat">
+ <!ENTITY debian "Debian (TM)">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ &email;
+ </address>
+ <author>
+ &firstname;
+ &surname;
+ </author>
+ <copyright>
+ <year>2005</year>
+ <holder>&username;</holder>
+ </copyright>
+ &date;
+ </refentryinfo>
+ <refmeta>
+ &ucpackage;
+ &section;
+ </refmeta>
+ <refnamediv>
+ <refname>&package;</refname>
+ <refpurpose>A program to create patch files in VPatch format.</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&package;</command>
+ <arg><option>-R</option></arg>
+ <arg><option>-B=<replaceable>64</replaceable></option></arg>
+ <arg><option>-V</option></arg>
+ <arg><option>-O</option></arg>
+ <arg><option>-A=<replaceable>500</replaceable></option></arg>
+ <arg><option><replaceable>source</replaceable></option></arg>
+ <arg><option><replaceable>target</replaceable></option></arg>
+ <arg><option><replaceable>patch.pat</replaceable></option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>This manual page documents briefly the
+ <command>&package;</command> command.</para>
+ <para>This manual page was written for the &debian; distribution
+ because the original program does not have a manual page.
+ Instead, it has documentation in the HTML format; see below.</para>
+ <para><command>&package;</command> is a program that creates installer programs for Windows.</para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+ <variablelist>
+ <varlistentry>
+ <term><option>-R</option></term>
+ <listitem>
+ <para>Replace a patch with same contents as source silently if it already exists.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-B=<replaceable>64</replaceable></option></term>
+ <listitem>
+ <para>Set blocksize (default=64), multiple of 2 is required.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-V</option></term>
+ <listitem>
+ <para>More verbose information during patch creation.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-O</option></term>
+ <listitem>
+ <para>Deactivate match limit of the -A switch (sometimes smaller patches).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-A=<replaceable>500</replaceable></option></term>
+ <listitem>
+ <para>Maximum number of block matches per block (improves performance).
+ Default is 500, larger is slower. Use -V to see the cut-off aborts.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+ <refsect1>
+ <title>EXIT STATUS</title>
+ <variablelist>
+ <varlistentry>
+ <term>0</term>
+ <listitem>
+ <para>Success</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>1</term>
+ <listitem>
+ <para>Arguments missing</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>2</term>
+ <listitem>
+ <para>Other error</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>3</term>
+ <listitem>
+ <para>Source file already has a patch in specified patch file (=error)</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>GenPat is documented more fully in the HTML file
+ /usr/share/doc/nsis/Docs/VPatch/Readme.html.</para>
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>This manual page was written by &username; &email; for
+ the &debian; system.
+ </para>
+ </refsect1>
+</refentry>