Module Name: src
Committed By: abs
Date: Tue Jun 5 08:49:16 UTC 2012
Modified Files:
src/share/man/man4: wscons.4
Log Message:
Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/wscons.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/wscons.4
diff -u src/share/man/man4/wscons.4:1.30 src/share/man/man4/wscons.4:1.31
--- src/share/man/man4/wscons.4:1.30 Sat Apr 21 12:27:28 2012
+++ src/share/man/man4/wscons.4 Tue Jun 5 08:49:16 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: wscons.4,v 1.30 2012/04/21 12:27:28 roy Exp $
+.\" $NetBSD: wscons.4,v 1.31 2012/06/05 08:49:16 abs Exp $
.\"
.\" Copyright (c) 1999, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 5, 2012
+.Dd June 5, 2012
.Dt WSCONS 4
.Os
.Sh NAME
@@ -185,7 +185,7 @@ or if no emulation type was passed to th
utility.
.Ss Compatibility options
these options allow X servers and other programs using low-level
-console driver functions which were written specifically for other
+console driver functions usually written specifically for other
console drivers to run on
.Nx
systems.
@@ -194,6 +194,10 @@ The options are in particular:
.It Cd WSDISPLAY_COMPAT_USL
Support the protocol for switches between multiple virtual screens on
one display as used by most PC-UNIX variants.
+This is used by the
+.Nx
+.Xr wsconscfg 8
+utility.
.It Cd WSDISPLAY_COMPAT_RAWKBD
Allows to get raw XT keyboard scancodes from PC keyboards as needed
by i386 X servers.