summaryrefslogtreecommitdiff
path: root/usr.bin/cpuset
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2018-02-26 18:04:17 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2018-02-26 18:04:17 +0000
commitf9f0cd1f008bc701495ae38066da942a6732cca6 (patch)
tree270bcadc1dcfb559971ec95c3c377b8e3a838e57 /usr.bin/cpuset
parent95c61459f374f954f10c9993386009438c31db04 (diff)
downloadsrc-test-f9f0cd1f008bc701495ae38066da942a6732cca6.tar.gz
src-test-f9f0cd1f008bc701495ae38066da942a6732cca6.zip
.Xr rctl(8) and cpuset(1).
PR: 225935 Submitted by: D. Ebdrup <debdrup at gmail.com> (earlier version) MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=330024
Diffstat (limited to 'usr.bin/cpuset')
-rw-r--r--usr.bin/cpuset/cpuset.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cpuset/cpuset.1 b/usr.bin/cpuset/cpuset.1
index 6e6bb55c82e91..66abc67a93690 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