svn commit: r335046 - head/sbin/dumpon

Eitan Adler eadler at FreeBSD.org
Wed Jun 13 09:28:48 UTC 2018


Author: eadler
Date: Wed Jun 13 09:28:47 2018
New Revision: 335046
URL: https://svnweb.freebsd.org/changeset/base/335046

Log:
  dumpon(8): improve the examples a bit
  
  While here, remove extraneous extraneous Pp
  
  Reviewed by:	jhb (older version)

Modified:
  head/sbin/dumpon/dumpon.8

Modified: head/sbin/dumpon/dumpon.8
==============================================================================
--- head/sbin/dumpon/dumpon.8	Wed Jun 13 09:17:04 2018	(r335045)
+++ head/sbin/dumpon/dumpon.8	Wed Jun 13 09:28:47 2018	(r335046)
@@ -28,7 +28,7 @@
 .\"     From: @(#)swapon.8	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd March 6, 2018
+.Dd June 13, 2018
 .Dt DUMPON 8
 .Os
 .Sh NAME
@@ -181,7 +181,6 @@ or
 .Dv ZSTDIO
 kernel options.
 .Pp
-.Pp
 The
 .Fl l
 flag causes
@@ -311,15 +310,17 @@ The
 can be now examined using
 .Xr kgdb 1 :
 .Pp
-.Dl # kgdb /usr/lib/debug/boot/kernel/kernel.debug vmcore.#
+.Dl # kgdb /boot/kernel/kernel vmcore.#
 .Pp
 or shorter:
 .Pp
-.Dl # kgdb -n # /usr/lib/debug/boot/kernel/kernel.debug
+.Dl # kgdb -n #
 .Pp
 The core was decrypted properly if
 .Xr kgdb 1
 does not print any errors.
+Note that the live kernel might be at a different path
+which can be examined by looking at the kern.bootfile sysctl.
 .Sh SEE ALSO
 .Xr gzip 1 ,
 .Xr kgdb 1 ,


More information about the svn-src-head mailing list