summaryrefslogtreecommitdiff
path: root/lib/libc/gen/__tfork_thread.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/__tfork_thread.3')
-rw-r--r--lib/libc/gen/__tfork_thread.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/__tfork_thread.3 b/lib/libc/gen/__tfork_thread.3
index 2f729d29d38..f21799ad76a 100644
--- a/lib/libc/gen/__tfork_thread.3
+++ b/lib/libc/gen/__tfork_thread.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: __tfork_thread.3,v 1.2 2014/08/31 04:06:37 guenther Exp $
+.\" $OpenBSD: __tfork_thread.3,v 1.3 2015/01/15 19:26:27 schwarze 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: August 31 2014 $
+.Dd $Mdocdate: January 15 2015 $
.Dt __TFORK_THREAD 3
.Os
.Sh NAME
@@ -120,11 +120,11 @@ on the total number of threads under execution by a single user would be
exceeded.
.Dv MAXUPRC
is currently defined in
-.Aq Pa sys/param.h
+.In sys/param.h
as
.Dv CHILD_MAX ,
which is currently defined as 80 in
-.Aq Pa sys/syslimits.h .
+.In sys/syslimits.h .
.El
.Sh STANDARDS
The