The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=763fb2fda0144e3630de74b918d06a96b7968ee2
commit 763fb2fda0144e3630de74b918d06a96b7968ee2 Author: Mark Johnston <[email protected]> AuthorDate: 2021-03-08 17:39:05 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-03-15 15:40:16 +0000 dumpon.8: Ask DDB to call doadump() rather than calling it directly Sponsored by: The FreeBSD Foundation (cherry picked from commit af06ff55535d9b2de253103e974558104e0a3d97) --- 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
