Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Update to reflect the current maximum number ...



details:   https://anonhg.NetBSD.org/src/rev/ded9225a416d
branches:  trunk
changeset: 521618:ded9225a416d
user:      tls <tls%NetBSD.org@localhost>
date:      Sat Feb 02 07:35:49 2002 +0000

description:
Update to reflect the current maximum number of ptys and set of pty names

diffstat:

 share/man/man4/pty.4 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r c45eaa952b36 -r ded9225a416d share/man/man4/pty.4
--- a/share/man/man4/pty.4      Sat Feb 02 07:26:40 2002 +0000
+++ b/share/man/man4/pty.4      Sat Feb 02 07:35:49 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pty.4,v 1.8 2000/09/24 11:46:47 jdolecek Exp $
+.\"    $NetBSD: pty.4,v 1.9 2002/02/02 07:35:49 tls Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,7 +70,7 @@
 the default count is 16. Additional pseudo terminal pairs are allocated on
 as-needed basis, maximum number of them is controlled via
 .Em kern.maxptys
-sysctl (defaults to 256).
+sysctl (defaults to 992).
 .Pp
 The following
 .Xr ioctl 2
@@ -218,10 +218,10 @@
 is required.
 .El
 .Sh FILES
-.Bl -tag -width /dev/tty[p-r][0-9a-f]x -compact
-.It Pa /dev/pty[p-r][0-9a-f]
+.Bl -tag -width /dev/tty[p-zP-T][0-9a-zA-Z]x -compact
+.It Pa /dev/pty[p-zP-T][0-9a-zA-Z]
 master pseudo terminals
-.It Pa /dev/tty[p-r][0-9a-f]
+.It Pa /dev/tty[p-zP-T][0-9a-zA-Z]
 slave pseudo terminals
 .El
 .Sh DIAGNOSTICS



Home | Main Index | Thread Index | Old Index