Index: head/usr.sbin/crashinfo/crashinfo.8 =================================================================== --- head/usr.sbin/crashinfo/crashinfo.8 +++ head/usr.sbin/crashinfo/crashinfo.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 19, 2017 +.Dd December 2, 2020 .Dt CRASHINFO 8 .Os .Sh NAME @@ -85,6 +85,7 @@ .Xr pstat 8 , and .Xr vmstat 8 . +Note that kgdb must be installed from the devel/gdb port or gdb package. .Pp The options are as follows: .Bl -tag -width indent Index: head/usr.sbin/crashinfo/crashinfo.sh =================================================================== --- head/usr.sbin/crashinfo/crashinfo.sh +++ head/usr.sbin/crashinfo/crashinfo.sh @@ -177,6 +177,7 @@ find_gdb if [ -z "$GDB" ]; then echo "Unable to find a kernel debugger." + echo "Please install the devel/gdb port or gdb package." exit 1 fi