Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Update for inclusion of references to the new...
details: https://anonhg.NetBSD.org/src/rev/0d88c2f56382
branches: trunk
changeset: 354350:0d88c2f56382
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Jun 13 06:37:21 2017 +0000
description:
Update for inclusion of references to the new wsbell(4)
diffstat:
share/man/man4/wsmux.4 | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diffs (65 lines):
diff -r ef94ebc6189f -r 0d88c2f56382 share/man/man4/wsmux.4
--- a/share/man/man4/wsmux.4 Tue Jun 13 06:27:10 2017 +0000
+++ b/share/man/man4/wsmux.4 Tue Jun 13 06:37:21 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsmux.4,v 1.12 2011/03/06 17:39:05 wiz Exp $
+.\" $NetBSD: wsmux.4,v 1.13 2017/06/13 06:37:21 pgoyette Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,15 +24,16 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 26, 1999
+.Dd June 13, 2017
.Dt WSMUX 4
.Os
.Sh NAME
.Nm wsmux
.Nd console keyboard/mouse multiplexor for wscons
.Sh SYNOPSIS
-.Cd "wskbd* at ... mux 1"
-.Cd "wsmouse* at ... mux 0"
+.Cd "wskbd* at ... mux 1"
+.Cd "wsbell* at ... mux 1"
+.Cd "wsmouse* at ... mux 0"
.Pp
.Cd pseudo-device wsmux
.Sh DESCRIPTION
@@ -43,7 +44,7 @@
input devices to have their events multiplexed into one stream.
.Pp
The typical usage for this device is to have two multiplexors, one
-for mouse events and one for keyboard events.
+for mouse events and one for keyboard and bell events.
All
.Xr wsmouse 4
devices should direct their events to the mouse mux (normally 0)
@@ -60,12 +61,17 @@
It will then receive all keystrokes from all keyboards
and, furthermore, keyboards can be dynamically attached and detached without
further user interaction.
+Additionally, bell events generated for the display will be directed to
+all attached
+.Xr wsbell 4
+devices.
In a similar way, the window system will open the mouse multiplexor
and receive all mouse events; mice can also be dynamically attached
and detached.
.Pp
If a
-.Xr wskbd 4
+.Xr wskbd 4 ,
+.X4 wsbell 4 ,
or
.Xr wsmouse 4
device is opened despite having a mux it will be detached from the mux.
@@ -99,6 +105,7 @@
.Pa /usr/include/dev/wscons/wsconsio.h
.El
.Sh SEE ALSO
+.Xr wsbell 4 ,
.Xr wscons 4 ,
.Xr wsdisplay 4 ,
.Xr wskbd 4 ,
Home |
Main Index |
Thread Index |
Old Index