git: 86e3fb4038ac - main - boottrace.4: Document that boottrace is good at tracing one-shot events
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 09:12:53 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=86e3fb4038ac8b028b085964c1144a1bca333126 commit 86e3fb4038ac8b028b085964c1144a1bca333126 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-07-01 09:09:46 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-07-01 09:09:46 +0000 boottrace.4: Document that boottrace is good at tracing one-shot events Based on an email mhorne@ sent to arch@. Reviewed by: debdrup Differential Revision: https://reviews.freebsd.org/D34566 --- share/man/man4/boottrace.4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man4/boottrace.4 b/share/man/man4/boottrace.4 index 70159c31f503..2a6c9764eb04 100644 --- a/share/man/man4/boottrace.4 +++ b/share/man/man4/boottrace.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 4, 2022 +.Dd July 1, 2022 .Dt BOOTTRACE 4 .Os .Sh NAME @@ -34,7 +34,8 @@ .Sh DESCRIPTION .Nm is a kernel-userspace interface for capturing trace events -during system boot and shutdown. +during system boot and shutdown +.Pq in particular, one-shot events . .Pp Event annotations are present in: .Bl -bullet -compact