git: 714300faecbe - main - Change sysctl section to 3 as suggested by Benjamin Kaduk.

From: Jens Schweikhardt <schweikh_at_FreeBSD.org>
Date: Sat, 17 Sep 2022 07:40:17 UTC
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=714300faecbeff7be4e53bcb448c2acb1644ad8f

commit 714300faecbeff7be4e53bcb448c2acb1644ad8f
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-09-17 07:35:49 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-09-17 07:35:49 +0000

    Change sysctl section to 3 as suggested by Benjamin Kaduk.
---
 lib/libc/sys/thr_new.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.