diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index 83640bb3f..cb2ee0865 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in | |||
@@ -16,7 +16,7 @@ config CONFIG_SYSLOGD | |||
16 | application that generated the message. When used in | 16 | application that generated the message. When used in |
17 | conjunction with klogd, messages from the Linux kernel | 17 | conjunction with klogd, messages from the Linux kernel |
18 | can also be recorded. This is terribly useful, | 18 | can also be recorded. This is terribly useful, |
19 | especially for finding what happened when somthing goes | 19 | especially for finding what happened when something goes |
20 | wrong. And something almost always will go wrong if | 20 | wrong. And something almost always will go wrong if |
21 | you wait long enough.... | 21 | you wait long enough.... |
22 | 22 | ||
@@ -50,8 +50,8 @@ config CONFIG_FEATURE_IPC_SYSLOG | |||
50 | When you enable this feature, the syslogd utility will | 50 | When you enable this feature, the syslogd utility will |
51 | use a circular buffer to record system log messages. | 51 | use a circular buffer to record system log messages. |
52 | When the buffer is filled it will continue to overwrite | 52 | When the buffer is filled it will continue to overwrite |
53 | the oldest messaged. This can be very useful for | 53 | the oldest messages. This can be very useful for |
54 | systems with little or no perminant storage, since | 54 | systems with little or no permanent storage, since |
55 | otherwise system logs can eventually fill up your | 55 | otherwise system logs can eventually fill up your |
56 | entire filesystem, which may cause your system to | 56 | entire filesystem, which may cause your system to |
57 | break badly. | 57 | break badly. |
@@ -71,7 +71,7 @@ config CONFIG_KLOGD | |||
71 | default n | 71 | default n |
72 | depends on CONFIG_SYSLOGD | 72 | depends on CONFIG_SYSLOGD |
73 | help | 73 | help |
74 | klogd is a utility which which intercepts and logs all | 74 | klogd is a utility which intercepts and logs all |
75 | messages from the Linux kernel and sends the messages | 75 | messages from the Linux kernel and sends the messages |
76 | out to the 'syslogd' utility so they can be logged. If | 76 | out to the 'syslogd' utility so they can be logged. If |
77 | you wish to record the messages produced by the kernel, | 77 | you wish to record the messages produced by the kernel, |