Penguin
Blame: deallocvt(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of deallocvt(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DEALLOCVT
2 !!!DEALLOCVT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 deallocvt - deallocate unused virtual terminals
12 !!SYNOPSIS
13
14
15 __deallocvt [[__ ''N1 N2'' __... ]__
16 !!DESCRIPTION
17
18
19 If given no argument, the program __deallocvt__
20 deallocates kernel memory and data structures for all unused
21 virtual terminals. If arguments ''Ni'' are given, only
22 TTY's /dev/tty''Ni'' are deallocated.
23
24
25 A virtual terminal is unused if it is not the foreground
26 console, and no process has it open for reading or writing,
27 and no text has been selected on its screen.
28 !!SEE ALSO
29
30
31 chvt(1), openvt(1).
32 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.