Changeset 29723b9 for chapter06/sed.xml


Ignore:
Timestamp:
12/11/2004 10:55:53 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
0c81bec
Parents:
6a0e6f3
Message:

Correct some invalid XML spotted by jing

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sed.xml

    r6a0e6f3 r29723b9  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-sed" xreflabel="Sed" role="wrap">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-sed" xreflabel="Sed" role="wrap">
    78<title>Sed-&sed-version;</title>
    89<?dbhtml filename="sed.html"?>
     
    1011<indexterm zone="ch-system-sed"><primary sortas="a-Sed">Sed</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><title/>
    1314<para>The Sed package contains a stream editor.</para>
    1415
     
    2425Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo</seg></seglistitem>
    2526</segmentedlist>
    26 </sect2>
     27</section>
    2728
    28 <sect2 role="installation">
     29<section role="installation">
    2930<title>Installation of Sed</title>
    3031
     
    4445<screen><userinput>make install</userinput></screen>
    4546
    46 </sect2>
     47</section>
    4748
    4849
    49 <sect2 id="contents-sed" role="content"><title>Contents of Sed</title>
     50<section xml:id="contents-sed" role="content"><title>Contents of Sed</title>
    5051
    5152<segmentedlist>
     
    5657<variablelist><title>Short descriptions</title>
    5758
    58 <varlistentry id="sed">
     59<varlistentry xml:id="sed">
    5960<term><command>sed</command></term>
    6061<listitem>
     
    6566</variablelist>
    6667
    67 </sect2>
     68</section>
    6869
    6970
    7071
    71 </sect1>
     72</section>
Note: See TracChangeset for help on using the changeset viewer.