Update to r54122:
Correct the location of the dtrace-toolkit when installed from ports/packages.
This commit is contained in:
parent
9d1a366d5d
commit
30b26a24ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54189
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ that might make this chapter too large.
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/dtrace/chapter.xml,v 1.4 2009/08/22 18:54:15 bcr Exp $
|
$FreeBSDde: de-docproj/books/handbook/dtrace/chapter.xml,v 1.4 2009/08/22 18:54:15 bcr Exp $
|
||||||
basiert auf: r53856
|
basiert auf: r54122
|
||||||
-->
|
-->
|
||||||
<!-- XXXTR: Should probably put links and resources here. I'm
|
<!-- XXXTR: Should probably put links and resources here. I'm
|
||||||
nervous about this chapter as it may require a partial
|
nervous about this chapter as it may require a partial
|
||||||
|
@ -309,7 +309,7 @@ makeoptions WITH_CTF=1</programlisting>
|
||||||
beansprucht. Es wird es Ausgaben ähnlich der Folgenden
|
beansprucht. Es wird es Ausgaben ähnlich der Folgenden
|
||||||
produzieren:</para>
|
produzieren:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/share/dtrace/toolkit</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/local/share/dtrace-toolkit</userinput>
|
||||||
&prompt.root; <userinput>./hotkernel</userinput>
|
&prompt.root; <userinput>./hotkernel</userinput>
|
||||||
Sampling... Hit Ctrl-C to end.</screen>
|
Sampling... Hit Ctrl-C to end.</screen>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue