diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-26 08:07:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-26 08:07:56 +0000 |
commit | 32d5aa2e6349dded823f4af5688ec37ccdf0f991 (patch) | |
tree | 7354f5381578f9c0d16484eca5b415153dd031c9 | |
parent | 6cbae579aa3fb4f8b2f33d24393beb21781583ea (diff) | |
download | busybox-w32-32d5aa2e6349dded823f4af5688ec37ccdf0f991.tar.gz busybox-w32-32d5aa2e6349dded823f4af5688ec37ccdf0f991.tar.bz2 busybox-w32-32d5aa2e6349dded823f4af5688ec37ccdf0f991.zip |
Some additional description based on a patch from Terje Kvernes
git-svn-id: svn://busybox.net/trunk/busybox@7109 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | miscutils/Config.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index fbdcbcc7b..b4a3475de 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -38,8 +38,10 @@ config CONFIG_DUTMP | |||
38 | default n | 38 | default n |
39 | help | 39 | help |
40 | 'dutmp' is a utility used by the Linux Router Project (as far as I | 40 | 'dutmp' is a utility used by the Linux Router Project (as far as I |
41 | know nobody else uses it). It dumps the contents of the utmp file in | 41 | know nobody else uses it). It dumps the contents of the utmp file to |
42 | a format that can be parsed by shell scripts. | 42 | STDOUT with each field seperated by a colon. IP addresses are are |
43 | given in hex in native byte order. It is intended that this format | ||
44 | can then be parsed by shell scripts. | ||
43 | 45 | ||
44 | config CONFIG_HDPARM | 46 | config CONFIG_HDPARM |
45 | bool "hdparm" | 47 | bool "hdparm" |
@@ -131,8 +133,8 @@ config CONFIG_WATCHDOG | |||
131 | device drivers. It opens the specified watchdog device special file | 133 | device drivers. It opens the specified watchdog device special file |
132 | and periodically writes a magic character to the device. If the | 134 | and periodically writes a magic character to the device. If the |
133 | watchdog applet ever fails to write the magic character within a | 135 | watchdog applet ever fails to write the magic character within a |
134 | certain amount of time, the watchdog device assumes that means the | 136 | certain amount of time, the watchdog device assumes the system has |
135 | system has hung, and it will therefore cause the hardware to reboot. | 137 | hung, and will cause the hardware to reboot. |
136 | 138 | ||
137 | endmenu | 139 | endmenu |
138 | 140 | ||