diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BeginnersGuide/en-US/Book_Info.xml | 9 | ||||
-rw-r--r-- | doc/BeginnersGuide/en-US/Revision_History.xml | 40 | ||||
-rw-r--r-- | doc/BeginnersGuide/en-US/SystemTap_Beginners_Guide.xml | 5 |
3 files changed, 33 insertions, 21 deletions
diff --git a/doc/BeginnersGuide/en-US/Book_Info.xml b/doc/BeginnersGuide/en-US/Book_Info.xml index 80937677..72de1ca3 100644 --- a/doc/BeginnersGuide/en-US/Book_Info.xml +++ b/doc/BeginnersGuide/en-US/Book_Info.xml @@ -3,10 +3,13 @@ ]> <bookinfo id="SystemTap_Beginners_Guide-Product_Name_and_Version"> - <title>Red Hat Enterprise Linux</title> - <subtitle>SystemTap Beginners Guide</subtitle> + <title>SystemTap Beginners Guide</title> + <subtitle>For use with Red Hat Enterprise Linux 5</subtitle> <issuenum>0.1</issuenum> - <productnumber>0</productnumber> + <edition>1.0</edition> + <productname>Red Hat Enterprise Linux</productname> + <productnumber>5</productnumber> + <pubsnumber>1</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> <corpauthor> <inlinemediaobject> diff --git a/doc/BeginnersGuide/en-US/Revision_History.xml b/doc/BeginnersGuide/en-US/Revision_History.xml index 93b96e19..d03a597b 100644 --- a/doc/BeginnersGuide/en-US/Revision_History.xml +++ b/doc/BeginnersGuide/en-US/Revision_History.xml @@ -1,20 +1,26 @@ <?xml version='1.0'?> -<!DOCTYPE revhistory PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]> -<revhistory> - <revision> - <revnumber>1.0</revnumber> - <date></date> - <author> - <firstname></firstname> - <surname></surname> - <email></email> - </author> - <revdescription> - <simplelist> - <member></member> - </simplelist> - </revdescription> - </revision> -</revhistory> +<appendix id="appe-Publican-Revision_History"> + <title>Revision History</title> + <simpara> + <revhistory> + <revision> + <revnumber>1.0</revnumber> + <date>September 2, 2008</date> + <author> + <firstname>Don</firstname> + <surname>Domingo</surname> + <email>ddomingo@redhat.com</email> + </author> + <revdescription> + <simplelist> + <member>Built scratch build (pre-Alpha) of document, content to be added later.</member> + </simplelist> + </revdescription> + </revision> + </revhistory> + </simpara> +</appendix> + diff --git a/doc/BeginnersGuide/en-US/SystemTap_Beginners_Guide.xml b/doc/BeginnersGuide/en-US/SystemTap_Beginners_Guide.xml index 1aa65bff..8b864720 100644 --- a/doc/BeginnersGuide/en-US/SystemTap_Beginners_Guide.xml +++ b/doc/BeginnersGuide/en-US/SystemTap_Beginners_Guide.xml @@ -15,6 +15,9 @@ <!-- <xi:include href="" xmlns:xi="http://www.w3.org/2001/XInclude" /> --> - <xi:include href="Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + +<!-- <xi:include href="Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> --> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/> </book> |