Module Name: src Committed By: wiz Date: Sun May 27 12:05:40 UTC 2012
Modified Files: src/share/man/man4: wsdisplay.4 wskbd.4 wsmouse.4 Log Message: New sentence, new line. Use more markup. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/share/man/man4/wsdisplay.4 cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/wskbd.4 cvs rdiff -u -r1.21 -r1.22 src/share/man/man4/wsmouse.4 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/man4/wsdisplay.4 diff -u src/share/man/man4/wsdisplay.4:1.39 src/share/man/man4/wsdisplay.4:1.40 --- src/share/man/man4/wsdisplay.4:1.39 Sun May 27 10:45:49 2012 +++ src/share/man/man4/wsdisplay.4 Sun May 27 12:05:40 2012 @@ -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 se 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 Index: src/share/man/man4/wskbd.4 diff -u src/share/man/man4/wskbd.4:1.15 src/share/man/man4/wskbd.4:1.16 --- src/share/man/man4/wskbd.4:1.15 Sun May 27 10:45:49 2012 +++ src/share/man/man4/wskbd.4 Sun May 27 12:05:40 2012 @@ -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 Index: src/share/man/man4/wsmouse.4 diff -u src/share/man/man4/wsmouse.4:1.21 src/share/man/man4/wsmouse.4:1.22 --- src/share/man/man4/wsmouse.4:1.21 Sun May 27 10:45:49 2012 +++ src/share/man/man4/wsmouse.4 Sun May 27 12:05:40 2012 @@ -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