diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-25 03:16:44 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-25 03:16:44 +0000 |
commit | 5ba4bdf4ab1ffbe2b4599f2ebc9242d1a144e007 (patch) | |
tree | 6223139d4849d91013625a91a81802f5db142cab /share/man/man7 | |
parent | 560fd7109664a66b9d549c9b2b1283cfe1e46481 (diff) |
Tweakers are authors too.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/kgdb.7 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man7/kgdb.7 b/share/man/man7/kgdb.7 index 2991e31dee5..61c9660e005 100644 --- a/share/man/man7/kgdb.7 +++ b/share/man/man7/kgdb.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kgdb.7,v 1.2 2001/08/24 14:40:29 aaron Exp $ +.\" $OpenBSD: kgdb.7,v 1.3 2001/08/25 03:16:43 hugh Exp $ .\" .\" Copyright (c) 2001 Hugh Graham .\" @@ -36,9 +36,9 @@ kernel's internal debugger .Xr ddb 4 , and have appropriate hardware available, a kernel with .Cm option KGDB -to effect remote debugging with +may be built to effect remote debugging with .Xr gdb 1 -may be built instead. +instead. .Pp To prepare for debugging over serial line one would: .Pp @@ -76,6 +76,7 @@ gdb info documents and online documentation. .Sh HISTORY The .Nm -manual page was begrudgingly written by Hugh Graham. +manual page was written by Hugh Graham, with subsequent modifications +by Aaron Campbell. .Sh CAVEATS Not available on all architectures. |