Deleted Added
full compact
conscontrol.8 (256281) conscontrol.8 (271095)
1.\"
2.\" Copyright (c) 2001 Jonathan Lemon <jlemon@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2001 Jonathan Lemon <jlemon@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: stable/10/sbin/conscontrol/conscontrol.8 220801 2011-04-18 20:28:07Z ru $
26.\" $FreeBSD: stable/10/sbin/conscontrol/conscontrol.8 271095 2014-09-04 13:45:16Z se $
27.\"
28.Dd April 14, 2011
29.Dt CONSCONTROL 8
30.Os
31.Sh NAME
32.Nm conscontrol
33.Nd control physical console devices
34.Sh SYNOPSIS

--- 64 unchanged lines hidden (view full) ---

99When set, it goes to another.
100This is an interface to the tty ioctl
101.Dv TIOCCONS .
102.El
103.Sh SEE ALSO
104.Xr sio 4 ,
105.Xr syscons 4 ,
106.Xr tty 4 ,
27.\"
28.Dd April 14, 2011
29.Dt CONSCONTROL 8
30.Os
31.Sh NAME
32.Nm conscontrol
33.Nd control physical console devices
34.Sh SYNOPSIS

--- 64 unchanged lines hidden (view full) ---

99When set, it goes to another.
100This is an interface to the tty ioctl
101.Dv TIOCCONS .
102.El
103.Sh SEE ALSO
104.Xr sio 4 ,
105.Xr syscons 4 ,
106.Xr tty 4 ,
107.Xr vt 4 ,
107.Xr boot 8 ,
108.Xr loader 8
109.Sh HISTORY
110The
111.Nm
112utility first appeared in
113.Fx 5.0 .
114.Sh AUTHORS
115.An Jonathan Lemon
108.Xr boot 8 ,
109.Xr loader 8
110.Sh HISTORY
111The
112.Nm
113utility first appeared in
114.Fx 5.0 .
115.Sh AUTHORS
116.An Jonathan Lemon