mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use .Nm ktrace instead of .Nm in SYNOPSIS section: otherwise, a newline is
missing.
This commit is contained in:
parent
4ced7dd5bf
commit
397e68b2a4
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $Id$
|
||||
.\" $Id: ktrace.1,v 1.6 1997/04/27 08:45:45 jmg Exp $
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dt KTRACE 1
|
||||
|
|
@ -39,13 +39,13 @@
|
|||
.Nm ktrace
|
||||
.Nd enable kernel process tracing
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Nm ktrace
|
||||
.Op Fl aCcdi
|
||||
.Op Fl f Ar trfile
|
||||
.Op Fl g Ar pgrp
|
||||
.Op Fl p Ar pid
|
||||
.Op Fl t Ar trstr
|
||||
.Nm
|
||||
.Nm ktrace
|
||||
.Op Fl adi
|
||||
.Op Fl f Ar trfile
|
||||
.Op Fl t Ar trstr
|
||||
|
|
|
|||
Loading…
Reference in a new issue