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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd" [
<!ENTITY diff "<command>diff</command>">
<!ENTITY cdiff "<application>cdiff</application>">
]>
<!-- mostly borrowed from bogofilter's bogofilter.xml file, originally
by eric raymond -->
<refentry id='cdiff.1'>
<refmeta>
<refentrytitle>cdiff</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv id='name'>
<refname>cdiff</refname>
<refpurpose>a wrapper tool for colordiff</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>cdiff</command>
<arg choice='req'><replaceable>URL|FILE</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'><title>Description</title>
<para>&cdiff; is a wrapper for colordiff and will add colour to a diff given
in a URL or a file, e.g.</para>
<screen>
cdiff http://some.url.com/foo/thing.patch
</screen>
<para>It also adds support for reading gzip, bzip2 and lzma compressed diffs,
and like colordiff, also supports reading diffs from standard input if URL
or a filename is not specified. &cdiff; pipes colordiff's output through
less -R.</para>
</refsect1>
<refsect1 id='seealso'><title>See Also</title>
<para>&cdiff; is part of the colordiff package, which should be consulted for
further reference.</para>
</refsect1>
</refentry>
<!-- vim:set ts=2 sw=2 et: -->
|