Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2021 17:55:00 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: af06ff55535d - main - dumpon.8: Ask DDB to call doadump() rather than calling it directly
Message-ID:  <202103081755.128Ht03c069327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=af06ff55535d9b2de253103e974558104e0a3d97

commit af06ff55535d9b2de253103e974558104e0a3d97
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-03-08 17:39:05 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-03-08 17:39:05 +0000

    dumpon.8: Ask DDB to call doadump() rather than calling it directly
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sbin/dumpon/dumpon.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8
index acdc554ae546..de9bd648e68b 100644
--- a/sbin/dumpon/dumpon.8
+++ b/sbin/dumpon/dumpon.8
@@ -275,7 +275,7 @@ debugger:
 In the debugger the following commands should be typed to write a core dump and
 reboot:
 .Pp
-.Dl db> call doadump(0)
+.Dl db> dump
 .Dl db> reset
 .Pp
 After reboot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103081755.128Ht03c069327>