diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml index 3dde00389c..7c2ece8dba 100644 --- a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml @@ -417,10 +417,10 @@ <para>The <link xlink:href="&url.base;/docs.html">&os; tutorials</link> are all marked up as articles, while this document, the <link - xlink:href="&url.books.faq;/index.html">FAQ</link>, - and the <link - xlink:href="&url.books.handbook;/index.html">Handbook</link> are all marked up as books, for - example.</para> + xlink:href="&url.books.faq;/index.html">FAQ</link>, and the + <link + xlink:href="&url.books.handbook;/index.html">Handbook</link> + are all marked up as books, for example.</para> <sect2 xml:id="docbook-markup-starting-a-book"> <title>Starting a Book</title> @@ -1000,11 +1000,10 @@ </variablelist> </example> - <para>A <tag>procedure</tag> shows a series of - <tag>step</tag>s, which may in turn - consist of more <tag>step</tag>s or - <tag>substep</tag>s. Each <tag>step</tag> - contains block elements and may include an optional title.</para> + <para>A <tag>procedure</tag> shows a series of <tag>step</tag>s, + which may in turn consist of more <tag>step</tag>s or + <tag>substep</tag>s. Each <tag>step</tag> contains block + elements and may include an optional title.</para> <para>Sometimes, steps are not sequential, but present a choice: do <emphasis>this</emphasis> or do <emphasis>that</emphasis>, @@ -1309,7 +1308,8 @@ main(void) <literal>informaltable frame="none"</literal>.</para> <example> - <title>Table with <literal>frame="none"</literal> Example</title> + <title>Table with <literal>frame="none"</literal> + Example</title> <para>Appearance:</para> @@ -1962,7 +1962,7 @@ This is the file called 'foo2'</screen> <para>Occasionally it is useful to show a Uniform Resource Identifier (<acronym>URI</acronym>) without - making it an active hyperlink. The <tag>uri</tag> element + making it an active hyperlink. The <tag>uri</tag> element makes this possible:</para> <example> @@ -2641,18 +2641,18 @@ IMAGES= chapter1/fig1.png Web</title> <para>The link element described here allows the writer to - define the link text. When link text is used, it is very important to be descriptive - to give the reader an idea of where the link goes. - Remember that DocBook can be rendered to multiple - types of media. The reader might be looking at a printed book - or other form of media where there are no links. If the link - text is not descriptive enough, the reader might not be able to - locate the linked section.</para> - - <para>The <literal>xlink:href</literal> attribute - is the <acronym>URL</acronym> of the page, - and the content of the element is the text that - will be displayed for the user to activate.</para> + define the link text. When link text is used, it is very + important to be descriptive to give the reader an idea of + where the link goes. Remember that DocBook can be rendered to + multiple types of media. The reader might be looking at a + printed book or other form of media where there are no links. + If the link text is not descriptive enough, the reader might + not be able to locate the linked section.</para> + + <para>The <literal>xlink:href</literal> attribute is the + <acronym>URL</acronym> of the page, and the content of the + element is the text that will be displayed for the user to + activate.</para> <para>In many situations, it is preferable to show the actual <acronym>URL</acronym> rather than text. This can be done by |