From da7415a981033a7e82e75b7a2da892617280b90f Mon Sep 17 00:00:00 2001 From: keramida Date: Sun, 3 Mar 2002 01:12:25 +0000 Subject: Consistently refer to the trace file of ktrace as 'trfile'. PR: docs/35361 Submitted by: Stefan Farfeleder --- usr.bin/ktrace/ktrace.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1