commit:     649030b9ed511c725a5690067b3c0c3469267852
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 21:16:13 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 21:16:13 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=649030b9

appendices/contributing/devbook-guide: remove documentation on pre, sub, sup

The elements <pre>, <sub>, and <sup> are not used in devmanual.

 appendices/contributing/devbook-guide/text.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/appendices/contributing/devbook-guide/text.xml 
b/appendices/contributing/devbook-guide/text.xml
index 64db156..d586956 100644
--- a/appendices/contributing/devbook-guide/text.xml
+++ b/appendices/contributing/devbook-guide/text.xml
@@ -350,24 +350,11 @@ Delegates from the original 13 states formed the...
 </section>
 <section>
 <title>
-  &lt;path&gt;, &lt;c&gt;, &lt;b&gt;, &lt;e&gt;, &lt;sub&gt; and &lt;sup&gt;
+  &lt;c&gt;, &lt;b&gt;, and &lt;e&gt;
 </title>
 <body>
 
 <p>
-The <c>&lt;path&gt;</c>, <c>&lt;c&gt;</c>, <c>&lt;b&gt;</c>, <c>&lt;e&gt;</c>,
-<c>&lt;sub&gt;</c> and <c>&lt;sup&gt;</c> elements can be used inside any child
-<c>&lt;body&gt;</c> tag, except for <c>&lt;pre&gt;</c>.
-</p>
-
-<p>
-The <c>&lt;path&gt;</c> element is used to mark text that refers to an
-<e>on-disk file</e> -- either an <e>absolute or relative path</e>, or a 
-<e>simple filename</e>. This element is generally rendered with a mono spaced 
-font to offset it from the standard paragraph type.  
-</p>
-
-<p>
 The <c>&lt;c&gt;</c> element is used to mark up a <e>command</e> or <e>user
 input</e>.  Think of <c>&lt;c&gt;</c> as a way to alert the reader to something
 that they can type in that will perform some kind of action.  For example, all
@@ -394,11 +381,6 @@ offset from the regular paragraph type for emphasis.  This 
helps to give your
 prose more <e>punch</e>!
 </p>
 
-<p>
-The <c>&lt;sub&gt;</c> and <c>&lt;sup&gt;</c> elements are used to specify
-<sub>subscript</sub> and <sup>superscript</sup>.
-</p>
-
 </body>
 </section>
 <section>

Reply via email to