diff options
Diffstat (limited to 'usr/src/cmd/dtrace/dtrace.c')
| -rw-r--r-- | usr/src/cmd/dtrace/dtrace.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/dtrace/dtrace.c b/usr/src/cmd/dtrace/dtrace.c index f005629fc9..95c0ba89d6 100644 --- a/usr/src/cmd/dtrace/dtrace.c +++ b/usr/src/cmd/dtrace/dtrace.c @@ -102,7 +102,7 @@ static const char *g_etcend = "* ^^^^ Added by DTrace"; static const char *g_etc[] = { "*", -"* The following forceload directives were added by dtrace(1M) to allow for", +"* The following forceload directives were added by dtrace(8) to allow for", "* tracing during boot. If these directives are removed, the system will", "* continue to function, but tracing will not occur during boot as desired.", "* To remove these directives (and this block comment) automatically, run", @@ -134,7 +134,7 @@ usage(FILE *fp) "\t-32 generate 32-bit D programs and ELF files\n" "\t-64 generate 64-bit D programs and ELF files\n\n" "\t-a claim anonymous tracing state\n" - "\t-A generate driver.conf(4) directives for anonymous tracing\n" + "\t-A generate driver.conf(5) directives for anonymous tracing\n" "\t-b set trace buffer size\n" "\t-c run specified command and exit upon its completion\n" "\t-C run cpp(1) preprocessor on script files\n" @@ -605,7 +605,7 @@ exec_prog(const dtrace_cmd_t *dcp) /* * Print out the specified DOF buffer as a set of ASCII bytes appropriate for - * storing in a driver.conf(4) file associated with the dtrace driver. + * storing in a driver.conf(5) file associated with the dtrace driver. */ static void anon_prog(const dtrace_cmd_t *dcp, dof_hdr_t *dof, int n) @@ -1659,7 +1659,7 @@ main(int argc, char *argv[]) */ error("saved anonymous enabling in %s\n", g_ofile); etcsystem_add(); - error("run update_drv(1M) or reboot to enable changes\n"); + error("run update_drv(8) or reboot to enable changes\n"); dtrace_close(g_dtp); return (g_status); @@ -1742,7 +1742,7 @@ main(int argc, char *argv[]) if ((g_ofp = fopen(g_ofile, "w")) == NULL) fatal("failed to open header file '%s'", g_ofile); - oprintf("/*\n * Generated by dtrace(1M).\n */\n\n"); + oprintf("/*\n * Generated by dtrace(8).\n */\n\n"); if (dtrace_program_header(g_dtp, g_ofp, g_ofile) != 0 || fclose(g_ofp) == EOF) |
