mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove cross-references to nonexistent CPU_SET(3) manpage.
Also fix cpu_getaffinity(2) document title. PR: 176317 Submitted by: brucec
This commit is contained in:
parent
3527f6a9b1
commit
cd088fc43a
4 changed files with 4 additions and 8 deletions
|
|
@ -216,7 +216,6 @@ for allocation.
|
|||
.Xr cpuset 1 ,
|
||||
.Xr cpuset_getaffinity 2 ,
|
||||
.Xr cpuset_setaffinity 2 ,
|
||||
.Xr CPU_SET 3 ,
|
||||
.Xr pthread_affinity_np 3 ,
|
||||
.Xr pthread_attr_affinity_np 3
|
||||
.Sh HISTORY
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 10, 2010
|
||||
.Dt CPUSET 2
|
||||
.Dt CPUSET_GETAFFINITY 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm cpuset_getaffinity ,
|
||||
|
|
@ -69,7 +69,7 @@ All resources, however, have a mask which may be manipulated with
|
|||
Masks of type
|
||||
.Ft cpuset_t
|
||||
are composed using the
|
||||
.Xr CPU_SET 2
|
||||
.Dv CPU_SET
|
||||
macros.
|
||||
The kernel tolerates large sets as long as all CPUs specified
|
||||
in the set exist.
|
||||
|
|
@ -152,7 +152,6 @@ operation.
|
|||
.Xr cpuset 2 ,
|
||||
.Xr cpuset_getid 2 ,
|
||||
.Xr cpuset_setid 2 ,
|
||||
.Xr CPU_SET 3 ,
|
||||
.Xr pthread_affinity_np 3 ,
|
||||
.Xr pthread_attr_affinity_np 3
|
||||
.Sh HISTORY
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ allow the manipulation of sets of CPUs available to the specified thread.
|
|||
Masks of type
|
||||
.Ft cpuset_t
|
||||
are composed using the
|
||||
.Xr CPU_SET 3
|
||||
.Dv CPU_SET
|
||||
macros.
|
||||
The kernel tolerates large sets as long as all CPUs specified
|
||||
in the set exist.
|
||||
|
|
@ -123,7 +123,6 @@ operation.
|
|||
.Xr cpuset 2 ,
|
||||
.Xr cpuset_getid 2 ,
|
||||
.Xr cpuset_setid 2 ,
|
||||
.Xr CPU_SET 3 ,
|
||||
.Xr pthread 3 ,
|
||||
.Xr pthread_attr_getaffinity_np 3 ,
|
||||
.Xr pthread_attr_setaffinity_np 3
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ functions allow the manipulation of sets of CPUs available to the specified thre
|
|||
Masks of type
|
||||
.Ft cpuset_t
|
||||
are composed using the
|
||||
.Xr CPU_SET 3
|
||||
.Dv CPU_SET
|
||||
macros.
|
||||
The kernel tolerates large sets as long as all CPUs specified
|
||||
in the set exist.
|
||||
|
|
@ -132,7 +132,6 @@ Insufficient memory exists to store the cpuset mask.
|
|||
.Xr cpuset 2 ,
|
||||
.Xr cpuset_getid 2 ,
|
||||
.Xr cpuset_setid 2 ,
|
||||
.Xr CPU_SET 3 ,
|
||||
.Xr pthread_get_affinity_np 3 ,
|
||||
.Xr pthread_set_affinity_np 3
|
||||
.Sh STANDARDS
|
||||
|
|
|
|||
Loading…
Reference in a new issue