Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 add a paragraph about the "console" property
details: https://anonhg.NetBSD.org/src/rev/2657f88071ed
branches: trunk
changeset: 471708:2657f88071ed
user: drochner <drochner%NetBSD.org@localhost>
date: Thu Apr 08 16:29:56 1999 +0000
description:
add a paragraph about the "console" property
diffstat:
share/man/man4/wsdisplay.4 | 13 ++++++++++++-
share/man/man4/wskbd.4 | 12 ++++++++++--
2 files changed, 22 insertions(+), 3 deletions(-)
diffs (53 lines):
diff -r e074ef593365 -r 2657f88071ed share/man/man4/wsdisplay.4
--- a/share/man/man4/wsdisplay.4 Thu Apr 08 16:14:29 1999 +0000
+++ b/share/man/man4/wsdisplay.4 Thu Apr 08 16:29:56 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsdisplay.4,v 1.1 1999/03/22 19:15:03 drochner Exp $
+.\" $NetBSD: wsdisplay.4,v 1.2 1999/04/08 16:29:56 drochner Exp $
.Dd March 20, 1999
.Os
@@ -44,6 +44,17 @@
tty-like software interface. In contrary, non-emulating displays can only
be used by special programs like X servers.
.Pp
+The
+.Em console
+locator in the configuration line refers to the device's use as output
+part of the operating system console. A device specification containing
+a positive value here will only match if the device is in use as system
+console. (The console device selection in early system startup is not
+influenced.) This way, the console device can be connected to a known
+wsdisplay device instance. (Naturally, only
+.Dq emulating
+display devices are usable as console.)
+.Pp
The logical unit of an independant contents displayed on a display
(sometimes referred to as
.Dq virtual terminal
diff -r e074ef593365 -r 2657f88071ed share/man/man4/wskbd.4
--- a/share/man/man4/wskbd.4 Thu Apr 08 16:14:29 1999 +0000
+++ b/share/man/man4/wskbd.4 Thu Apr 08 16:29:56 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wskbd.4,v 1.1 1999/03/22 19:15:02 drochner Exp $
+.\" $NetBSD: wskbd.4,v 1.2 1999/04/08 16:29:56 drochner Exp $
.Dd March 20, 1999
.Os
@@ -66,7 +66,15 @@
The
.Xr wsconsctl 8
utility allows to access key maps and other variables.
-
+.Pp
+The
+.Em console
+locator in the configuration line refers to the device's use as input
+part of the operating system console. A device specification containing
+a positive value here will only match if the device is in use as system
+console. (The console device selection in early system startup is not
+influenced.) This way, the console device can be connected to a known
+wskbd device instance.
.Sh FILES
.Bl -item
.It
Home |
Main Index |
Thread Index |
Old Index