diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-02-26 18:04:17 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-02-26 18:04:17 +0000 |
commit | f9f0cd1f008bc701495ae38066da942a6732cca6 (patch) | |
tree | 270bcadc1dcfb559971ec95c3c377b8e3a838e57 /usr.bin/cpuset | |
parent | 95c61459f374f954f10c9993386009438c31db04 (diff) | |
download | src-test2-f9f0cd1f008bc701495ae38066da942a6732cca6.tar.gz src-test2-f9f0cd1f008bc701495ae38066da942a6732cca6.zip |
Notes
Diffstat (limited to 'usr.bin/cpuset')
-rw-r--r-- | usr.bin/cpuset/cpuset.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cpuset/cpuset.1 b/usr.bin/cpuset/cpuset.1 index 6e6bb55c82e9..66abc67a9369 100644 --- a/usr.bin/cpuset/cpuset.1 +++ b/usr.bin/cpuset/cpuset.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 29, 2016 +.Dd February 26, 2018 .Dt CPUSET 1 .Os .Sh NAME @@ -187,7 +187,8 @@ Create a new cpuset that is restricted to CPUs 0 and 2 and move into the new set: .Dl cpuset -C -c -l 0,2 -p <pid> .Sh SEE ALSO -.Xr cpuset 2 +.Xr cpuset 2 , +.Xr rctl 8 .Sh HISTORY The .Nm |