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/archlinux/man1/chvt.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/archlinux/man1/chvt.1')
-rw-r--r-- | upstream/archlinux/man1/chvt.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/chvt.1 b/upstream/archlinux/man1/chvt.1 new file mode 100644 index 00000000..d015b05c --- /dev/null +++ b/upstream/archlinux/man1/chvt.1 @@ -0,0 +1,31 @@ +.\" @(#)chvt.1 1.0 970126 aeb +.TH CHVT 1 "26 January 1997" "kbd" +.SH NAME +chvt \- change foreground virtual terminal +.SH SYNOPSIS +.B chvt +[\fI\,option\/\fR...] +.I N +.SH DESCRIPTION +The command +.B chvt +.I N +makes +.I /dev/ttyN +the foreground terminal. +(The corresponding screen is created if it did not exist yet. +To get rid of unused VTs, +use +.BR deallocvt (1).) +The key combination +.RI (Ctrl-)LeftAlt-F N +(with +.I N +in the range 1-12) usually has a similar effect. +.SH OPTIONS +.TP +.I "\-V, \-\-version" +print program version and exit. +.TP +.I "\-h, \-\-help" +show this text and exit. |