svn commit: r39795 - head/en_US.ISO8859-1/books/handbook/dtrace
Glen Barber
gjb at FreeBSD.org
Mon Oct 22 19:25:37 UTC 2012
Author: gjb
Date: Mon Oct 22 19:25:36 2012
New Revision: 39795
URL: http://svn.freebsd.org/changeset/doc/39795
Log:
Unbreak build.
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 Mon Oct 22 19:03:22 2012 (r39794)
+++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:25:36 2012 (r39795)
@@ -202,7 +202,7 @@ options DDB_CTF</programlisting>
If you are running FreeBSD 10, you will find the &dtrace;Toolkit
in <filename>/usr/share/dtrace</filename>.
Otherwise, you can install the &dtrace;Toolkit using the
- <filename role="package">sysutils/DTraceToolkit</filename> port.
+ <filename role="package">sysutils/DTraceToolkit</filename> port.</para>
</sect1>
<sect1 id="dtrace-using">
@@ -265,7 +265,7 @@ options DDB_CTF</programlisting>
will produce output similar to the following:</para>
<screen>&prompt.root; <userinput>cd /usr/share/dtrace/toolkit</userinput>
- <screen>&prompt.root; <userinput>./hotkernel</userinput>
+&prompt.root; <userinput>./hotkernel</userinput>
Sampling... Hit Ctrl-C to end.</screen>
<para>The system administrator must use the
More information about the svn-doc-head
mailing list