From: mpi Date: Mon, 1 May 2017 06:39:25 +0000 (+0000) Subject: Fewer kgdb(7) references and fix previous. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=da28f17e2fe3549e921e2dbd5a7ae23834b68b8d;p=openbsd Fewer kgdb(7) references and fix previous. Pointed by jmc@ --- diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 780d156a6e0..9fd3a592595 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.86 2017/04/22 11:05:04 visa Exp $ +.\" $OpenBSD: ddb.4,v 1.87 2017/05/01 06:39:25 mpi Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -25,7 +25,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd $Mdocdate: April 22 2017 $ +.Dd $Mdocdate: May 1 2017 $ .Dt DDB 4 .Os .Sh NAME @@ -1224,7 +1224,6 @@ It may be followed by a ':' and modifiers as described above. .Xr witness 4 , .Xr sysctl.conf 5 , .Xr hangman 6 , -.Xr kgdb 7 , .Xr crash 8 , .Xr sysctl 8 , .Xr extent 9 , diff --git a/share/man/man7/intro.7 b/share/man/man7/intro.7 index ccabd729519..8f52e3f402d 100644 --- a/share/man/man7/intro.7 +++ b/share/man/man7/intro.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.7,v 1.17 2015/04/25 16:37:17 jmc Exp $ +.\" $OpenBSD: intro.7,v 1.18 2017/05/01 06:39:25 mpi Exp $ .\" $NetBSD: intro.7,v 1.3 1994/11/30 19:07:15 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: April 25 2015 $ +.Dd $Mdocdate: May 1 2017 $ .Dt INTRO 7 .Os .Sh NAME @@ -53,8 +53,6 @@ Shell-style pattern matching. File system hierarchy. .It Xr hostname 7 Hostname resolution rules. -.It Xr kgdb 7 -Remote kernel debugging with gdb. .It Xr library-specs 7 Shared library name specifications. .It Xr mailaddr 7 diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 8e158a55ba2..179af831b98 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.62 2017/04/30 20:09:27 mpi Exp $ +.\" $OpenBSD: config.8,v 1.63 2017/05/01 06:39:25 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: April 30 2017 $ +.Dd $Mdocdate: May 1 2017 $ .Dt CONFIG 8 .Os .Sh NAME @@ -217,7 +217,10 @@ decide what should happen. .Pp To debug kernels and their crash dumps with gdb, add .Dq makeoptions DEBUG="-g" -to the kernel configuration file, along with (typically) +to the kernel configuration file. +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