source: chapter06/diffutils.xml@ a9fde34e

Last change on this file since a9fde34e was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[1fe35e1]2<!DOCTYPE section [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[1fe35e1]6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-system-diffutils" xreflabel="Diffutils" role="wrap">
[6a0e6f3]8<title>Diffutils-&diffutils-version;</title>
[673b0d8]9<?dbhtml filename="diffutils.html"?>
10
11<indexterm zone="ch-system-diffutils"><primary sortas="a-Diffutils">Diffutils</primary></indexterm>
[6370fa6]12
[6a0e6f3]13<section role="package"><title/>
[5888299]14<para>The Diffutils package contains programs that show the differences
15between files or directories.</para>
16
[a001133]17<segmentedlist>
18<segtitle>&buildtime;</segtitle>
19<segtitle>&diskspace;</segtitle>
20<seglistitem><seg>0.1 SBU</seg><seg>7.5 MB</seg></seglistitem>
21</segmentedlist>
22
23<segmentedlist>
24<segtitle>Diffutils installation depends on</segtitle>
25<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC,
26Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
27</segmentedlist>
[1fe35e1]28</section>
[73aedd1d]29
[1fe35e1]30<section role="installation">
[6a0e6f3]31<title>Installation of Diffutils</title>
[73aedd1d]32
33<para>Prepare Diffutils for compilation:</para>
34
35<screen><userinput>./configure --prefix=/usr</userinput></screen>
36
37<para>Compile the package:</para>
38
39<screen><userinput>make</userinput></screen>
40
[673b0d8]41<para>Install it:</para>
[73aedd1d]42
43<screen><userinput>make install</userinput></screen>
44
[1fe35e1]45</section>
[6370fa6]46
[5888299]47
[6a0e6f3]48<section xml:id="contents-diffutils" role="content"><title>Contents of Diffutils</title>
[673b0d8]49
[c6cb3aa]50<segmentedlist>
51<segtitle>Installed programs</segtitle>
52<seglistitem><seg>cmp, diff, diff3 and sdiff</seg></seglistitem>
53</segmentedlist>
[673b0d8]54
[c6cb3aa]55<variablelist><title>Short descriptions</title>
[673b0d8]56
[1fe35e1]57<varlistentry xml:id="cmp">
[b8a819f]58<term><command>cmp</command></term>
[c6cb3aa]59<listitem>
[673b0d8]60<indexterm zone="ch-system-diffutils cmp"><primary sortas="b-cmp">cmp</primary></indexterm>
[c6cb3aa]61<para>compares two files and reports whether or in which bytes they differ.</para>
62</listitem>
63</varlistentry>
[73aedd1d]64
[1fe35e1]65<varlistentry xml:id="diff">
[b8a819f]66<term><command>diff</command></term>
[c6cb3aa]67<listitem>
[673b0d8]68<indexterm zone="ch-system-diffutils diff"><primary sortas="b-diff">diff</primary></indexterm>
[c6cb3aa]69<para>compares two files or directories and reports which lines in the files differ.</para>
70</listitem>
71</varlistentry>
[673b0d8]72
[1fe35e1]73<varlistentry xml:id="diff3">
[b8a819f]74<term><command>diff3</command></term>
[c6cb3aa]75<listitem>
[673b0d8]76<indexterm zone="ch-system-diffutils diff3"><primary sortas="b-diff3">diff3</primary></indexterm>
[c6cb3aa]77<para>compares three files line by line.</para>
78</listitem>
79</varlistentry>
[673b0d8]80
[1fe35e1]81<varlistentry xml:id="sdiff">
[b8a819f]82<term><command>sdiff</command></term>
[c6cb3aa]83<listitem>
[673b0d8]84<indexterm zone="ch-system-diffutils sdiff"><primary sortas="b-sdiff">sdiff</primary></indexterm>
[c6cb3aa]85<para>merges two files and interactively outputs the results.</para>
86</listitem>
87</varlistentry>
88</variablelist>
[673b0d8]89
[1fe35e1]90</section>
[673b0d8]91
[1fe35e1]92</section>
Note: See TracBrowser for help on using the repository browser.