source: chapter08/diffutils.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-diffutils" role="wrap">
9 <?dbhtml filename="diffutils.html"?>
10
11 <sect1info condition="script">
12 <productname>diffutils</productname>
13 <productnumber>&diffutils-version;</productnumber>
14 <address>&diffutils-url;</address>
15 </sect1info>
16
17 <title>Diffutils-&diffutils-version;</title>
18
19 <indexterm zone="ch-system-diffutils">
20 <primary sortas="a-Diffutils">Diffutils</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Diffutils package contains programs that show the differences
27 between files or directories.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&diffutils-fin-sbu;</seg>
35 <seg>&diffutils-fin-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Diffutils</title>
43
44 <para>Prepare Diffutils for compilation:</para>
45
46<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
47
48 <para>Compile the package:</para>
49
50<screen><userinput remap="make">make</userinput></screen>
51
52 <para>To test the results, issue:</para>
53
54<screen><userinput remap="test">make check</userinput></screen>
55
56 <para>Install the package:</para>
57
58<screen><userinput remap="install">make install</userinput></screen>
59
60 </sect2>
61
62
63 <sect2 id="contents-diffutils" role="content">
64 <title>Contents of Diffutils</title>
65
66 <segmentedlist>
67 <segtitle>Installed programs</segtitle>
68
69 <seglistitem>
70 <seg>cmp, diff, diff3, and sdiff</seg>
71 </seglistitem>
72 </segmentedlist>
73
74 <variablelist>
75 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
76 <?dbfo list-presentation="list"?>
77 <?dbhtml list-presentation="table"?>
78
79 <varlistentry id="cmp">
80 <term><command>cmp</command></term>
81 <listitem>
82 <para>Compares two files and reports any differences byte by byte</para>
83 <indexterm zone="ch-system-diffutils cmp">
84 <primary sortas="b-cmp">cmp</primary>
85 </indexterm>
86 </listitem>
87 </varlistentry>
88
89 <varlistentry id="diff">
90 <term><command>diff</command></term>
91 <listitem>
92 <para>Compares two files or directories and reports which lines in
93 the files differ</para>
94 <indexterm zone="ch-system-diffutils diff">
95 <primary sortas="b-diff">diff</primary>
96 </indexterm>
97 </listitem>
98 </varlistentry>
99
100 <varlistentry id="diff3">
101 <term><command>diff3</command></term>
102 <listitem>
103 <para>Compares three files line by line</para>
104 <indexterm zone="ch-system-diffutils diff3">
105 <primary sortas="b-diff3">diff3</primary>
106 </indexterm>
107 </listitem>
108 </varlistentry>
109
110 <varlistentry id="sdiff">
111 <term><command>sdiff</command></term>
112 <listitem>
113 <para>Merges two files and interactively outputs the results</para>
114 <indexterm zone="ch-system-diffutils sdiff">
115 <primary sortas="b-sdiff">sdiff</primary>
116 </indexterm>
117 </listitem>
118 </varlistentry>
119
120 </variablelist>
121
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.