summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/__thrsigdivert.26
-rw-r--r--lib/libc/sys/__thrsleep.26
-rw-r--r--lib/librthread/__tfork_thread.36
3 files changed, 6 insertions, 12 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,
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