diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
commit | 978d0bffc413b67ead9db2d2816b916cf3d502ca (patch) | |
tree | 785d8d08754099e55a26599f8d5ccce81b456cb4 /appendixa/sysklogd-desc.xml | |
parent | aa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (diff) |
Changing the style of the command descriptions in appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/sysklogd-desc.xml')
-rw-r--r-- | appendixa/sysklogd-desc.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/appendixa/sysklogd-desc.xml b/appendixa/sysklogd-desc.xml index 8489ecec0..3b9ccf882 100644 --- a/appendixa/sysklogd-desc.xml +++ b/appendixa/sysklogd-desc.xml @@ -6,15 +6,13 @@ <sect3><title>Program file descriptions</title> -<sect4><title>klogd</title> -<para>klogd is a system daemon which intercepts and logs Linux kernel -messages.</para></sect4> - -<sect4><title>syslogd</title> -<para>syslogd provides the kind of logging that many modern programs use. Every -logged message contains at least a time and a hostname field and, normally, a -program name field, too. But that depends on how trusty the logging -program is.</para></sect4> +<para><command>klogd</command> is a system daemon for intercepting and +logging kernel messages.</para> + +<para><command>syslogd</command> 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> </sect3> |