aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-24 21:37:26 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-24 21:37:26 +0000
commitb8a819fd7bca2d339d92375130c556cca465aa1d (patch)
treee50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter06/psmisc.xml
parent8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (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/psmisc.xml')
-rw-r--r--chapter06/psmisc.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 0e3383fa2..a95fdd262 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -84,16 +84,16 @@ creating the following symlink:</para>
<variablelist><title>Short descriptions</title>
-<varlistentry>
-<term id="fuser"><command>fuser</command></term>
+<varlistentry id="fuser">
+<term><command>fuser</command></term>
<listitem>
<indexterm zone="ch-system-psmisc fuser"><primary sortas="b-fuser">fuser</primary></indexterm>
<para>reports the PIDs of processes that use the given files or file systems.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="killall"><command>killall</command></term>
+<varlistentry id="killall">
+<term><command>killall</command></term>
<listitem>
<indexterm zone="ch-system-psmisc killall"><primary sortas="b-killall">killall</primary></indexterm>
<para>kills processes by name. It sends a signal
@@ -101,16 +101,16 @@ to all processes running any of the given commands.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="pstree"><command>pstree</command></term>
+<varlistentry id="pstree">
+<term><command>pstree</command></term>
<listitem>
<indexterm zone="ch-system-psmisc pstree"><primary sortas="b-pstree">pstree</primary></indexterm>
<para>displays running processes as a tree.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="pstree.x11"><command>pstree.x11</command></term>
+<varlistentry id="pstree.x11">
+<term><command>pstree.x11</command></term>
<listitem>
<indexterm zone="ch-system-psmisc pstree.x11"><primary sortas="b-pstree.x11">pstree.x11</primary></indexterm>
<para>same as pstree except that it waits for confirmation before exiting.</para>