diff options
author | keramida <keramida@FreeBSD.org> | 2002-03-03 01:12:25 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-03-03 01:12:25 +0000 |
commit | da7415a981033a7e82e75b7a2da892617280b90f (patch) | |
tree | 478be1d24d9154a67fa56aa1126bc3c140522b2e | |
parent | c0f6c85d195883f498b789cda36005bd462072af (diff) | |
download | FreeBSD-src-da7415a981033a7e82e75b7a2da892617280b90f.zip FreeBSD-src-da7415a981033a7e82e75b7a2da892617280b90f.tar.gz |
Consistently refer to the trace file of ktrace as 'trfile'.
PR: docs/35361
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
-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 6b4d627..50775a4 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 |