diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/mageia-cauldron/man1/deallocvt.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man1/deallocvt.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/deallocvt.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/deallocvt.1 b/upstream/mageia-cauldron/man1/deallocvt.1 new file mode 100644 index 00000000..00135d99 --- /dev/null +++ b/upstream/mageia-cauldron/man1/deallocvt.1 @@ -0,0 +1,35 @@ +.\" @(#)deallocvt.1 1.0 970317 aeb +.TH DEALLOCVT 1 "17 Mar 1997" "kbd" +.SH NAME +deallocvt \- deallocate unused virtual consoles +.SH SYNOPSIS +.B deallocvt +[\fI\,option\/\fR...] +.RI [ N " ...]" +.SH DESCRIPTION +.LP +The command +.B deallocvt +deallocates kernel memory and data structures +for all unused virtual consoles. +If one or more arguments +.IR N " ..." +are given, only the corresponding consoles +.I /dev/ttyN +are deallocated. + +A virtual console is unused if it is not the foreground console, +and no process has it open for reading or writing, and no text +has been selected on its screen. +.SH OPTIONS +.TP +.I "\-V, \-\-version" +print program version and exit. +.TP +.I "\-h, \-\-help" +show this text and exit. +.SH "SEE ALSO" +.BR chvt (1), +.BR openvt (1) + + |