Tue Jun 13 06:37:21 2017 UTC ()
Update for inclusion of references to the new wsbell(4)


(pgoyette)
diff -r1.12 -r1.13 src/share/man/man4/wsmux.4

cvs diff -r1.12 -r1.13 src/share/man/man4/wsmux.4 (expand / switch to context diff)
--- src/share/man/man4/wsmux.4 2011/03/06 17:39:05 1.12
+++ src/share/man/man4/wsmux.4 2017/06/13 06:37:21 1.13
@@ -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 ,