diff options
author | ddomingo <ddomingo@redhat.com> | 2008-09-03 09:43:50 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-09-03 09:43:50 +1000 |
commit | aac23edfa124a016581871770af84d10efc38239 (patch) | |
tree | f4b60466b2cddf128c1da1a9faa6030a79784570 /doc/SystemTap_Beginners_Guide/en-US/Chapter.xml | |
parent | 5a130d0de308367869ad84bfc453fc56530e9dc6 (diff) | |
download | systemtap-steved-aac23edfa124a016581871770af84d10efc38239.tar.gz systemtap-steved-aac23edfa124a016581871770af84d10efc38239.tar.xz systemtap-steved-aac23edfa124a016581871770af84d10efc38239.zip |
changed directory name
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/Chapter.xml')
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Chapter.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Chapter.xml b/doc/SystemTap_Beginners_Guide/en-US/Chapter.xml new file mode 100644 index 00000000..0a2b58fd --- /dev/null +++ b/doc/SystemTap_Beginners_Guide/en-US/Chapter.xml @@ -0,0 +1,25 @@ +<?xml version='1.0'?> +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +]> + +<chapter id="SystemTap_Beginners_Guide-Test"> + <title>Test</title> + <para> + This is a test paragraph + </para> + <section id="SystemTap_Beginners_Guide-Test-Section_1_Test"> + <title>Section 1 Test</title> + <para> + Test of a section + </para> + </section> + + <section id="SystemTap_Beginners_Guide-Test-Section_2_Test"> + <title>Section 2 Test</title> + <para> + Test of a section + </para> + </section> + +</chapter> + |