diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-29 19:26:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-29 19:26:03 +0000 |
commit | 47f6c03e6c006cfbb708ecd7c9dd2ffaef2fa3f2 (patch) | |
tree | fe72c60308dbea43e2f9378df065aa9d99b8945c | |
parent | 29248f7d1a93de18ccffa5748c52f68b81113d3b (diff) |
tweak previous;
-rw-r--r-- | share/man/man4/wsdisplay.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4 index 3f6102e39ff..ff2010b5b68 100644 --- a/share/man/man4/wsdisplay.4 +++ b/share/man/man4/wsdisplay.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsdisplay.4,v 1.48 2015/03/29 18:03:27 miod Exp $ +.\" $OpenBSD: wsdisplay.4,v 1.49 2015/03/29 19:26:02 jmc Exp $ .\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $ .\" .\" Copyright (c) 2005, Miodrag Vallat. @@ -492,7 +492,7 @@ The .Va index field is set to the font resource to query. For the argument structure, see -.Dv WSDISPLAYIO_LDFONT. +.Dv WSDISPLAYIO_LDFONT . .\" WSDISPLAYIO_DELFONT Pq Li struct wsdisplay_font .It WSDISPLAYIO_USEFONT Pq Li struct wsdisplay_font Selects the font specified in the @@ -502,7 +502,7 @@ An empty .Va name selects the next available font. For the argument structure, see -.Dv WSDISPLAYIO_LDFONT. +.Dv WSDISPLAYIO_LDFONT . .It Dv WSDISPLAYIO_GBURNER Pq Li struct wsdisplay_burner Retrieves the state of the screen burner. The returned structure is as follows: @@ -606,7 +606,7 @@ is -1. The screen and emulation types are returned in the same structure .Pq see Dv WSDISPLAYIO_GETPARAM . .It Dv WSDISPLAYIO_SETSCREEN Pq Li u_int -Switch to the screen with the given index. +Switch to the screen with the given index. .It Dv WSDISPLAYIO_WSMOUSED Pq Li struct wscons_event This call is used by the .Xr wsmoused 8 |