diff options
Diffstat (limited to 'chapter08/sysklogd.xml')
-rw-r--r-- | chapter08/sysklogd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/sysklogd.xml b/chapter08/sysklogd.xml index 9aec7ba9b..89fc314ed 100644 --- a/chapter08/sysklogd.xml +++ b/chapter08/sysklogd.xml @@ -23,8 +23,8 @@ <sect2 role="package"> <title/> - <para>The sysklogd package contains programs for logging system messages, - such as those given by the kernel when unusual things happen.</para> + <para>The Sysklogd package contains programs for logging system messages, + such as those emitted by the kernel when unusual things happen.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -41,8 +41,8 @@ <sect2 role="installation"> <title>Installation of Sysklogd</title> - <para>First, fix problems that causes a segmentation fault under - some conditions in klogd and fix an obsolete program construct:</para> + <para>First, fix a problem that causes a segmentation fault in klogd + under some conditions, and fix an obsolete program construct:</para> <screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c sed -i 's/union wait/int/' syslogd.c</userinput></screen> |