diff options
author | kn <kn@cvs.openbsd.org> | 2019-10-20 22:15:09 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-10-20 22:15:09 +0000 |
commit | b8f57730cd2e60da1952b29cfbae35e6fabafc76 (patch) | |
tree | cf68523b20f885411de24176e3eb211458af70d1 /sys/arch/i386 | |
parent | 6a908d04b4ccf157fe76f6bd7883a6621e389e0e (diff) |
Improve previous
From and OK jmc
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index c41184459ce..4547fe36d07 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.65 2019/10/20 16:13:35 kn Exp $ +.\" $OpenBSD: boot.8,v 1.66 2019/10/20 22:15:08 kn Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -300,10 +300,7 @@ Variables include: .It Ic addr Address at which to load the kernel. .It Ic db_console -Boolean (e.g., -.Li 1 , -.Li 0 ) -to permit entry into the kernel debugger before the +Boolean (0 or 1) to permit entry into the kernel debugger before the .Em ddb.console sysctl gets effective. .It Ic debug |