summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-08-08 11:32:06 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-08-08 11:32:06 -0400
commit3d3bba51c45edc94c85e72c61432433a61400dce (patch)
tree7b7767fbeb2a46b56bfccfc94af13409910b3dcb
parent3092cdbfd004aeab6c1ed16ead4a396996425bf1 (diff)
downloadsigen-3d3bba51c45edc94c85e72c61432433a61400dce.tar.gz
sigen-3d3bba51c45edc94c85e72c61432433a61400dce.tar.xz
sigen-3d3bba51c45edc94c85e72c61432433a61400dce.zip
Rebreak paragraphs to avoid a space being inserted inthe output HTML
-rw-r--r--sigmodr/doc/basics.docbook14
-rw-r--r--sigmodr/doc/editing-sigmod.docbook6
-rw-r--r--sigmodr/doc/introduction.docbook18
3 files changed, 19 insertions, 19 deletions
diff --git a/sigmodr/doc/basics.docbook b/sigmodr/doc/basics.docbook
index 19b65b57..77283111 100644
--- a/sigmodr/doc/basics.docbook
+++ b/sigmodr/doc/basics.docbook
@@ -22,8 +22,8 @@
<para>Since &sigmodr; is the official editor for &sigmod; files, it is the
default application for opening &sigmod; files with if installed. Precedence
-with other applications can be changed using the <guilabel>File Associations
-</guilabel> settings (found in &systemsettings;). By default, &sigmodr; can be
+with other applications can be changed using the <guilabel>File
+Associations</guilabel> settings (found in &systemsettings;). By default, &sigmodr; can be
started in any of the following ways:
<itemizedlist spacing="compact">
@@ -114,11 +114,11 @@ open and some items expanded:
<para>The <interface>editing panel</interface> is where the widgets used to edit
a data structure are shown. The <guibutton>Apply</guibutton> button will save
the information to the &sigmod; in memory. In order to save the &sigmod; to
-disk, use the <guimenuitem>Save</guimenuitem> or <guimenuitem>Save As...
-</guimenuitem> entries in the <guimenu>File</guimenu> menu. The <guibutton>
-Discard</guibutton> button will undo changes since the last <guibutton>Apply
-</guibutton>. The <guibutton>Validate</guibutton> button will check the data
-structure (and all children) for errors and warnings. See the <link
+disk, use the <guimenuitem>Save</guimenuitem> or <guimenuitem>Save
+As...</guimenuitem> entries in the <guimenu>File</guimenu> menu. The <guibutton>
+Discard</guibutton> button will undo changes since the last <guibutton>
+Apply</guibutton>. The <guibutton>Validate</guibutton> button will check the
+data structure (and all children) for errors and warnings. See the <link
linkend="validation">validation page</link> for more information. Here is an
example of a data structure being edited:
diff --git a/sigmodr/doc/editing-sigmod.docbook b/sigmodr/doc/editing-sigmod.docbook
index 029a85a3..46cfe9c3 100644
--- a/sigmodr/doc/editing-sigmod.docbook
+++ b/sigmodr/doc/editing-sigmod.docbook
@@ -126,9 +126,9 @@ multiplying the factors together, the overall type effectiveness multipler is
found.</para>
<para>In the typechar, the cells are colored to help find particularly effective
-or ineffective type matches. Above 2, the cell is colored <quote>positively
-</quote> according to the color scheme and below &frac12;, the cell is colored
-<quote>negatively</quote>.</para>
+or ineffective type matches. Above 2, the cell is colored
+<quote>positively</quote> according to the color scheme and below &frac12;, the cell is
+colored <quote>negatively</quote>.</para>
<para>In order to edit a multiplier, use the &LMB; to activate the appropriate
cell. The fraction editor at the bottom will then start editing that cell. The
diff --git a/sigmodr/doc/introduction.docbook b/sigmodr/doc/introduction.docbook
index d589e9d1..97cd3c3f 100644
--- a/sigmodr/doc/introduction.docbook
+++ b/sigmodr/doc/introduction.docbook
@@ -20,17 +20,17 @@
<title>What is &sigmodr;?</title>
-<para>&sigmodr; is an editor for <glossterm linkend="gloss-sigmod">&sigmod;
-</glossterm> files. It features a user-friendly interface for editing the
-various data structures of a &sigmod;.</para>
+<para>&sigmodr; is an editor for <glossterm linkend="gloss-sigmod">
+&sigmod;</glossterm> files. It features a user-friendly interface for editing
+the various data structures of a &sigmod;.</para>
<para>It provides an easy way to edit and verify &sigmod; files. With <link
-linkend="validation"><glossterm linkend="gloss-validation">validation
-</glossterm></link>, users can verify that all of the internal links and
-references to other data sources are valid. It can also download &sigmod; files
-for editing and upload &sigmod;s using the FreeDesktop.org <ulink
-url="http://ghns.freedesktop.org/"><acronym>GHNS</acronym></ulink>
-specification.</para>
+linkend="validation"><glossterm
+linkend="gloss-validation">validation</glossterm></link>, users can verify that
+all of the internal links and references to other data sources are valid. It can
+also download &sigmod; files for editing and upload &sigmod;s using the
+FreeDesktop.org <ulink url="http://ghns.freedesktop.org/">
+<acronym>GHNS</acronym></ulink> specification.</para>
</sect1>