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/hotplug.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-hotplug" xreflabel="Hotplug" role="wrap">
    7 <title>Hotplug-&hotplug-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-hotplug" xreflabel="Hotplug" role="wrap">
     8<info><title>Hotplug-&hotplug-version;</title></info>
    89<?dbhtml filename="hotplug.html"?>
    910
    1011<indexterm zone="ch-system-hotplug"><primary sortas="a-Hotplug">Hotplug</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><info><title/></info>
    1314
    1415<para>The Hotplug package contains scripts that react upon hotplug events
     
    2425</segmentedlist>
    2526
    26 </sect2>
     27</section>
    2728
    28 <sect2 role="installation">
    29 <title>Installation of Hotplug</title>
     29<section role="installation">
     30<info><title>Installation of Hotplug</title></info>
    3031
    3132<para>Install the Hotplug package:</para>
     
    4243
    4344<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
    44 </sect2>
     45</section>
    4546
    4647
    47 <sect2 id="contents-hotplug" role="content"><title>Contents of Hotplug</title>
     48<section xml:id="contents-hotplug" role="content"><info><title>Contents of Hotplug</title></info>
    4849
    4950<variablelist>
    50 <varlistentry id="hotplug">
     51<varlistentry xml:id="hotplug">
    5152<term><command>/sbin/hotplug</command></term>
    5253<listitem>
     
    5859</varlistentry>
    5960
    60 <varlistentry id="hotplug-rc">
     61<varlistentry xml:id="hotplug-rc">
    6162<term><command>*.rc</command> files in
    6263<filename class="directory">/etc/hotplug</filename> directory</term>
     
    7576</varlistentry>
    7677
    77 <varlistentry id="hotplug-agent">
     78<varlistentry xml:id="hotplug-agent">
    7879<term><command>*.agent</command> files in
    7980<filename class="directory">/etc/hotplug</filename> directory</term>
     
    8990</varlistentry>
    9091
    91 <varlistentry id="hotplug-functions">
     92<varlistentry xml:id="hotplug-functions">
    9293<term><filename>/etc/hotplug/hotplug.functions</filename></term>
    9394<listitem>
     
    100101</varlistentry>
    101102
    102 <varlistentry id="hotplug-blacklist">
     103<varlistentry xml:id="hotplug-blacklist">
    103104<term><filename>/etc/hotplug/blacklist</filename></term>
    104105<listitem>
     
    111112</varlistentry>
    112113
    113 <varlistentry id="hotplug-subdirs">
     114<varlistentry xml:id="hotplug-subdirs">
    114115<term><filename class="directory">/etc/hotplug/{pci,usb}</filename></term>
    115116<listitem>
     
    122123</varlistentry>
    123124
    124 <varlistentry id="hotplug-usb.usermap">
     125<varlistentry xml:id="hotplug-usb.usermap">
    125126<term><filename>/etc/hotplug/usb.usermap</filename></term>
    126127<listitem>
     
    133134</varlistentry>
    134135
    135 <varlistentry id="hotplug-hotplug.d">
     136<varlistentry xml:id="hotplug-hotplug.d">
    136137<term><filename class="directory">/etc/hotplug.d</filename></term>
    137138<listitem>
     
    145146</varlistentry>
    146147</variablelist>
    147 </sect2>
    148 </sect1>
     148</section>
     149</section>
Note: See TracChangeset for help on using the changeset viewer.