diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2023-07-08 12:25:44 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2023-07-08 12:25:44 +0000 |
commit | 7a949a0f1cda4b300eb998c86ed5c95a84abf418 (patch) | |
tree | 3cbde0997f7f58d31950a1375be1f2d6949e8208 /lib/libc/sys/cpuset_getaffinity.2 | |
parent | 2c2a04984c95d78d9bb9498963fb71dc43cd5764 (diff) | |
download | src-7a949a0f1cda4b300eb998c86ed5c95a84abf418.tar.gz src-7a949a0f1cda4b300eb998c86ed5c95a84abf418.zip |
Correct grammo.
Diffstat (limited to 'lib/libc/sys/cpuset_getaffinity.2')
-rw-r--r-- | lib/libc/sys/cpuset_getaffinity.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2 index f7ac3873a9be..354536ed8a9e 100644 --- a/lib/libc/sys/cpuset_getaffinity.2 +++ b/lib/libc/sys/cpuset_getaffinity.2 @@ -82,7 +82,7 @@ The kernel uses the meaningful part of the mask, where the upper bound is the maximum CPU id present in the system. If bits for non-existing CPUs are set, calls to .Fn cpuset_setaffinity -fails with +fail with .Er EINVAL . .Pp The supplied mask should have a size of |