Module Name:    src
Committed By:   wiz
Date:           Sat Jan  4 15:41:59 UTC 2014

Modified Files:
        src/share/man/man9: ddc.9

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/ddc.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/ddc.9
diff -u src/share/man/man9/ddc.9:1.6 src/share/man/man9/ddc.9:1.7
--- src/share/man/man9/ddc.9:1.6	Sun Jul 21 10:14:55 2013
+++ src/share/man/man9/ddc.9	Sat Jan  4 15:41:59 2014
@@ -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 @@ The
 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

Reply via email to