diff options
Diffstat (limited to 'share/man/man9/cpuset.9')
-rw-r--r-- | share/man/man9/cpuset.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/cpuset.9 b/share/man/man9/cpuset.9 index fb0a9fcd95b1..1d778ad940d3 100644 --- a/share/man/man9/cpuset.9 +++ b/share/man/man9/cpuset.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 20, 2015 +.Dd July 29, 2016 .Dt CPUSET 9 .Os .Sh NAME @@ -75,9 +75,9 @@ .Fn CPU_EMPTY "cpuset_t *cpuset" .Ft bool .Fn CPU_ISFULLSET "cpuset_t *cpuset" -.Ft size_t +.Ft int .Fn CPU_FFS "cpuset_t *cpuset" -.Ft size_t +.Ft int .Fn CPU_COUNT "cpuset_t *cpuset" .\" .Ft bool |