diff options
author | green <green@FreeBSD.org> | 2004-06-18 20:06:04 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2004-06-18 20:06:04 +0000 |
commit | 0ff326a04e63bd6dd822b26d19ced26341d0b3f7 (patch) | |
tree | e6a8de7e2c553576af0e732af7f84e38d8c6803f /sbin/conscontrol | |
parent | b7f1bee2cf9b05ab722e1afbc5292becbd9075f8 (diff) | |
download | FreeBSD-src-0ff326a04e63bd6dd822b26d19ced26341d0b3f7.zip FreeBSD-src-0ff326a04e63bd6dd822b26d19ced26341d0b3f7.tar.gz |
Note that conscontrol set and unset are an interface for TIOCCONS.
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 ed6d2c9..d746caf 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 |