File: diffindex-rred.1.sgml

package info (click to toggle)
apt-file 2.5.4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 632 kB
  • ctags: 77
  • sloc: perl: 1,309; python: 132; makefile: 100; sh: 87
file content (64 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download | duplicates (3)
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
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<refentry>
  <refentryinfo>
    <address>
      <email>sf@debian.org</email>
    </address>
    <author>
      <firstname>Stefan</firstname>
      <surname>Fritsch</surname>
    </author>
    <date>January 2009</date>
  </refentryinfo>

  <refmeta>
    <refentrytitle>diffindex-rred</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>diffindex-rred</refname>
    <refpurpose>
      Restricted restricted ed
    </refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>diffindex-rred</command>
      <arg choice="Req" rep="Repeat">diff1</arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>DESCRIPTION</title>
    <para><command>diffindex-rred</command> is a command line tool for
      applying <command>diff --ed</command> style patches, as used in APT's
      diff/Index format. It can efficiently apply several patches in one run
      and does not need to read the whole source file into memory.
    </para>
    <para>
      The source file is taken from stdin. The patched file is written to
      stdout. Compressed patch files are decompressed automatically if
      they have the proper .gz, .bz2, or .lzo extension.
    </para>
    <para>
      <command>diffindex-rred</command> is used by
      <command>diffindex-download</command>.</para>
  </refsect1>

  <refsect1>
    <title>SEE ALSO</title>
    <para>
      <command>apt-file</command>(1), <command>diffindex-download</command>(1)
    </para>
  </refsect1>
  <refsect1>
    <title>AUTHOR</title>
    <para>
      <command>diffindex-rred</command> was written by Stefan Fritsch
      <email>sf@debian.org</email>.
    </para>
  </refsect1>

</refentry>