diff options
Diffstat (limited to 'chapter06/sysklogd.xml')
-rw-r--r-- | chapter06/sysklogd.xml | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index 7ef354519..c1a10c5bf 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -77,27 +77,35 @@ user.* -/var/log/user.log </sect2> -<sect2 id="contents-sysklogd"><title>Contents of Sysklogd</title> - -<para><emphasis>Installed programs</emphasis>: klogd and syslogd</para> - -</sect2> +<sect2 id="contents-sysklogd" role="content"><title>Contents of Sysklogd</title> +<segmentedlist> +<segtitle>Installed programs</segtitle> +<seglistitem><seg>klogd and syslogd</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="klogd"><command>klogd</command></term> +<listitem> <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm> -<para id="klogd"><command>klogd</command> is a system daemon for intercepting and -logging kernel messages.</para> +<para>is a system daemon for intercepting and logging kernel messages.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="syslogd"><command>syslogd</command></term> +<listitem> <indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm> -<para id="syslogd"><command>syslogd</command> logs the messages that system programs +<para>logs the messages that system programs offer for logging. Every logged message contains at least a date stamp and a hostname, and normally the program's name too, but that depends on how trusting the logging daemon is told to be.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |