sbin/usched: Fix man usched(8)
commit3c79f8a4c444d52d23a8d545a98345e420c5648b
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 19 May 2015 11:25:30 +0000 (19 20:25 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 19 May 2015 13:35:50 +0000 (19 22:35 +0900)
tree6357eb7cf0fc03a4a4f87339ca28c4c3031ce759
parent53b9caa00590ff3213875fa029b20ffd27edf4f4
sbin/usched: Fix man usched(8)

- Add description on when cpumask has multiple bits set.

- e.g. When cpumask is 15 (0xF) then usched(8) first does
  usched_set(getpid(), USCHED_SET_CPU, 1, ...) for cpu#0 and then
  usched_set(getpid(), USCHED_ADD_CPU, x, ...) for cpu#1,2,3.

  # usched -d dfly:15 true
  DEBUG: USCHED_SET_SCHEDULER: scheduler: dfly
  DEBUG: USCHED_SET_CPU: cpuid: 0
  DEBUG: USCHED_ADD_CPU: cpuid: 1
  DEBUG: USCHED_ADD_CPU: cpuid: 2
  DEBUG: USCHED_ADD_CPU: cpuid: 3
sbin/usched/usched.8