diff options
author | Brian Feldman <green@FreeBSD.org> | 2004-06-18 20:06:04 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2004-06-18 20:06:04 +0000 |
commit | 2633d91b06f93d39873ad2c938f0d7fab41bc2b4 (patch) | |
tree | e6a8de7e2c553576af0e732af7f84e38d8c6803f /sbin/conscontrol | |
parent | 7f72de2d5507ed8d42fd664866969ccc7c29274c (diff) | |
download | src-test2-2633d91b06f93d39873ad2c938f0d7fab41bc2b4.tar.gz src-test2-2633d91b06f93d39873ad2c938f0d7fab41bc2b4.zip |
Notes
Diffstat (limited to 'sbin/conscontrol')
-rw-r--r-- | sbin/conscontrol/conscontrol.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/conscontrol/conscontrol.8 b/sbin/conscontrol/conscontrol.8 index ed6d2c99011e..d746caff63d7 100644 --- a/sbin/conscontrol/conscontrol.8 +++ b/sbin/conscontrol/conscontrol.8 @@ -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 |