aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 21:26:09 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-07 21:26:09 +0000
commit19e004338be96ecd74fd827f049f3f4aedc4dac8 (patch)
tree4f55d7d0787902c7f65de2358acf0f08f00a5ec3
parent1ccac5fce7dfe23c4d2c2fc1faaf889a21e7782a (diff)
downloadbusybox-w32-19e004338be96ecd74fd827f049f3f4aedc4dac8.tar.gz
busybox-w32-19e004338be96ecd74fd827f049f3f4aedc4dac8.tar.bz2
busybox-w32-19e004338be96ecd74fd827f049f3f4aedc4dac8.zip
- do away with the comment that noted that the current implementation
unly supports linux. git-svn-id: svn://busybox.net/trunk/busybox@15329 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--miscutils/Config.in2
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
309 bool "taskset" 309 bool "taskset"
310 default n 310 default n
311 help 311 help
312 Retrieve or set a processes's CPU affinity (on linux) 312 Retrieve or set a processes's CPU affinity
313 313
314config CONFIG_TIME 314config CONFIG_TIME
315 bool "time" 315 bool "time"