New sentence, new line. Use more markup. Bump date for previous.
This commit is contained in:
parent
d8b68e8316
commit
93a5a9bfe3
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: wsdisplay.4,v 1.37 2011/06/30 14:56:09 macallan Exp $
|
||||
.\" $NetBSD: wsdisplay.4,v 1.38 2011/06/30 22:13:02 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 Matthias Drochner.
|
||||
.\" Copyright (c) 2002 Ben Harris.
|
||||
|
@ -26,7 +26,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd February 19, 2009
|
||||
.Dd June 30, 2011
|
||||
.Dt WSDISPLAY 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -554,11 +554,13 @@ struct wsdisplayio_edid_info {
|
|||
};
|
||||
.Ed
|
||||
The caller is responsible for allocating a buffer of at least 128 bytes
|
||||
( the minimum size of an EDID block ) and set data_size to its size. If
|
||||
the EDID block is bigger the call will fail with EAGAIN and the driver
|
||||
will set data_size to the required buffer size. Otherwise the EDID
|
||||
block will be written into the buffer pointed at by edid_data and
|
||||
data_size will be set to the number of bytes written.
|
||||
(the minimum size of an EDID block) and set data_size to its size.
|
||||
If the EDID block is bigger the call will fail with
|
||||
.Er EAGAIN
|
||||
and the driver will set data_size to the required buffer size.
|
||||
Otherwise the EDID block will be written into the buffer pointed
|
||||
at by edid_data and data_size will be set to the number of bytes
|
||||
written.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -item
|
||||
|
|
Loading…
Reference in New Issue