summaryrefslogtreecommitdiffstats
path: root/share/man/man4/screen.4
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1993-11-09 01:49:38 +0000
committerache <ache@FreeBSD.org>1993-11-09 01:49:38 +0000
commitd9ced6306c814855030339fcceb9f7a2aa33b71e (patch)
treed2ca52264153c8a83c9a796262d9744ec49921e4 /share/man/man4/screen.4
parent79a69c41f483a19d75e2485488415d831cb6c4c0 (diff)
downloadFreeBSD-src-d9ced6306c814855030339fcceb9f7a2aa33b71e.zip
FreeBSD-src-d9ced6306c814855030339fcceb9f7a2aa33b71e.tar.gz
Virtual consoles now ttyvX, not ttyXX (according to MAKEDEV)
Diffstat (limited to 'share/man/man4/screen.4')
-rw-r--r--share/man/man4/screen.44
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud