Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 New sentence, new line.
details: https://anonhg.NetBSD.org/src/rev/7e2717577608
branches: trunk
changeset: 325733:7e2717577608
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 04 15:41:59 2014 +0000
description:
New sentence, new line.
diffstat:
share/man/man9/ddc.9 | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 0477766bd124 -r 7e2717577608 share/man/man9/ddc.9
--- a/share/man/man9/ddc.9 Sat Jan 04 15:40:25 2014 +0000
+++ b/share/man/man9/ddc.9 Sat Jan 04 15:41:59 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddc.9,v 1.6 2013/07/21 10:14:55 njoly Exp $
+.\" $NetBSD: ddc.9,v 1.7 2014/01/04 15:41:59 wiz Exp $
.\"
.\" Copyright 2006 Itronix Inc.
.\" All rights reserved.
@@ -47,9 +47,9 @@
The
.Fn ddc_read_edid
reads a VESA Extended Display Identification Data block (EDID) via
-VESA Display Data Channel (DDCv2). DDCv2 is a protocol for data exchange
-between display devices (such as monitors and flat panels) and host
-machines using an I2C bus.
+VESA Display Data Channel (DDCv2).
+DDCv2 is a protocol for data exchange between display devices (such
+as monitors and flat panels) and host machines using an I2C bus.
.Pp
The
.Fa tag
@@ -60,9 +60,10 @@
argument is a pointer to a buffer where the EDID data will be stored.
The
.Fa len
-argument is the amount of data to read into the buffer. (The buffer must be
-large enough.) Typically, this value will be 128, which is the size of a
-normal EDID data block.
+argument is the amount of data to read into the buffer.
+(The buffer must be large enough.)
+Typically, this value will be 128, which is the size of a normal
+EDID data block.
.Pp
Normally the EDID data block will be post-processed with the
.Fn edid_parse
Home |
Main Index |
Thread Index |
Old Index