aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-14 21:42:14 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-14 21:42:14 +0000
commit7de54fdffeae6ac3a35e63582e948e118b01d377 (patch)
treef44f02d9efeca16ffb807ba5d1463390ee9efc80
parentf814ff388ded6086429d4b8a548f0a0cece39763 (diff)
downloadsrc-7de54fdffeae6ac3a35e63582e948e118b01d377.tar.gz
src-7de54fdffeae6ac3a35e63582e948e118b01d377.zip
>From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
Comment was wrong about what entries get made for vtyNN, it is 0-b, not 00-12.
Notes
Notes: svn path=/head/; revision=467
-rw-r--r--etc/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 5af4b1594f25..6af864aa8633 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -63,7 +63,7 @@
# speaker pc speaker
# tw* xten power controller
#
-# $Id: MAKEDEV,v 1.6 1993/09/05 15:53:39 rgrimes Exp $
+# $Id: MAKEDEV,v 1.7 1993/09/06 03:00:38 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -296,7 +296,7 @@ pc*)
;;
# Use this to create virtual consoles for syscons, pcvt or codrv
-# /dev/ttyv00-12
+# /dev/ttyv0-b
# use as MAKEDEV vtyNN to create NN entries
vty*)
chr=12
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 5af4b1594f25..6af864aa8633 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -63,7 +63,7 @@
# speaker pc speaker
# tw* xten power controller
#
-# $Id: MAKEDEV,v 1.6 1993/09/05 15:53:39 rgrimes Exp $
+# $Id: MAKEDEV,v 1.7 1993/09/06 03:00:38 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -296,7 +296,7 @@ pc*)
;;
# Use this to create virtual consoles for syscons, pcvt or codrv
-# /dev/ttyv00-12
+# /dev/ttyv0-b
# use as MAKEDEV vtyNN to create NN entries
vty*)
chr=12