]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Minor tweaks to get the FAQ on one page, per nick's request
authorDonna Robinson <donna@terpsichore.ws>
Wed, 3 Aug 2005 20:28:33 +0000 (20:28 +0000)
committerDonna Robinson <donna@terpsichore.ws>
Wed, 3 Aug 2005 20:28:33 +0000 (20:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4315

docs/xml/FAQ.xml
docs/xml/vg-entities.xml

index fed66ded1be891ccc8526d4c15ed3021a5334534..670c78e5b6e3d00925cf6f1f02debdcf85c51930 100644 (file)
@@ -4,13 +4,21 @@
 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
 
 <book id="FAQ" xreflabel="Valgrind FAQ">
-
-  <bookinfo>
-    <title>Valgrind FAQ</title>
-  </bookinfo>
-
-
-<chapter id="faq.background" xreflabel="Background">
+<title>Valgrind FAQ</title>
+<bookinfo>
+  <subtitle>Valgrind Frequently Asked Questions</subtitle>
+  <releaseinfo>August 2005</releaseinfo>
+  <author>
+    <surname>
+      <ulink url="http://www.valgrind.org/www/developers.html">Valgrind Developers</ulink>
+    </surname>
+    <affiliation><orgname>
+      <ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink>
+    </orgname></affiliation>
+  </author>
+</bookinfo>
+
+<sect1 id="faq.background" xreflabel="Background">
 <title>Background</title>
 
 <qandaset id="qset.background">
 
 </qandaset>
 
-</chapter>
+</sect1>
 
 
-<chapter id="faq.installing" 
+<sect1 id="faq.installing" 
        xreflabel="Compiling, installing and configuring">
 <title>Compiling, installing and configuring</title>
 <qandaset id="qset.installing">
 </qandaentry>
 
 </qandaset>
-</chapter>
+</sect1>
 
 
 
-<chapter id="faq.abort" 
+<sect1 id="faq.abort" 
        xreflabel="Valgrind aborts unexpectedly">
 <title>Valgrind aborts unexpectedly</title>
 <qandaset id="qset.abort">
 </qandaentry>
 
 </qandaset>
-</chapter>
+</sect1>
 
 
-<chapter id="faq.unexpected" 
+<sect1 id="faq.unexpected" 
        xreflabel="Valgrind behaves unexpectedly">
 <title>Valgrind behaves unexpectedly</title>
 <qandaset id="qset.unexpected">
@@ -359,10 +367,10 @@ Invalid write of size 1
 </qandaentry>
 
 </qandaset>
-</chapter>
+</sect1>
 
 
-<chapter id="faq.notfound" xreflabel="Memcheck doesn't find my bug">
+<sect1 id="faq.notfound" xreflabel="Memcheck doesn't find my bug">
 <title>Memcheck doesn't find my bug</title>
 <qandaset id="qset.notfound">
 
@@ -438,10 +446,10 @@ int main(void)
 
 
 </qandaset>
-</chapter>
+</sect1>
 
 
-<chapter id="faq.misc" 
+<sect1 id="faq.misc" 
        xreflabel="Miscellaneous">
 <title>Miscellaneous</title>
 <qandaset id="qset.misc">
@@ -505,11 +513,11 @@ int main(void)
 
 
 </qandaset>
-</chapter>
+</sect1>
 
 
 <!-- template 
-<chapter id="faq." 
+<sect1 id="faq." 
        xreflabel="xx">
 <title>xx</title>
 <qandaset id="qset.">
@@ -524,12 +532,12 @@ int main(void)
 </qandaentry>
 
 </qandaset>
-</chapter>
+</sect1>
 -->
 
 
 
-<chapter id="faq.help" xreflabel="How To Get Further Assistance">
+<sect1 id="faq.help" xreflabel="How To Get Further Assistance">
 <title>How To Get Further Assistance</title>
 
 
@@ -572,6 +580,7 @@ community are very helpful and responsive to emailed questions,
 you are probably requesting help from unpaid volunteers, so you
 have no guarantee of receiving an answer.</para>
 
-</chapter>
+</sect1>
+
 
 </book>
index a49edf051f66f66686565cb0c486daf995c7148f..a9217a1af0e2e75a78fcdc8634885bc615a6f1c3 100644 (file)
@@ -8,5 +8,5 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.0.0">
-<!ENTITY rel-date    "July 24 2005">
+<!ENTITY rel-date    "August 3 2005">