diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 09:58:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 09:58:56 +0000 |
commit | 88c916bdec7d444198f067529637b4a616ad3efe (patch) | |
tree | 12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /sysklogd | |
parent | 951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff) | |
download | busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.gz busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.bz2 busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.zip |
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)
I also improved some wording to describe some things in a better way.
Many thanks for an incredible piece of software!
Andreas Mohr, random OSS developer
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, |