b6669b5f19
1) Properly implement arg.h. 2) Use estrtonum instead of estrtol. 3) Check close(). 4) Small fixes. 5) Update manpage.
16 lines
243 B
Groff
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 .
|