include comments for ktruss

This commit is contained in:
darrenr 1999-07-12 03:24:58 +00:00
parent 43fc13da12
commit b7eb8dab03
1 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ktrace.1,v 1.10 1999/03/22 18:16:38 garbled Exp $ .\" $NetBSD: ktrace.1,v 1.11 1999/07/12 03:24:58 darrenr Exp $
.\" .\"
.\" Copyright (c) 1990, 1993 .\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -37,7 +37,7 @@
.Dt KTRACE 1 .Dt KTRACE 1
.Os .Os
.Sh NAME .Sh NAME
.Nm ktrace .Nm ktrace , ktruss
.Nd enable kernel process tracing .Nd enable kernel process tracing
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
@ -51,6 +51,22 @@
.Op Fl f Ar trfile .Op Fl f Ar trfile
.Op Fl t Ar trstr .Op Fl t Ar trstr
command command
.Nm ktruss
.Op Fl aCcdilRT
.Op Fl e Ar emulation
.Op Fl f Ar infile
.Op Fl g Ar pgrp
.Op Fl m Ar maxdata
.Op Fl o Ar outfile
.Op Fl p Ar pid
.Op Fl t Ar trstr
.Nm ""
.Op Fl adiRT
.Op Fl e Ar emulation
.Op Fl m Ar maxdata
.Op Fl o Ar outfile
.Op Fl t Ar trstr
command
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
enables kernel trace logging for the specified processes. enables kernel trace logging for the specified processes.