summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2022-02-26 16:40:47 -0600
committerRichard Lowe <richlowe@richlowe.net>2022-03-10 01:14:35 -0600
commitbbf215553c7233fbab8a0afdf1fac74c44781867 (patch)
treee698415c5d1265b368c58c56199244dc2be86500 /usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
parent236cb9a89d936b4b681853751c9af1adccc35ef9 (diff)
downloadillumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/dtrace/dtrace.c')
-rw-r--r--usr/src/cmd/mdb/common/modules/dtrace/dtrace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/mdb/common/modules/dtrace/dtrace.c b/usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
index 8acc470844..aaf430f82d 100644
--- a/usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
+++ b/usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
@@ -84,7 +84,7 @@ dtrace_help(void)
mdb_printf("Given a dtrace_state_t structure that represents a "
"DTrace consumer, prints\n"
- "dtrace(1M)-like output for in-kernel DTrace data. (The "
+ "dtrace(8)-like output for in-kernel DTrace data. (The "
"dtrace_state_t\n"
"structures for all DTrace consumers may be obtained by running "
"the \n"
@@ -1653,7 +1653,7 @@ dtrace_state_help(void)
"no state structure is provided, iterates\nover all state "
"structures.\n\n"
"Addresses in ADDR column may be provided to ::dtrace to obtain\n"
- "dtrace(1M)-like output for in-kernel DTrace data.\n");
+ "dtrace(8)-like output for in-kernel DTrace data.\n");
}
int
@@ -2764,7 +2764,7 @@ dtrace_probes(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
const mdb_dcmd_t kernel_dcmds[] = {
{ "id2probe", ":", "translate a dtrace_id_t to a dtrace_probe_t",
id2probe },
- { "dtrace", ":[-c cpu]", "print dtrace(1M)-like output",
+ { "dtrace", ":[-c cpu]", "print dtrace(8)-like output",
dtrace, dtrace_help },
{ "dtrace_errhash", ":", "print DTrace error hash", dtrace_errhash },
{ "dtrace_helptrace", ":", "print DTrace helper trace",