Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man Sort sections.
details: https://anonhg.NetBSD.org/src/rev/0477766bd124
branches: trunk
changeset: 325732:0477766bd124
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 04 15:40:25 2014 +0000
description:
Sort sections.
diffstat:
share/man/man4/ddc.4 | 14 +++++++-------
share/man/man9/edid.9 | 20 ++++++++++----------
2 files changed, 17 insertions(+), 17 deletions(-)
diffs (73 lines):
diff -r c953c1607201 -r 0477766bd124 share/man/man4/ddc.4
--- a/share/man/man4/ddc.4 Sat Jan 04 15:37:46 2014 +0000
+++ b/share/man/man4/ddc.4 Sat Jan 04 15:40:25 2014 +0000
@@ -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 @@
.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 @@
.Nx 4.0 .
.Sh AUTHORS
.An Garrett D'Amore Aq Mt gdamore%NetBSD.org@localhost
+.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.
diff -r c953c1607201 -r 0477766bd124 share/man/man9/edid.9
--- a/share/man/man9/edid.9 Sat Jan 04 15:37:46 2014 +0000
+++ b/share/man/man9/edid.9 Sat Jan 04 15:40:25 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: edid.9,v 1.8 2013/07/25 21:29:00 wiz Exp $
+.\" $NetBSD: edid.9,v 1.9 2014/01/04 15:40:55 wiz Exp $
.\"
.\" Copyright 2006 Itronix Inc.
.\" All rights reserved.
@@ -95,15 +95,6 @@
.Fn edid_parse
function returns zero if the data was successfully parsed, and
non-zero otherwise.
-.Sh CODE REFERENCES
-The EDID subsystem is implemented within the file
-.Pa sys/dev/videomode/edid.c .
-.Pp
-The EDID subsystem also makes use of VESA Generalized Timing Formula located
-located in
-.Pa sys/dev/videomode/vesagtf.c
-and the generic videomode database located in
-.Pa sys/dev/videomode/videomode.c .
.Sh EXAMPLES
The following code uses these functions
to retrieve and print information about a monitor:
@@ -121,6 +112,15 @@
edid_print(&info);
...
.Ed
+.Sh CODE REFERENCES
+The EDID subsystem is implemented within the file
+.Pa sys/dev/videomode/edid.c .
+.Pp
+The EDID subsystem also makes use of VESA Generalized Timing Formula located
+located in
+.Pa sys/dev/videomode/vesagtf.c
+and the generic videomode database located in
+.Pa sys/dev/videomode/videomode.c .
.Sh SEE ALSO
.Xr ddc 9 ,
.Xr iic 9
Home |
Main Index |
Thread Index |
Old Index