summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-12-14 04:09:43 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-12-14 04:09:43 +0000
commit77e8fd1d20b53faabe7733f7483d34bcade60199 (patch)
treeefc6e1a70c9564a50e639620d3f3cbc988ec282e /share/man
parent5ad2fe5a3b404e6a640a7beac80eea0fb573edc3 (diff)
GENERIC allocates 64 ptys, not 32; Keoki Seu
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 8640a068d4b..db3ffb0769d 100644
--- a/share/man/man4/pty.4
+++ b/share/man/man4/pty.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pty.4,v 1.6 2001/11/13 13:54:25 mpech Exp $
+.\" $OpenBSD: pty.4,v 1.7 2001/12/14 04:09:42 millert Exp $
.\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -71,7 +71,7 @@ In configuring, if an optional
.Ar count
is given in
the specification, that number of pseudo terminal pairs are configured;
-the default count is 32.
+the default count is 64.
.Pp
The following
.Xr ioctl 2