Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2022 07:40:17 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 714300faecbe - main - Change sysctl section to 3 as suggested by Benjamin Kaduk.
Message-ID:  <202209170740.28H7eHVf065203@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209170740.28H7eHVf065203>