summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-04-11 18:04:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-04-11 18:04:37 +0000
commit19d8d54e816b8d0063b5c61ec12e6a06654c8680 (patch)
treecbfe0ae7fd35212c8aa6a5e3f2ba3ca0dcb8ed0f /share/man
parent8e9986215e5b1150f8af7a608f822ba91d1a5096 (diff)
Crank max ptys to 992. We now have 62 pty/tty pairs for each letter
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just /dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run: # cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/pty.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4
index 9da57b4fa82..eca0ce5b67d 100644
--- a/share/man/man4/pty.4
+++ b/share/man/man4/pty.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pty.4,v 1.13 2004/03/21 19:47:59 miod Exp $
+.\" $OpenBSD: pty.4,v 1.14 2004/04/11 18:04:36 millert Exp $
.\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -73,7 +73,7 @@ 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
-(256 by default).
+(992 by default).
.Pp
The following
.Xr ioctl 2