diff options
-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 | ||