From 16964dae4130516cb0e498414a1abdf61dfa4cee Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 10 Aug 1996 09:05:17 +0000 Subject: [PATCH] s/trace -C/ktrace -C/ Pointed out by: zgabor@code.hu (Zahemszky Gabor) PR#1486 --- usr.bin/ktrace/ktrace.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 6cf23ea163a..acd9845aff2 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -66,7 +66,7 @@ attempting to trace a process. The following command is sufficient to disable tracing on all user owned processes, and, if executed by root, all processes: .Pp -.Dl \&$ trace -C +.Dl \&$ ktrace -C .Pp The trace file is not human readable; use .Xr kdump 1