diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 20:09:29 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 20:09:29 +0000 |
commit | 0c3034d387a2e7408be2257c162dcdc1bb728640 (patch) | |
tree | 71462533679fd37359a646d1a50d461fe50535c5 /usr.sbin/config | |
parent | fea4665b2ee7db04edbf36c29770c18613dbac27 (diff) |
Remove KGDB references.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/config.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 3b479f4c327..8e158a55ba2 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.61 2016/03/13 08:39:29 jmc Exp $ +.\" $OpenBSD: config.8,v 1.62 2017/04/30 20:09:27 mpi Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)config.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: March 13 2016 $ +.Dd $Mdocdate: April 30 2017 $ .Dt CONFIG 8 .Os .Sh NAME @@ -218,10 +218,6 @@ decide what should happen. To debug kernels and their crash dumps with gdb, add .Dq makeoptions DEBUG="-g" to the kernel configuration file, along with (typically) -.Dq option KGDB . -Refer to -.Xr options 4 -for further details. .Pp Many other statements exist, and the file format is fairly rich; for more information see the various configuration files included in the system, as |