From d9ced6306c814855030339fcceb9f7a2aa33b71e Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 9 Nov 1993 01:49:38 +0000 Subject: Virtual consoles now ttyvX, not ttyXX (according to MAKEDEV) --- share/man/man4/screen.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man4/screen.4') diff --git a/share/man/man4/screen.4 b/share/man/man4/screen.4 index a0df69c..6b9773c 100644 --- a/share/man/man4/screen.4 +++ b/share/man/man4/screen.4 @@ -9,7 +9,7 @@ Access to the .Ar virtual consoles are obtained through the device files -tty01 - ttynn in /dev. +ttyv0 - ttyvb in /dev. Each of these files correspond to a seperate virtual console. All virtual console devices can be open at once, but only one is @@ -20,7 +20,7 @@ Output to a virtual console that not currently is on the display is saved in a buffer that holds a "screenfull" (normally 25) lines. Any output written to .Ar /dev/console -(the original console device) is echoed to /dev/tty01. +(the original console device) is echoed to /dev/ttyv0. .Pp To switch between the virtual consoles one uses the sequence .Ar ALT+Fn -- cgit v1.1