diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 03d125aed44..735b3df49db 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -200,10 +200,8 @@ See for details. .Pp To analyze a dump you should begin by running -.Xr gdb 1 -with the -.Fl k -flag on the system load image and core dump. +.Xr kgdb 1 +on the system load image and core dump. If the core image is the result of a panic, the panic message is printed. For more details consult the chapter on kernel debugging in @@ -211,7 +209,7 @@ the .%B "FreeBSD Developers' Handbook" .Pq Pa http://www.FreeBSD.org/ . .Sh SEE ALSO -.Xr gdb 1 , +.Xr kgdb 1 , .Xr dumpon 8 , .Xr reboot 8 , .Xr savecore 8