Note that conscontrol set and unset are an interface for TIOCCONS.

This commit is contained in:
Brian Feldman 2004-06-18 20:06:04 +00:00
parent 7f72de2d55
commit 2633d91b06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130698

View File

@ -94,10 +94,14 @@ Set or unset the virtual console.
When unset, output from the system, such as the kernel
.Xr printf 9 ,
always goes out to the real main console.
When set, it goes to another.
This is an interface to the tty ioctl
.Dv TIOCCONS .
.El
.Sh SEE ALSO
.Xr sio 4 ,
.Xr syscons 4 ,
.Xr tty 4 ,
.Xr boot 8 ,
.Xr loader 8
.Sh HISTORY