aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Config.in23
1 files changed, 16 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 23de1dd16..f70c12228 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -9,25 +9,29 @@ config CONFIG_ADJTIMEX
9 bool "adjtimex" 9 bool "adjtimex"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Adjtimex reads and optionally sets adjustment parameters for
13 the Linux clock adjustment algorithm.
13 14
14config CONFIG_CROND 15config CONFIG_CROND
15 bool "crond" 16 bool "crond"
16 default n 17 default n
17 help 18 help
18 Please submit a patch to add help text for this item. 19 Crond is a background daemon that parses individual crontab
20 files and executes commands on behalf of the users in question.
19 21
20config CONFIG_CRONTAB 22config CONFIG_CRONTAB
21 bool "crontab" 23 bool "crontab"
22 default n 24 default n
23 help 25 help
24 Please submit a patch to add help text for this item. 26 Crontab manipulates the crontab for a particular user. Only
27 the superuser may specify a different user and/or crontab directory.
25 28
26config CONFIG_DC 29config CONFIG_DC
27 bool "dc" 30 bool "dc"
28 default n 31 default n
29 help 32 help
30 Please submit a patch to add help text for this item. 33 Dc is a reverse-polish desk calculator which supports unlimited
34 precision arithmetic.
31 35
32config CONFIG_DUTMP 36config CONFIG_DUTMP
33 bool "dutmp" 37 bool "dutmp"
@@ -45,19 +49,24 @@ config CONFIG_MT
45 bool "mt" 49 bool "mt"
46 default n 50 default n
47 help 51 help
48 Please submit a patch to add help text for this item. 52 Mt is used to control tape devices. You can use the mt utility
53 to advance or rewind a tape past a specified number of archive
54 files on the tape.
49 55
50config CONFIG_STRINGS 56config CONFIG_STRINGS
51 bool "strings" 57 bool "strings"
52 default n 58 default n
53 help 59 help
54 Please submit a patch to add help text for this item. 60 Strings prints the printable character sequences for each file
61 specified.
55 62
56config CONFIG_TIME 63config CONFIG_TIME
57 bool "time" 64 bool "time"
58 default n 65 default n
59 help 66 help
60 Please submit a patch to add help text for this item. 67 The time command runs the specified program with the given arguments.
68 When the command finishes, time writes a message to standard output
69 giving timing statistics about this program run.
61 70
62config CONFIG_UPDATE 71config CONFIG_UPDATE
63 bool "update" 72 bool "update"