mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
>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.
This commit is contained in:
parent
f814ff388d
commit
7de54fdffe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=467
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user