Be clear.

Ian

Index: sys/dev/rasops/rasops.h
===================================================================
RCS file: /cvs/src/sys/dev/rasops/rasops.h,v
retrieving revision 1.17
diff -u -p -r1.17 rasops.h
--- sys/dev/rasops/rasops.h     7 Sep 2015 18:00:58 -0000       1.17
+++ sys/dev/rasops/rasops.h     5 Aug 2016 04:19:00 -0000
@@ -62,7 +62,7 @@ struct rasops_screen;
 struct rasops_info {
        /* These must be filled in by the caller */
        int     ri_depth;       /* depth in bits */
-       u_char  *ri_bits;       /* ptr to bits */
+       u_char  *ri_bits;       /* ptr to framebuffer bits */
        int     ri_width;       /* width (pels) */
        int     ri_height;      /* height (pels) */
        int     ri_stride;      /* stride in bytes */
Index: share/man/man9/rasops.9
===================================================================
RCS file: /cvs/src/share/man/man9/rasops.9,v
retrieving revision 1.16
diff -u -p -r1.16 rasops.9
--- share/man/man9/rasops.9     7 Sep 2015 18:43:54 -0000       1.16
+++ share/man/man9/rasops.9     5 Aug 2016 04:19:00 -0000
@@ -60,7 +60,7 @@ struct rasops_info {
         * These must be filled in by the caller
         */
        int     ri_depth;       /* depth in bits */
-       u_char  *ri_bits;       /* ptr to bits */
+       u_char  *ri_bits;       /* ptr to framebuffer bits */
        int     ri_width;       /* width (pels) */
        int     ri_height;      /* height (pels) */
        int     ri_stride;      /* stride in bytes */

Reply via email to