diff options
Diffstat (limited to 'usr/src/cmd/tnf/prex/help.c')
-rw-r--r-- | usr/src/cmd/tnf/prex/help.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/tnf/prex/help.c b/usr/src/cmd/tnf/prex/help.c index 4af6ee3317..33ca6c8821 100644 --- a/usr/src/cmd/tnf/prex/help.c +++ b/usr/src/cmd/tnf/prex/help.c @@ -23,8 +23,6 @@ * Copyright (c) 1994, by Sun Microsytems, Inc. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <stdio.h> #include <strings.h> #include "expr.h" @@ -85,7 +83,7 @@ static char *helptopicstrings[NUMHELPTOPICS] = { "Controlling Kernel Probes\n" "\n" "The Solaris kernel is instrumented with a small number of strategically\n" -"placed probes, documented in tnf_kernel_probes(4). The superuser can\n" +"placed probes, documented in tnf_kernel_probes(5). The superuser can\n" "control these probes by running prex with the \"-k\" option.\n" "\n" "In kernel mode, trace output is written to an in-core buffer, rather\n" |