diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 10:11:48 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 10:11:48 +0000 |
commit | 1a8960cf0da97d1a0c9ab05ba9dc45d8ee0e5f9d (patch) | |
tree | e8685200d890afb39dbda0ec34fd99c502299fcb | |
parent | cb0f91decca3eb71b72a29e6ec0ae260c2fe1c27 (diff) | |
download | busybox-w32-1a8960cf0da97d1a0c9ab05ba9dc45d8ee0e5f9d.tar.gz busybox-w32-1a8960cf0da97d1a0c9ab05ba9dc45d8ee0e5f9d.tar.bz2 busybox-w32-1a8960cf0da97d1a0c9ab05ba9dc45d8ee0e5f9d.zip |
Write some more docs
git-svn-id: svn://busybox.net/trunk/busybox@7095 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | miscutils/Config.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 86be4d3a8..fbdcbcc7b 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -37,7 +37,9 @@ config CONFIG_DUTMP | |||
37 | bool "dutmp" | 37 | bool "dutmp" |
38 | default n | 38 | default n |
39 | help | 39 | help |
40 | Please submit a patch to add help text for this item. | 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 | ||
42 | a format that can be parsed by shell scripts. | ||
41 | 43 | ||
42 | config CONFIG_HDPARM | 44 | config CONFIG_HDPARM |
43 | bool "hdparm" | 45 | bool "hdparm" |
@@ -93,7 +95,10 @@ config CONFIG_MAKEDEVS | |||
93 | bool "makedevs" | 95 | bool "makedevs" |
94 | default n | 96 | default n |
95 | help | 97 | help |
96 | Please submit a patch to add help text for this item. | 98 | 'makedevs' is a utility used and created by the Linux Router Project. |
99 | It creates a large number of device special files (/dev devices) | ||
100 | rather quickly, and can be considerably faster then running mknod a | ||
101 | zillion times. | ||
97 | 102 | ||
98 | config CONFIG_MT | 103 | config CONFIG_MT |
99 | bool "mt" | 104 | bool "mt" |
@@ -118,17 +123,16 @@ config CONFIG_TIME | |||
118 | When the command finishes, time writes a message to standard output | 123 | When the command finishes, time writes a message to standard output |
119 | giving timing statistics about this program run. | 124 | giving timing statistics about this program run. |
120 | 125 | ||
121 | config CONFIG_UPDATE | ||
122 | bool "update" | ||
123 | default n | ||
124 | help | ||
125 | Please submit a patch to add help text for this item. | ||
126 | |||
127 | config CONFIG_WATCHDOG | 126 | config CONFIG_WATCHDOG |
128 | bool "watchdog" | 127 | bool "watchdog" |
129 | default n | 128 | default n |
130 | help | 129 | help |
131 | Please submit a patch to add help text for this item. | 130 | The watchdog utility is used with hardware or softwate watchdog |
131 | device drivers. It opens the specified watchdog device special file | ||
132 | and periodically writes a magic character to the device. If the | ||
133 | watchdog applet ever fails to write the magic character within a | ||
134 | certain amount of time, the watchdog device assumes that means the | ||
135 | system has hung, and it will therefore cause the hardware to reboot. | ||
132 | 136 | ||
133 | endmenu | 137 | endmenu |
134 | 138 | ||