Date: Sat, 24 May 2025 19:28:46 GMT From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a8b9eea5c5b5 - main - ddb4: improve formatting Message-ID: <202505241928.54OJSkT3057400@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=a8b9eea5c5b5ec507be7e5e78a4b7a9a1a945dc1 commit a8b9eea5c5b5ec507be7e5e78a4b7a9a1a945dc1 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2025-05-24 19:25:17 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2025-05-24 19:28:33 +0000 ddb4: improve formatting Improve the consistency of the formatting. Reviewed by: ziaee MFC after: 3 days Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D50514 --- share/man/man4/ddb.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index b3fc3231f6b4..4f6304e88114 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -24,7 +24,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd November 10, 2022 +.Dd May 24, 2025 .Dt DDB 4 .Os .Sh NAME @@ -590,7 +590,7 @@ Prints the address of the thread whose kernel-mode stack contains if any. .Pp .It Ic show Cm active trace -.It acttrace +.It Ic acttrace Show a stack trace for every thread running on a CPU. .Pp .It Ic show Cm all procs Ns Op Li / Ns Cm a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505241928.54OJSkT3057400>