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/sysklogd.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/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 851a28808..deb95e22a 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -86,16 +86,16 @@ user.* -/var/log/user.log <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="klogd"><command>klogd</command></term> +<varlistentry id="klogd"> +<term><command>klogd</command></term> <listitem> <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm> <para>is a system daemon for intercepting and logging kernel messages.</para> </listitem> </varlistentry> -<varlistentry> -<term id="syslogd"><command>syslogd</command></term> +<varlistentry id="syslogd"> +<term><command>syslogd</command></term> <listitem> <indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm> <para>logs the messages that system programs |