summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-26 19:42:06 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-26 19:42:06 +0000
commitc3085705482572bd3136760be6d5e06d2cb65873 (patch)
tree6c3a5c68e68d9dc5ebe20be58d9d7189559e34dc /sys
parent301b6a60ff703c9c05d93535c5e51f33c52b7f55 (diff)
downloadFreeBSD-src-c3085705482572bd3136760be6d5e06d2cb65873.zip
FreeBSD-src-c3085705482572bd3136760be6d5e06d2cb65873.tar.gz
Correct comment relating to pty's. There can be 256 (probably
higher actually, but that's all our MAKEDEV supports at this time)
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 923c0d7..c38a739 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.270 1996/06/23 19:41:34 ache Exp $
+# $Id: LINT,v 1.271 1996/06/23 19:46:46 ache Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -412,7 +412,7 @@ options OD_AUTO_TURNOFF
# system utilities which are compressed by default (like /stand/sysinstall)
# then `gzip' becomes mandatory too.
#
-pseudo-device pty 16 #Pseudo ttys - can go as high as 64
+pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 923c0d7..c38a739 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.270 1996/06/23 19:41:34 ache Exp $
+# $Id: LINT,v 1.271 1996/06/23 19:46:46 ache Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -412,7 +412,7 @@ options OD_AUTO_TURNOFF
# system utilities which are compressed by default (like /stand/sysinstall)
# then `gzip' becomes mandatory too.
#
-pseudo-device pty 16 #Pseudo ttys - can go as high as 64
+pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 923c0d7..c38a739 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.270 1996/06/23 19:41:34 ache Exp $
+# $Id: LINT,v 1.271 1996/06/23 19:46:46 ache Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -412,7 +412,7 @@ options OD_AUTO_TURNOFF
# system utilities which are compressed by default (like /stand/sysinstall)
# then `gzip' becomes mandatory too.
#
-pseudo-device pty 16 #Pseudo ttys - can go as high as 64
+pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
OpenPOWER on IntegriCloud