svn commit: r54122 - head/en_US.ISO8859-1/books/handbook/dtrace
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: bcr
Date: Sat May 9 10:11:07 2020
New Revision: 54122
URL: https://svnweb.freebsd.org/changeset/doc/54122
Log:
Correct the location of the dtrace-toolkit when
installed from ports/packages.
PR: 246302
Submitted by: Alexandr Krivulya
Modified:
head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Sat May 9 08:39:40 2020 (r54121)
+++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Sat May 9 10:11:07 2020 (r54122)
@@ -253,7 +253,7 @@ makeoptions WITH_CTF=1</programlisting>
identify which function is using the most kernel time. It will
produce output similar to the following:</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>
Sampling... Hit Ctrl-C to end.</screen>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"