diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
commit | b8a819fd7bca2d339d92375130c556cca465aa1d (patch) | |
tree | e50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter06/hotplug.xml | |
parent | 8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff) |
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r-- | chapter06/hotplug.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index e0a87e584..498666a0f 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -89,8 +89,8 @@ corresponding modules themselves.</para> <sect2 id="contents-hotplug" role="content"><title>Contents of Hotplug</title> <variablelist> -<varlistentry> -<term id="hotplug"><command>/sbin/hotplug</command></term> +<varlistentry id="hotplug"> +<term><command>/sbin/hotplug</command></term> <listitem> <indexterm zone="ch-system-hotplug hotplug"><primary sortas="b-hotplug">hotplug</primary></indexterm> @@ -99,8 +99,8 @@ changes in its internal state (e.g. a new device is added or removed).</para> </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-rc"><command>*.rc</command> files in +<varlistentry id="hotplug-rc"> +<term><command>*.rc</command> files in <filename class="directory">/etc/hotplug</filename> directory</term> <listitem> <para>These scripts are used for cold plugging, i.e. detection and other @@ -114,8 +114,8 @@ them into the running kernel. </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-agent"><command>*.agent</command> files in +<varlistentry id="hotplug-agent"> +<term><command>*.agent</command> files in <filename class="directory">/etc/hotplug</filename> directory</term> <listitem> <para>These scripts are called by <command>/sbin/hotplug</command> @@ -126,8 +126,8 @@ scripts, if any. </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-functions"><filename>/etc/hotplug/hotplug.functions</filename></term> +<varlistentry id="hotplug-functions"> +<term><filename>/etc/hotplug/hotplug.functions</filename></term> <listitem> <para>This file contains common functions used by other scripts in hotplug package. @@ -135,8 +135,8 @@ package. </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-blacklist"><filename>/etc/hotplug/blacklist</filename></term> +<varlistentry id="hotplug-blacklist"> +<term><filename>/etc/hotplug/blacklist</filename></term> <listitem> <indexterm zone="ch-system-hotplug hotplug-blacklist"><primary sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm> @@ -146,8 +146,8 @@ inserted into the kernel by hotplug scripts. </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-subdirs"><filename class="directory">/etc/hotplug/{pci,usb}</filename></term> +<varlistentry id="hotplug-subdirs"> +<term><filename class="directory">/etc/hotplug/{pci,usb}</filename></term> <listitem> <para>These directories are supposed to contain user-written handlers for hotplug events. @@ -155,8 +155,8 @@ hotplug events. </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-usb.usermap"><filename>/etc/hotplug/usb.usermap</filename></term> +<varlistentry id="hotplug-usb.usermap"> +<term><filename>/etc/hotplug/usb.usermap</filename></term> <listitem> <indexterm zone="ch-system-hotplug hotplug-usb.usermap"><primary sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm> @@ -166,8 +166,8 @@ call for each USB device, based on its vendor, id and other attributes. </listitem> </varlistentry> -<varlistentry> -<term id="hotplug-hotplug.d"><filename class="directory">/etc/hotplug.d</filename></term> +<varlistentry id="hotplug-hotplug.d"> +<term><filename class="directory">/etc/hotplug.d</filename></term> <listitem> <para>This directory contains programs (or symlinks to them) that are interested in receiving all hotplug events. E.g., |