diff options
| author | wiz <wiz@NetBSD.org> | 2012-05-27 12:05:40 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-05-27 12:05:40 +0000 |
| commit | fe7d116a4feabc5ca38128b1b0711110f8eae7cb (patch) | |
| tree | 84aec2c406b6a949d62ef33a7a5432a94929c515 | |
| parent | 30d31aedb99d211379481f823f8003f1445f2adc (diff) | |
New sentence, new line. Use more markup. Bump date for previous.
| -rw-r--r-- | share/man/man4/wsdisplay.4 | 11 | ||||
| -rw-r--r-- | share/man/man4/wskbd.4 | 11 | ||||
| -rw-r--r-- | share/man/man4/wsmouse.4 | 11 |
3 files changed, 21 insertions, 12 deletions
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4 index 28de580b65a..23f45d2dee6 100644 --- a/share/man/man4/wsdisplay.4 +++ b/share/man/man4/wsdisplay.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: wsdisplay.4,v 1.39 2012/05/27 10:45:49 abs Exp $ +.\" $NetBSD: wsdisplay.4,v 1.40 2012/05/27 12:05:40 wiz Exp $ .\" .\" Copyright (c) 1999 Matthias Drochner. .\" Copyright (c) 2002 Ben Harris. @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 30, 2011 +.Dd May 27, 2012 .Dt WSDISPLAY 4 .Os .Sh NAME @@ -563,8 +563,11 @@ at by edid_data and data_size will be set to the number of bytes written. .It Dv WSDISPLAYIO_SETVERSION Pq Li "int" Set the wscons_event protocol version. -The default is 0 for binary compatibility. The latest version is -always available as WSDISPLAYIO_EVENT_VERSION, and is currently 1. +The default is 0 for binary compatibility. +The latest version is +always available as +.Dv WSDISPLAYIO_EVENT_VERSION , +and is currently 1. All new code should use a call similar to the below to ensure the correct version is returned. .Bd -literal -offset indent diff --git a/share/man/man4/wskbd.4 b/share/man/man4/wskbd.4 index 8436a51d3b3..9a4a65a2499 100644 --- a/share/man/man4/wskbd.4 +++ b/share/man/man4/wskbd.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: wskbd.4,v 1.15 2012/05/27 10:45:49 abs Exp $ +.\" $NetBSD: wskbd.4,v 1.16 2012/05/27 12:05:40 wiz Exp $ .\" .\" Copyright (c) 1999 .\" Matthias Drochner. All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 31, 2006 +.Dd May 27, 2012 .Dt WSKBD 4 .Os .Sh NAME @@ -139,8 +139,11 @@ Get and set keyboard encoding settings. Get and set keyboard keyclick settings. .It Dv WSKBDIO_SETVERSION Pq Li "int" Set the wscons_event protocol version. -The default is 0 for binary compatibility. The latest version is -always available as WSKBD_EVENT_VERSION, and is currently 1. +The default is 0 for binary compatibility. +The latest version is +always available as +.Dv WSKBD_EVENT_VERSION , +and is currently 1. All new code should use a call similar to the below to ensure the correct version is returned. .Bd -literal -offset indent diff --git a/share/man/man4/wsmouse.4 b/share/man/man4/wsmouse.4 index 4327e82a1bb..06f6eaad207 100644 --- a/share/man/man4/wsmouse.4 +++ b/share/man/man4/wsmouse.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: wsmouse.4,v 1.21 2012/05/27 10:45:49 abs Exp $ +.\" $NetBSD: wsmouse.4,v 1.22 2012/05/27 12:05:40 wiz Exp $ .\" .\" Copyright (c) 1999 .\" Matthias Drochner. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 24, 2012 +.Dd May 27, 2012 .Dt WSMOUSE 4 .Os .Sh NAME @@ -115,8 +115,11 @@ See above for more details. .It Dv WSMOUSEIO_SETVERSION Pq Li "int" Set the wscons_event protocol version. -The default is 0 for binary compatibility. The latest version is -always available as WSMOUSE_EVENT_VERSION, and is currently 1. +The default is 0 for binary compatibility. +The latest version is +always available as +.Dv WSMOUSE_EVENT_VERSION , +and is currently 1. All new code should use a call similar to the below to ensure the correct version is returned. .Bd -literal -offset indent |
