svn commit: r330024 - in head/usr.bin: cpuset rctl

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Feb 26 18:04:18 UTC 2018


Author: trasz
Date: Mon Feb 26 18:04:17 2018
New Revision: 330024
URL: https://svnweb.freebsd.org/changeset/base/330024

Log:
  .Xr rctl(8) and cpuset(1).
  
  PR:		225935
  Submitted by:	D. Ebdrup <debdrup at gmail.com> (earlier version)
  MFC after:	2 weeks

Modified:
  head/usr.bin/cpuset/cpuset.1
  head/usr.bin/rctl/rctl.8

Modified: head/usr.bin/cpuset/cpuset.1
==============================================================================
--- head/usr.bin/cpuset/cpuset.1	Mon Feb 26 18:01:35 2018	(r330023)
+++ head/usr.bin/cpuset/cpuset.1	Mon Feb 26 18:04:17 2018	(r330024)
@@ -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
 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

Modified: head/usr.bin/rctl/rctl.8
==============================================================================
--- head/usr.bin/rctl/rctl.8	Mon Feb 26 18:01:35 2018	(r330023)
+++ head/usr.bin/rctl/rctl.8	Mon Feb 26 18:04:17 2018	(r330024)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 28, 2017
+.Dd February 26, 2018
 .Dt RCTL 8
 .Os
 .Sh NAME
@@ -261,6 +261,7 @@ Display all rules matching user "joe":
 Display all rules matching login classes:
 .Dl Nm Ar loginclass:
 .Sh SEE ALSO
+.Xr cpuset 1 ,
 .Xr rctl 4 ,
 .Xr rctl.conf 5
 .Sh HISTORY


More information about the svn-src-head mailing list