diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/cmd/tnf/prex/help.c | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
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" |