List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:November 14 2008 12:16pm
Subject:svn commit - mysqldoc@docsrva: r12472 - trunk/mysqldoc-guide
View as plain text  
Author: tbedford
Date: 2008-11-14 12:16:42 +0100 (Fri, 14 Nov 2008)
New Revision: 12472

Log:
Added entry for caution element.

Modified:
   trunk/mysqldoc-guide/formatting-guide.xml


Modified: trunk/mysqldoc-guide/formatting-guide.xml
===================================================================
--- trunk/mysqldoc-guide/formatting-guide.xml	2008-11-14 10:39:43 UTC (rev 12471)
+++ trunk/mysqldoc-guide/formatting-guide.xml	2008-11-14 11:16:42 UTC (rev 12472)
Changed blocks: 2, Lines Added: 23, Lines Deleted: 1; 1056 bytes

@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [

@@ -1307,6 +1306,29 @@
 
     </section>
 
+    <section id="fg-elements-caution">
+
+      <title>caution</title>
+
+      <para>
+        Used where a procedure may result in data loss if not carried
+        out correctly. Used to indicate great care should be taken.
+      </para>
+
+      <para>
+        <ulink url="&base-url-tdg;caution.html"/>
+      </para>
+
+<programlisting>
+&lt;caution&gt;
+  &lt;para&gt;
+    The following procedure should be carried out with care...
+  &lt;/para&gt;
+&lt;/caution&gt;
+</programlisting>
+
+    </section>
+
     <section id="fg-elements-colspec">
 
       <title>colspec</title>


Thread
svn commit - mysqldoc@docsrva: r12472 - trunk/mysqldoc-guideanthony.bedford14 Nov