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
.\" The Regents of the University of California. All rights reserved.
@ -37,7 +37,7 @@
.Dt KTRACE 1
.Os
.Sh NAME
.Nm ktrace
.Nm ktrace , ktruss
.Nd enable kernel process tracing
.Sh SYNOPSIS
.Nm
@ -51,6 +51,22 @@
.Op Fl f Ar trfile
.Op Fl t Ar trstr
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
.Nm
enables kernel trace logging for the specified processes.