diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-02 09:17:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-02 09:17:23 +0000 |
commit | e6dae4f57fb345f70e27a7818345c5b1907792c6 (patch) | |
tree | fa04000f2ab4d6e6cc8dcc68b7963f304708f566 /sys | |
parent | b4d852c8cb8c5e623098e0c2190a0dd8b7f855f9 (diff) |
after some advice from nick, note that only com0 is currently supported
as serial; closes PR 3621 from Johan Fredin;
ok nick@ krw@ millert@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index cf7be781099..91031923e23 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.37 2003/12/20 08:59:03 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.38 2004/01/02 09:17:22 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -278,10 +278,13 @@ File name containing the kernel image. Number of seconds boot will wait for human intervention before booting the default kernel image. .It Nm tty -Active console device name (i.e., +Active console device name (e.g., .Li com0 , .Li com1 , .Li pc0 ) . +Currently, only the first serial port +.Pq Li com0 +is supported for console on i386. .El .It stty Op Ar device Op Ar speed Displays or sets the |