Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8/man8.i386 Remove text asserting CONSDEV_AUTO ...



details:   https://anonhg.NetBSD.org/src/rev/05a9b0ecbffc
branches:  trunk
changeset: 485064:05a9b0ecbffc
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Mon Apr 17 21:28:49 2000 +0000

description:
Remove text asserting CONSDEV_AUTO and CONSDEV_COM*KBD imply
COMCONS_KEYPRESS (because they do not).

diffstat:

 share/man/man8/man8.i386/boot_console.8 |  16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diffs (37 lines):

diff -r 0d720fc77208 -r 05a9b0ecbffc share/man/man8/man8.i386/boot_console.8
--- a/share/man/man8/man8.i386/boot_console.8   Mon Apr 17 20:37:28 2000 +0000
+++ b/share/man/man8/man8.i386/boot_console.8   Mon Apr 17 21:28:49 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot_console.8,v 1.4 1999/02/21 15:59:18 drochner Exp $
+.\"    $NetBSD: boot_console.8,v 1.5 2000/04/17 21:28:49 jhawk Exp $
 .\"
 .Dd December 31, 1998
 .Os
@@ -68,11 +68,8 @@
 .Dq Dv DIRECT_SERIAL
 is defined the RS-232
 .Dq "modem ready"
-status is on after the character is output), and the conditions
-described under
-.Dq Dv COMCONS_KEYPRESS
-above are fulfilled, the port is used as console.  If the port is not
-known to the BIOS, it falls back to
+status is on after the character is output), the port is used as
+console.  If the port is not known to the BIOS, it falls back to
 .Dq Dv CONSDEV_PC .
 .It Dv Em CONSDEV_AUTO
 Auto-select the console.  All serial ports known to the BIOS are probed
@@ -80,11 +77,8 @@
 .Dq Dv DIRECT_SERIAL
 is defined the RS-232
 .Dq "modem ready"
-status is on after the character is output), and the conditions
-described under
-.Dq Dv COMCONS_KEYPRESS
-above are fulfilled, the port is used as console.  If no serial port
-passes the check,
+status is on after the character is output), the port is used as console.  
+If no serial port passes the check,
 .Dq Dv CONSDEV_PC
 is used.  The progress of the selection process is shown at the PC
 display as digits corresponding to the serial port number currently



Home | Main Index | Thread Index | Old Index