svn commit: r289668 - in head: lib/libc/sys share/man/man9

Conrad E. Meyer cem at FreeBSD.org
Tue Oct 20 23:52:39 UTC 2015


Author: cem
Date: Tue Oct 20 23:52:37 2015
New Revision: 289668
URL: https://svnweb.freebsd.org/changeset/base/289668

Log:
  cpuset.9: Link to/from the new page
  
  A follow-up to r289667.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libc/sys/cpuset.2
  head/lib/libc/sys/cpuset_getaffinity.2
  head/share/man/man9/cpuset.9

Modified: head/lib/libc/sys/cpuset.2
==============================================================================
--- head/lib/libc/sys/cpuset.2	Tue Oct 20 23:48:14 2015	(r289667)
+++ head/lib/libc/sys/cpuset.2	Tue Oct 20 23:52:37 2015	(r289668)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 8, 2015
+.Dd October 20, 2015
 .Dt CPUSET 2
 .Os
 .Sh NAME
@@ -219,7 +219,8 @@ for allocation.
 .Xr cpuset_getaffinity 2 ,
 .Xr cpuset_setaffinity 2 ,
 .Xr pthread_affinity_np 3 ,
-.Xr pthread_attr_affinity_np 3
+.Xr pthread_attr_affinity_np 3 ,
+.Xr cpuset 9
 .Sh HISTORY
 The
 .Nm

Modified: head/lib/libc/sys/cpuset_getaffinity.2
==============================================================================
--- head/lib/libc/sys/cpuset_getaffinity.2	Tue Oct 20 23:48:14 2015	(r289667)
+++ head/lib/libc/sys/cpuset_getaffinity.2	Tue Oct 20 23:52:37 2015	(r289668)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 10, 2010
+.Dd October 20, 2015
 .Dt CPUSET_GETAFFINITY 2
 .Os
 .Sh NAME
@@ -153,7 +153,8 @@ operation.
 .Xr cpuset_getid 2 ,
 .Xr cpuset_setid 2 ,
 .Xr pthread_affinity_np 3 ,
-.Xr pthread_attr_affinity_np 3
+.Xr pthread_attr_affinity_np 3 ,
+.Xr cpuset 9
 .Sh HISTORY
 The
 .Nm

Modified: head/share/man/man9/cpuset.9
==============================================================================
--- head/share/man/man9/cpuset.9	Tue Oct 20 23:48:14 2015	(r289667)
+++ head/share/man/man9/cpuset.9	Tue Oct 20 23:52:37 2015	(r289668)
@@ -325,6 +325,8 @@ myset = CPUSET_T_INITIALIZER(CPUSET_FSET
 myset = CPUSET_T_INITIALIZER(0x1);
 .Ed
 .Sh SEE ALSO
+.Xr cpuset 1 ,
+.Xr cpuset 2 ,
 .Xr bitset 9
 .Sh HISTORY
 .In sys/cpuset.h


More information about the svn-src-all mailing list