diff options
author | 2013-04-06 07:20:46 +0000 | |
---|---|---|
committer | 2013-04-06 07:20:46 +0000 | |
commit | 005a615d3c8526fa65b68efbcd3178b9023e7aa9 (patch) | |
tree | 5d9bcb33700dc14d331e049db12cedca3f6e4804 /lib/librthread | |
parent | i missed this file too. (diff) | |
download | wireguard-openbsd-005a615d3c8526fa65b68efbcd3178b9023e7aa9.tar.xz wireguard-openbsd-005a615d3c8526fa65b68efbcd3178b9023e7aa9.zip |
remove more references to kern.rthreads sysctl.
many thanks to jmc for noticing
Diffstat (limited to 'lib/librthread')
-rw-r--r-- | lib/librthread/__tfork_thread.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/librthread/__tfork_thread.3 b/lib/librthread/__tfork_thread.3 index 909664d59ea..198e3a807ad 100644 --- a/lib/librthread/__tfork_thread.3 +++ b/lib/librthread/__tfork_thread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __tfork_thread.3,v 1.5 2012/06/21 01:28:27 guenther Exp $ +.\" $OpenBSD: __tfork_thread.3,v 1.6 2013/04/06 07:20:46 tedu Exp $ .\" .\" Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 21 2012 $ +.Dd $Mdocdate: April 6 2013 $ .Dt __TFORK_THREAD 3 .Os .Sh NAME @@ -125,8 +125,6 @@ as .Dv CHILD_MAX , which is currently defined as 80 in .Aq Pa sys/syslimits.h . -.It Bq Er ENOTSUP -The kern.rthreads sysctl was not enabled. .El .Sh STANDARDS The |