Module Name:    src
Committed By:   wiz
Date:           Sat Jan  4 15:40:55 UTC 2014

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

Log Message:
Sort sections.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/edid.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/edid.9
diff -u src/share/man/man9/edid.9:1.8 src/share/man/man9/edid.9:1.9
--- src/share/man/man9/edid.9:1.8	Thu Jul 25 21:29:00 2013
+++ src/share/man/man9/edid.9	Sat Jan  4 15:40:55 2014
@@ -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 @@ The
 .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 @@ to retrieve and print information about 
 		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

Reply via email to