Module Name: src
Committed By: wiz
Date: Sat Jan 4 15:40:25 UTC 2014
Modified Files:
src/share/man/man4: ddc.4
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ddc.4
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/man4/ddc.4
diff -u src/share/man/man4/ddc.4:1.3 src/share/man/man4/ddc.4:1.4
--- src/share/man/man4/ddc.4:1.3 Sat Jul 20 21:39:58 2013
+++ src/share/man/man4/ddc.4 Sat Jan 4 15:40:25 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddc.4,v 1.3 2013/07/20 21:39:58 wiz Exp $
+.\" $NetBSD: ddc.4,v 1.4 2014/01/04 15:40:25 wiz Exp $
.\"
.\" Copyright (c) 2006 Itronix Inc.
.\" All rights reserved.
@@ -42,12 +42,6 @@ The
.Nm
driver provides support for accessing the VESA Display Data Channel Version 2
supported by many video displays.
-.Sh BUGS
-This driver does not provide any mechanism for access from user applications.
-Its only use at this point is to provide a means for framebuffer device
-drivers to query monitor description data (EDID) using a specialized
-in-kernel API. No support for sending control commands to display devices
-is provided.
.Sh SEE ALSO
.Xr iic 4 ,
.Xr ddc 9 ,
@@ -59,3 +53,9 @@ device appeared in
.Nx 4.0 .
.Sh AUTHORS
.An Garrett D'Amore Aq Mt [email protected]
+.Sh BUGS
+This driver does not provide any mechanism for access from user applications.
+Its only use at this point is to provide a means for framebuffer device
+drivers to query monitor description data (EDID) using a specialized
+in-kernel API.
+No support for sending control commands to display devices is provided.