summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2016-06-30 15:54:54 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2016-06-30 15:54:54 +0000
commit4a6f45216dad5b440c49d6dd0a35311e792e4d01 (patch)
tree6e5eeeaac31269f021d00a21cf9be836d4839622
parent80c467c6c65914f49732d82d9759954c6fdab7b0 (diff)
992 ptys is the hard max.
-rw-r--r--share/man/man4/pty.49
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4
index 9a1682889b6..219afbd1c7d 100644
--- a/share/man/man4/pty.4
+++ b/share/man/man4/pty.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pty.4,v 1.21 2015/11/21 08:04:20 jmc Exp $
+.\" $OpenBSD: pty.4,v 1.22 2016/06/30 15:54:53 tedu Exp $
.\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)pty.4 8.2 (Berkeley) 11/30/93
.\"
-.Dd $Mdocdate: November 21 2015 $
+.Dd $Mdocdate: June 30 2016 $
.Dt PTY 4
.Os
.Sh NAME
@@ -70,10 +70,7 @@ the specification, space for that number of pseudo terminal pairs is
preallocated.
If the count is missing or is less than 2, a default count of 8 is used.
This is not a hard limit--space for additional pseudo terminal pairs
-is allocated on demand up to the limit imposed by the
-.Li kern.tty.maxptys
-.Xr sysctl 8
-(992 by default).
+is allocated on demand up to the limit of 992.
.Pp
The following
.Xr ioctl 2