summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-01-27 14:40:18 +1000
committerddomingo <ddomingo@redhat.com>2009-01-27 14:40:18 +1000
commit6f2e08530c527a072732d1792a092231d881647c (patch)
tree8903592ad5b38a68ebb154e84564f8bc03f292c4 /doc/SystemTap_Beginners_Guide/en-US/Introduction.xml
parentf46d1b8ad2ff5e1f2355b2aefe2fe7a6ab54823c (diff)
downloadsystemtap-steved-6f2e08530c527a072732d1792a092231d881647c.tar.gz
systemtap-steved-6f2e08530c527a072732d1792a092231d881647c.tar.xz
systemtap-steved-6f2e08530c527a072732d1792a092231d881647c.zip
minimized RHEL-isms in doc source, still need to edit <productname> and <productnumber> when building for non-RHEL though
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/Introduction.xml')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Introduction.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml b/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml
index 005bfba0..afb9e738 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Introduction.xml
@@ -101,7 +101,9 @@
<primary>capabilities of SystemTap</primary>
<secondary>Introduction</secondary>
</indexterm>
- <para>SystemTap was originally developed to provide functionality for &PROD; similar to previous Linux probing tools such as <application>dprobes</application> and the Linux Trace Toolkit. SystemTap aims to supplement the existing suite of Linux monitoring tools by providing users with the infrastructure to track kernel activity. In addition, SystemTap combines this capability with two things:</para>
+<para condition="RedHat">SystemTap was originally developed to provide functionality for &PROD; similar to previous Linux probing tools such as <application>dprobes</application> and the Linux Trace Toolkit. SystemTap aims to supplement the existing suite of Linux monitoring tools by providing users with the infrastructure to track kernel activity. In addition, SystemTap combines this capability with two things:</para>
+
+<para condition="fedora">SystemTap was originally developed to provide functionality for Fedora Core 10 similar to previous Linux probing tools such as <application>dprobes</application> and the Linux Trace Toolkit. SystemTap aims to supplement the existing suite of Linux monitoring tools by providing users with the infrastructure to track kernel activity. In addition, SystemTap combines this capability with two things:</para>
<!--
<para>SystemTap was originally developed as a working &PROD; version of old Linux probing tools such as <application>dprobes</application> and the Linux Trace Toolkit. Further, SystemTap can also be considered the Linux answer to <firstterm>Dtrace</firstterm>. Dtrace is a Sun Microsystems "dynamic tracing" framework that assists administrators in monitoring and troubleshooting kernel and user-space applications in real time.</para>