aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2022-09-17 07:35:49 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2022-09-17 07:35:49 +0000
commit714300faecbeff7be4e53bcb448c2acb1644ad8f (patch)
tree67cf59af3bff62031334f097270a5fc072964ac0 /lib/libc/sys
parent7cd4984e6701963dccfc11c297daa250f1c06085 (diff)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/thr_new.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/thr_new.2 b/lib/libc/sys/thr_new.2
index 1ef4b8175c77..ef6722b54e58 100644
--- a/lib/libc/sys/thr_new.2
+++ b/lib/libc/sys/thr_new.2
@@ -217,7 +217,7 @@ limit, see
.It Bq Er EPROCLIM
Creation of the new thread would exceed the
.Dv kern.threads.max_threads_per_proc
-.Xr sysctl 8
+.Xr sysctl 3
limit.
.It Bq Er ENOMEM
There was not enough kernel memory to allocate the new thread structures.