ubase/chvt.1
FRIGN b6669b5f19 Refactor chvt(1)
1) Properly implement arg.h.
2) Use estrtonum instead of estrtol.
3) Check close().
4) Small fixes.
5) Update manpage.
2015-09-07 11:47:10 +01:00

16 lines
243 B
Groff

.Dd September 7, 2015
.Dt CHVT 1
.Os ubase
.Sh NAME
.Nm chvt
.Nd change foreground virtual terminal
.Sh SYNOPSIS
.Nm
.Ar num
.Sh DESCRIPTION
.Nm
brings
.Pf /dev/tty Ar num
to the foreground. This has the same effect as
.Pf Ctrl-Alt-F Ar num .