diff options
author | yokota <yokota@FreeBSD.org> | 1999-07-06 11:45:27 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1999-07-06 11:45:27 +0000 |
commit | 113eb29e2693b4506ca9bb41ecb5ffa310737113 (patch) | |
tree | b19d9523feb995a51804853d387a1df79c3b5650 /sbin/reboot | |
parent | 769aaa4c3a49c6311b0f1dc5ee232b49853c54af (diff) | |
download | FreeBSD-src-113eb29e2693b4506ca9bb41ecb5ffa310737113.zip FreeBSD-src-113eb29e2693b4506ca9bb41ecb5ffa310737113.tar.gz |
Remove reference to the obsoleted COMCONSOLE option.
Pointed out by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index e3f578b..79e1fa2 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -38,7 +38,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" $Id: boot_i386.8,v 1.18 1999/05/22 12:55:16 rnordier Exp $ +.\" $Id: boot_i386.8,v 1.19 1999/06/26 21:57:08 rnordier Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 @@ -194,9 +194,16 @@ you can use the option to force the kernel to use the serial port as its console device. Alternatively, if you boot from the serial port, you can use this option to force the kernel to use the internal display -as the console instead. This option has no effect if the kernel was -compiled with -.Em options COMCONSOLE . +as the console instead. +The serial port driver +.Xr sio 4 +has a flag to override this option. +If that flag is set, the serial port will always be used as the console, +regardless of the +.Fl h +option described here. See the man page for +.Xr sio 4 +for more details. .It Fl P probe the keyboard. If no keyboard is found, the .Fl D |