diff options
author | kn <kn@cvs.openbsd.org> | 2019-10-20 16:13:36 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-10-20 16:13:36 +0000 |
commit | 178df45752e42545ac20a102d2a6f7029d038a82 (patch) | |
tree | c35632c578d5582ff1a1ed82f4e5c0eed8414dc8 /sys/arch/hppa | |
parent | a34780e9a7a14668925fff6193d0716ea2b45a93 (diff) |
Document "set db_console 0|1"
OK deraadt
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index f4f41ba7c8e..5b32e04f165 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.23 2019/01/02 21:20:41 anton Exp $ +.\" $OpenBSD: boot.8,v 1.24 2019/10/20 16:13:35 kn Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -26,7 +26,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: January 2 2019 $ +.Dd $Mdocdate: October 20 2019 $ .Dt BOOT 8 hppa .Os .Sh NAME @@ -224,9 +224,16 @@ and are both specified, sets that variable to the given value. Variables include: .Pp -.Bl -tag -compact -width boothow +.Bl -tag -compact -width db_console .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 +.Em ddb.console +sysctl gets effective. .It Ic debug Debug flag if .Nm |