This diff fixes a few typos. Regards, Tim
Index: wsdisplay.4 =================================================================== RCS file: /cvs/src/share/man/man4/wsdisplay.4,v retrieving revision 1.45 diff -u wsdisplay.4 --- wsdisplay.4 26 Apr 2009 13:10:20 -0000 1.45 +++ wsdisplay.4 28 Aug 2010 16:44:44 -0000 @@ -141,7 +141,7 @@ calls are provided by the .Nm driver or by devices which use it. -Their definition are found in +Their definitions are found in .Aq Pa dev/wscons/wsconsio.h . .Bl -tag -width 4n .It Dv WSDISPLAYIO_GTYPE Pq Li u_int @@ -284,18 +284,18 @@ member indicates which of the values the application requires to be returned. It should contain the logical OR of the following flags: .Bl -tag -width 4n -.It Dv WSDISPLAYIO_CURSOR_DOCUR +.It Dv WSDISPLAY_CURSOR_DOCUR Get .Va enable , which indicates whether the cursor is currently displayed (non-zero) or not (zero). -.It Dv WSDISPLAYIO_CURSOR_DOPOS +.It Dv WSDISPLAY_CURSOR_DOPOS Get .Va pos , which indicates the current position of the cursor on the display, as would be returned by .Dv WSDISPLAYIO_GCURPOS . -.It Dv WSDISPLAYIO_CURSOR_DOHOT +.It Dv WSDISPLAY_CURSOR_DOHOT Get .Va hot , which indicates the location of the @@ -304,7 +304,7 @@ This is the point on the cursor whose position on the display is treated as being the position of the cursor by other calls. Its location is counted in pixels from the top-left corner of the cursor. -.It Dv WSDISPLAYIO_CURSOR_DOCMAP +.It Dv WSDISPLAY_CURSOR_DOCMAP Get .Va cmap , which indicates the current cursor color map. @@ -324,7 +324,7 @@ .Va cmap . Ns Va blue must each point to at least enough space to hold two .Li u_char Ns s . -.It Dv WSDISPLAYIO_CURSOR_DOSHAPE +.It Dv WSDISPLAY_CURSOR_DOSHAPE Get .Va size , image , and @@ -334,7 +334,7 @@ the cursor. The format in which these bitmaps are returned, and hence the amount of space that must be provided by the application, are device-dependent. -.It Dv WSDISPLAYIO_CURSOR_DOALL +.It Dv WSDISPLAY_CURSOR_DOALL Get all of the above. .El .Pp @@ -354,22 +354,22 @@ member specifies which attributes of the cursor are to be changed. It should contain the logical OR of the following flags: .Bl -tag -width 4n -.It Dv WSDISPLAYIO_CURSOR_DOCUR +.It Dv WSDISPLAY_CURSOR_DOCUR If .Va enable is zero, hide the cursor. Otherwise, display it. -.It Dv WSDISPLAYIO_CURSOR_DOPOS +.It Dv WSDISPLAY_CURSOR_DOPOS Set the cursor's position on the display to .Va pos , the same as .Dv WSDISPLAYIO_SCURPOS . -.It Dv WSDISPLAYIO_CURSOR_DOHOT +.It Dv WSDISPLAY_CURSOR_DOHOT Set the .Dq hot spot of the cursor, as defined above, to .Va hot . -.It Dv WSDISPLAYIO_CURSOR_DOCMAP +.It Dv WSDISPLAY_CURSOR_DOCMAP Set some or all of the cursor color map based on .Va cmap . The @@ -383,12 +383,12 @@ .Va cmap . Ns Va green , and .Va cmap . Ns Va blue . -.It Dv WSDISPLAYIO_CURSOR_DOSHAPE +.It Dv WSDISPLAY_CURSOR_DOSHAPE Set the cursor shape from .Va size , image , .Va mask . See above for their meanings. -.It Dv WSDISPLAYIO_CURSOR_DOALL +.It Dv WSDISPLAY_CURSOR_DOALL Do all of the above. .El .Pp
