New sentence, new line.
This commit is contained in:
parent
5c22ed0e04
commit
9fe5b6f853
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: edid.9,v 1.4 2010/12/02 12:54:13 wiz Exp $
|
||||
.\" $NetBSD: edid.9,v 1.5 2013/03/06 22:18:29 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright 2006 Itronix Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -60,9 +60,10 @@ The
|
|||
.Fn edid_is_valid
|
||||
function simply tests if the EDID block in
|
||||
.Fa data
|
||||
contains valid data. This test includes a verification of the checksum,
|
||||
and that valid vendor and product idenfication data is present. The data
|
||||
block contain at least 128 bytes.
|
||||
contains valid data.
|
||||
This test includes a verification of the checksum,
|
||||
and that valid vendor and product idenfication data is present.
|
||||
The data block contain at least 128 bytes.
|
||||
.Pp
|
||||
The
|
||||
.Fn edid_parse
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ieee80211_radiotap.9,v 1.12 2010/04/05 19:34:28 joerg Exp $
|
||||
.\" $NetBSD: ieee80211_radiotap.9,v 1.13 2013/03/06 22:19:03 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>,
|
||||
.\" Darron Broad <darron@kewl.org>.
|
||||
|
@ -91,8 +91,8 @@ typically defines a structure embedding an instance of
|
|||
.Vt "struct ieee80211_radiotap_header"
|
||||
at the beginning,
|
||||
with subsequent fields naturally aligned,
|
||||
and in the appropriate order. Also, a driver defines
|
||||
a macro to set the bits of the
|
||||
and in the appropriate order.
|
||||
Also, a driver defines a macro to set the bits of the
|
||||
.Va it_present
|
||||
bitmap to indicate which fields exist and are filled in by the driver.
|
||||
.\"
|
||||
|
|
Loading…
Reference in New Issue