diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-03-03 01:12:25 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-03-03 01:12:25 +0000 |
| commit | 943c2638bfe4f69ff58e6bb76303051fd7f149c7 (patch) | |
| tree | 478be1d24d9154a67fa56aa1126bc3c140522b2e | |
| parent | d26fb41443d6f4cb56e772617ffbc4d8cdbd4222 (diff) | |
Notes
| -rw-r--r-- | usr.bin/ktrace/ktrace.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 6b4d62753871..50775a4906ff 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -85,9 +85,9 @@ Clear the trace points associated with the specified file or processes. .It Fl d Descendants; perform the operation for all current children of the designated processes. -.It Fl f Ar file +.It Fl f Ar trfile Log trace records to -.Ar file +.Ar trfile instead of .Pa ktrace.out . .It Fl g Ar pgid @@ -166,7 +166,7 @@ on process 67 .Xr kdump 1 .Sh BUGS Only works if -.Ar file +.Ar trfile is a regular file. .Sh HISTORY The |
