Deleted Added
full compact
virtio_console.4 (273515) virtio_console.4 (275273)
1.\" Copyright (c) 2014 Bryan Venteicher
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/virtio_console.4 273515 2014-10-23 04:47:32Z bryanv $
25.\" $FreeBSD: stable/10/share/man/man4/virtio_console.4 275273 2014-11-29 22:48:40Z bryanv $
26.\"
27.Dd October 22, 2014
28.Dt VIRTIO_CONSOLE 4
29.Os
30.Sh NAME
31.Nm virtio_console
32.Nd VirtIO Console driver
33.Sh SYNOPSIS

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

51.Pp
52The console device may have one or more ports.
53Each port is similar to a simple serial interface, and
54each port is accessible through
55.Xr tty 4 .
56.Sh FILES
57.Bl -tag -width ".Pa /dev/ttyV?.??" -compact
58.It Pa /dev/ttyV?.??
26.\"
27.Dd October 22, 2014
28.Dt VIRTIO_CONSOLE 4
29.Os
30.Sh NAME
31.Nm virtio_console
32.Nd VirtIO Console driver
33.Sh SYNOPSIS

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

51.Pp
52The console device may have one or more ports.
53Each port is similar to a simple serial interface, and
54each port is accessible through
55.Xr tty 4 .
56.Sh FILES
57.Bl -tag -width ".Pa /dev/ttyV?.??" -compact
58.It Pa /dev/ttyV?.??
59.El
59.Sh SEE ALSO
60.Xr tty 4
61.Xr virtio 4
62.Sh HISTORY
63The
64.Nm
65driver was written by
66.An Bryan Venteicher Aq bryanv@FreeBSD.org .
60.Sh SEE ALSO
61.Xr tty 4
62.Xr virtio 4
63.Sh HISTORY
64The
65.Nm
66driver was written by
67.An Bryan Venteicher Aq bryanv@FreeBSD.org .