summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide
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
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')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Author_Group.xml2
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml6
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Introduction.xml4
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Author_Group.xml b/doc/SystemTap_Beginners_Guide/en-US/Author_Group.xml
index 676af712..4d81c745 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Author_Group.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Author_Group.xml
@@ -3,7 +3,7 @@
]>
<authorgroup>
- <corpauthor>Red Hat Enterprise Linux Documentation</corpauthor>
+ <corpauthor>Red Hat, Inc.</corpauthor>
<author>
<firstname>Don</firstname>
<surname>Domingo </surname>
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml b/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
index 1599dc53..b8eba008 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
@@ -7,10 +7,14 @@
<subtitle condition="RedHat">Introduction to SystemTap (for Red Hat Enterprise Linux 5.3)</subtitle>
<subtitle condition="fedora">Introduction to SystemTap (for Fedora Core 10)</subtitle>
<edition>2.0</edition>
+
<productname>Red Hat Enterprise Linux</productname>
<productnumber>5</productnumber>
+
<pubsnumber>2</pubsnumber>
- <abstract><para>This guide provides basic instructions on how to use SystemTap to monitor different subsystems of &PRODUCT; in finer detail. The <citetitle>SystemTap Beginners Guide</citetitle> is recommended for users who have taken <ulink url="https://www.redhat.com/courses/rh133_red_hat_linux_system_administration_and_rhct_exam/">RHCT</ulink> or have a similar level of expertise in &PRODUCT;.</para></abstract>
+ <abstract condition="RedHat"><para>This guide provides basic instructions on how to use SystemTap to monitor different subsystems of &PRODUCT; in finer detail. The <citetitle>SystemTap Beginners Guide</citetitle> is recommended for users who have taken <ulink url="https://www.redhat.com/courses/rh133_red_hat_linux_system_administration_and_rhct_exam/">RHCT</ulink> or have a similar level of expertise in &PRODUCT;.</para></abstract>
+
+ <abstract condition="fedora"><para>This guide provides basic instructions on how to use SystemTap to monitor different subsystems of Fedora Core 10 in finer detail. The <citetitle>SystemTap Beginners Guide</citetitle> is recommended for users who have taken <ulink url="https://www.redhat.com/courses/rh133_red_hat_linux_system_administration_and_rhct_exam/">RHCT</ulink> or have a similar level of expertise in Fedora Core 10.</para></abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
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>