Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 New sentence, new line. Use more markup. Bump...
details: https://anonhg.NetBSD.org/src/rev/6e610a7650bc
branches: trunk
changeset: 779420:6e610a7650bc
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 27 12:05:40 2012 +0000
description:
New sentence, new line. Use more markup. Bump date for previous.
diffstat:
share/man/man4/wsdisplay.4 | 11 +++++++----
share/man/man4/wskbd.4 | 11 +++++++----
share/man/man4/wsmouse.4 | 11 +++++++----
3 files changed, 21 insertions(+), 12 deletions(-)
diffs (96 lines):
diff -r 9251738161db -r 6e610a7650bc share/man/man4/wsdisplay.4
--- a/share/man/man4/wsdisplay.4 Sun May 27 12:03:02 2012 +0000
+++ b/share/man/man4/wsdisplay.4 Sun May 27 12:05:40 2012 +0000
@@ -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 @@
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 -r 9251738161db -r 6e610a7650bc share/man/man4/wskbd.4
--- a/share/man/man4/wskbd.4 Sun May 27 12:03:02 2012 +0000
+++ b/share/man/man4/wskbd.4 Sun May 27 12:05:40 2012 +0000
@@ -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 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 -r 9251738161db -r 6e610a7650bc share/man/man4/wsmouse.4
--- a/share/man/man4/wsmouse.4 Sun May 27 12:03:02 2012 +0000
+++ b/share/man/man4/wsmouse.4 Sun May 27 12:05:40 2012 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index