diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-07 21:26:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-07 21:26:09 +0000 |
commit | f915a77386a1315a1c8d75de1238b117b577efad (patch) | |
tree | 4f55d7d0787902c7f65de2358acf0f08f00a5ec3 /miscutils | |
parent | 6d8ce170b0be743f761244f467cdaa5f4318638d (diff) | |
download | busybox-f915a77386a1315a1c8d75de1238b117b577efad.tar.gz |
- do away with the comment that noted that the current implementation
unly supports linux.
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 76baa574a..75a48c879 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -309,7 +309,7 @@ config CONFIG_TASKSET bool "taskset" default n help - Retrieve or set a processes's CPU affinity (on linux) + Retrieve or set a processes's CPU affinity config CONFIG_TIME bool "time" |