diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-02 10:50:30 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-02 10:50:30 +0000 |
commit | 87a3a0d4b23d6e8fa73ee7e8b742aa31a20fe332 (patch) | |
tree | 545a14961beffd2c859215d82c12c60c8f3491d2 /share | |
parent | de505525ed3a71697af7bb50fc391c4eceac477e (diff) |
Add an option DDB_SAFE_CONSOLE that defaults db_console to 1.
In many cases, setting db_console in /etc/rc is too late.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 433be5013d4..ea47b4e3c64 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.46 2000/02/24 16:09:14 chris Exp $ +.\" $OpenBSD: options.4,v 1.47 2000/03/02 10:50:28 art Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -159,6 +159,9 @@ Compiles in a kernel debugger for diagnosing kernel problems. See for details. .Em NOTE: not available on all architectures. +.It Cd option DDB_SAFE_CONSOLE +Allows a break into the kernel debugger during boot. Useful when +debugging problems that can cause init(8) to fail. .It Cd option KGDB Compiles in a remote kernel debugger stub for diagnosing kernel problems using the |