diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-26 08:07:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-26 08:07:56 +0000 |
commit | ac00aa7599e3729a6b2b123785bd14836905cbc0 (patch) | |
tree | 7354f5381578f9c0d16484eca5b415153dd031c9 /miscutils/Config.in | |
parent | ef73d3b5d9e9d5124b7c16bd77097fae3f200616 (diff) | |
download | busybox-w32-ac00aa7599e3729a6b2b123785bd14836905cbc0.tar.gz busybox-w32-ac00aa7599e3729a6b2b123785bd14836905cbc0.tar.bz2 busybox-w32-ac00aa7599e3729a6b2b123785bd14836905cbc0.zip |
Some additional description based on a patch from Terje Kvernes
Diffstat (limited to 'miscutils/Config.in')
-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 | ||