Ignore:
Timestamp:
12/05/2004 06:43:10 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1375d26
Parents:
c5538b3
Message:
  • (chapter06/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    rc5538b3 r1fe35e1  
    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-iproute2" xreflabel="IProute2" role="wrap">
    7   <title>Iproute2-&iproute2-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-system-iproute2" xreflabel="IProute2" role="wrap">
     9<info><title>Iproute2-&iproute2-version;</title></info>
    810<?dbhtml filename="iproute2.html"?>
    911  <indexterm zone="ch-system-iproute2">
    1012    <primary sortas="a-iproute2">iproute2</primary>
    1113  </indexterm>
    12   <sect2 role="package">
    13     <title/>
     14  <section role="package">
     15    <info><title/></info>
    1416    <para>The iproute2 package contains programs for basic and advanced
    1517          IPV4-based networking.
     
    2931      </seglistitem>
    3032    </segmentedlist>
    31   </sect2>
    32   <sect2 role="installation">
    33     <title>Installation of iproute2</title>
     33  </section>
     34  <section role="installation">
     35    <info><title>Installation of iproute2</title></info>
    3436    <para>The <command>arpd</command> binary included in this package is
    3537          dependent on Berkeley DB.  As <command>arpd</command> is not a very
     
    3739          Berkeley DB by applying the patch using the command below.  If you
    3840          need the <command>arpd</command> binary, then instructions for
    39           compiling Berkeley DB can be found in the <ulink
    40           url="http://www.linuxfromscratch.org/blfs/view/cvs/content/databases.html#db">BLFS book</ulink>.
     41          compiling Berkeley DB can be found in the <uri
     42xlink:href="http://www.linuxfromscratch.org/blfs/view/cvs/content/databases.html#db">BLFS book</uri>.
    4143    </para>
    4244
     
    6466
    6567    <screen><userinput>make install SBINDIR=/sbin</userinput></screen>
    66   </sect2>
    67 
    68   <sect2 id="contents-iproute2" role="content">
    69     <title>Contents of iproute2</title>
     68  </section>
     69
     70  <section xml:id="contents-iproute2" role="content">
     71    <info><title>Contents of iproute2</title></info>
    7072    <segmentedlist>
    7173      <segtitle>Installed programs</segtitle>
     
    7880      <title>Short descriptions</title>
    7981
    80       <varlistentry id="ifstat">
     82      <varlistentry xml:id="ifstat">
    8183        <term>
    8284          <command>ifstat</command>
     
    9193      </varlistentry>
    9294
    93       <varlistentry id="ip">
     95      <varlistentry xml:id="ip">
    9496        <term>
    9597          <command>ip</command>
     
    141143      </varlistentry>
    142144
    143       <varlistentry id="nstat">
     145      <varlistentry xml:id="nstat">
    144146        <term>
    145147          <command>nstat</command>
     
    153155      </varlistentry>
    154156
    155       <varlistentry id="routef">
     157      <varlistentry xml:id="routef">
    156158        <term>
    157159          <command>routef</command>
     
    167169      </varlistentry>
    168170
    169       <varlistentry id="routel">
     171      <varlistentry xml:id="routel">
    170172        <term>
    171173          <command>routel</command>
     
    181183      </varlistentry>
    182184
    183       <varlistentry id="rtmon">
     185      <varlistentry xml:id="rtmon">
    184186        <term>
    185187          <command>rtmon</command>
     
    193195      </varlistentry>
    194196
    195       <varlistentry id="rtstat">
     197      <varlistentry xml:id="rtstat">
    196198        <term>
    197199          <command>rtstat</command>
     
    205207      </varlistentry>
    206208
    207       <varlistentry id="ss">
     209      <varlistentry xml:id="ss">
    208210        <term>
    209211          <command>ss</command>
     
    217219      </varlistentry>
    218220
    219       <varlistentry id="tc">
     221      <varlistentry xml:id="tc">
    220222        <term>
    221223          <command>tc</command>
     
    251253      </varlistentry>
    252254    </variablelist>
    253   </sect2>
    254 </sect1>
     255  </section>
     256</section>
Note: See TracChangeset for help on using the changeset viewer.