diff options
author | 2013-04-06 07:20:46 +0000 | |
---|---|---|
committer | 2013-04-06 07:20:46 +0000 | |
commit | 005a615d3c8526fa65b68efbcd3178b9023e7aa9 (patch) | |
tree | 5d9bcb33700dc14d331e049db12cedca3f6e4804 /lib/libc/sys | |
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/libc/sys')
-rw-r--r-- | lib/libc/sys/__thrsigdivert.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/__thrsleep.2 | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/lib/libc/sys/__thrsigdivert.2 b/lib/libc/sys/__thrsigdivert.2 index 085ab64687a..8eb25474635 100644 --- a/lib/libc/sys/__thrsigdivert.2 +++ b/lib/libc/sys/__thrsigdivert.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsigdivert.2,v 1.1 2012/03/13 15:55:46 guenther Exp $ +.\" $OpenBSD: __thrsigdivert.2,v 1.2 2013/04/06 07:20:47 tedu Exp $ .\" .\" Copyright (c) 2012 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: March 13 2012 $ +.Dd $Mdocdate: April 6 2013 $ .Dt __THRSIGDIVERT 3 .Os .Sh NAME @@ -94,8 +94,6 @@ will succeed unless: .Bl -tag -width Er .It Bq Er EWOULDBLOCK The timeout was reached before a selected signal was received. -.It Bq Er ENOTSUP -The kern.rthreads sysctl was not enabled. .El .Sh SEE ALSO .Xr sigaction 2 , diff --git a/lib/libc/sys/__thrsleep.2 b/lib/libc/sys/__thrsleep.2 index 5faacbca33d..1956df2e809 100644 --- a/lib/libc/sys/__thrsleep.2 +++ b/lib/libc/sys/__thrsleep.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsleep.2,v 1.1 2012/03/13 15:55:46 guenther Exp $ +.\" $OpenBSD: __thrsleep.2,v 1.2 2013/04/06 07:20:47 tedu Exp $ .\" .\" Copyright (c) 2012 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: March 13 2012 $ +.Dd $Mdocdate: April 6 2013 $ .Dt __THRSLEEP 3 .Os .Sh NAME @@ -132,8 +132,6 @@ The .Fa ident argument is .Dv NULL . -.It Bq Er ENOTSUP -The kern.rthreads sysctl was not enabled. .El .Pp In addition, |