Module Name:    src
Committed By:   wiz
Date:           Fri Jan 13 23:12:32 UTC 2012

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

Log Message:
Use more markup. Increase table width since longest string changed.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/rasops.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/rasops.9
diff -u src/share/man/man9/rasops.9:1.15 src/share/man/man9/rasops.9:1.16
--- src/share/man/man9/rasops.9:1.15	Fri Jan 13 23:09:51 2012
+++ src/share/man/man9/rasops.9	Fri Jan 13 23:12:32 2012
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rasops.9,v 1.15 2012/01/13 23:09:51 wiz Exp $
+.\"     $NetBSD: rasops.9,v 1.16 2012/01/13 23:12:32 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -106,7 +106,7 @@ struct rasops_info {
 	int	ri_fontscale;	/* fontheight * fontstride */
 	int	ri_xscale;	/* fontwidth * pelbytes */
 	int	ri_yscale;	/* fontheight * stride */
-	u_char  *ri_origbits;	/* where screen bits actually start */
+	u_char	*ri_origbits;	/* where screen bits actually start */
 	int	ri_xorigin;	/* where ri_bits begins (x) */
 	int	ri_yorigin;	/* where ri_bits begins (y) */
 	int32_t	ri_devcmap[16]; /* color -\*[Gt] framebuffer data */
@@ -128,32 +128,35 @@ Valid values for the
 .Em ri_flg
 member are:
 .Pp
-.Bl -tag -offset indent -width RI_CURSORCLIP -compact
-.It  RI_FULLCLEAR
-eraserows() hack to clear full screen
-.It  RI_FORCEMONO
+.Bl -tag -offset indent -width RI_ENABLE_ALPHA_XX -compact
+.It Dv RI_FULLCLEAR
+.Fn eraserows
+hack to clear full screen
+.It Dv RI_FORCEMONO
 monochrome output even if we can do color
-.It  RI_BSWAP
+.It Dv RI_BSWAP
 framebuffer endianness doesn't match CPU
-.It  RI_CURSOR
+.It Dv RI_CURSOR
 cursor is switched on
-.It  RI_CLEAR
+.It Dv RI_CLEAR
 clear display on startup
-.It  RI_CENTER
+.It Dv RI_CENTER
 center onscreen output
-.It  RI_CURSORCLIP
+.It Dv RI_CURSORCLIP
 cursor is currently clipped
-.It  RI_CFGDONE
+.It Dv RI_CFGDONE
 .Fn rasops_reconfig
 completed successfully
-.It  RI_NO_AUTO
+.It Dv RI_NO_AUTO
 do not generate box drawing characters for ISO fonts.
 Use this when it is not safe to allocate memory, for example when setting up
 an early console.
-.It  RI_ENABLE_ALPHA
+.It Dv RI_ENABLE_ALPHA
 set this if the caller supports anti-aliased fonts in the given colour depth.
-Without this flag rasops_init() will only pick bitmap fonts.
-.It  RI_8BIT_IS_RGB
+Without this flag
+.Fn rasops_init
+will only pick bitmap fonts.
+.It Dv RI_8BIT_IS_RGB
 set this if the caller uses an R3G3B2 colour map in 8 bit.
 .Fn rasops_init
 will generate an appropriate ri_devcmap[] but the caller still needs to set up

Reply via email to