summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:13:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:13:37 -0700
commit37ffe69b10ae29e8f91de6ef647d06804b9d159b (patch)
treea9cecc9af28bcb0761f3a9c08527c028fee748ff /specs
parent6c628c605e4f58be3a84edc5273a0dd88363a770 (diff)
downloadxorg-lib-libXaw-37ffe69b10ae29e8f91de6ef647d06804b9d159b.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r--specs/CH1.xml4
-rw-r--r--specs/CH2.xml2
-rw-r--r--specs/CH7.xml6
-rw-r--r--specs/Dialog.xml14
-rw-r--r--specs/Form.xml16
-rw-r--r--specs/Makefile.am2
-rw-r--r--specs/Porthole.xml6
-rw-r--r--specs/SmeBSB.xml2
-rw-r--r--specs/TextFuncs.xml4
-rw-r--r--specs/libXaw.xml30
10 files changed, 43 insertions, 43 deletions
diff --git a/specs/CH1.xml b/specs/CH1.xml
index a4fb08c..3363723 100644
--- a/specs/CH1.xml
+++ b/specs/CH1.xml
@@ -130,7 +130,7 @@ Format of the Widget Reference Chapters
</para>
<para>
<!-- .LP -->
-In addition to the terms already defined for X programming (see
+In addition to the terms already defined for X programming (see
<emphasis remap='I'>Xlib - C Language Interface</emphasis>),
the following terms are specific to the Intrinsics and Athena widget set
and used throughout this document.
@@ -716,7 +716,7 @@ resource defaults to <function>False</function> in the Intrinsics, but is redefi
default to <function>True</function> when an application is using the Athena widget
set. An application programmer may override this default and set the
resource back to <function>False</function> if the application does not need the window
-manager to give it the input focus. See the
+manager to give it the input focus. See the
<emphasis remap='I'>X Toolkit Intrinsics - C Language Interface</emphasis> for details
on the <emphasis remap='I'>input</emphasis> resource.
diff --git a/specs/CH2.xml b/specs/CH2.xml
index cea1515..5cc8410 100644
--- a/specs/CH2.xml
+++ b/specs/CH2.xml
@@ -126,7 +126,7 @@ first letter of the application name. For example, the application named
Specifies how to parse the command line for any application-specific
resources.
The options argument is passed as a parameter to
-<function>XrmParseCommand</function> .
+<function>XrmParseCommand</function> .
For further information,
see <emphasis remap='I'>Xlib - C Language Interface</emphasis>.
</para>
diff --git a/specs/CH7.xml b/specs/CH7.xml
index 4c49170..62d23bb 100644
--- a/specs/CH7.xml
+++ b/specs/CH7.xml
@@ -4,7 +4,7 @@
Although the task of creating a new widget may at first appear a little
daunting, there is a basic simple pattern that all widgets follow. The
Athena Widget library contains a special widget called the
-<emphasis remap='I'>Template</emphasis> widget that is intended to assist
+<emphasis remap='I'>Template</emphasis> widget that is intended to assist
the novice widget programmer in writing a custom widget.
</para>
<para>
@@ -111,10 +111,10 @@ un-necessarily waste many resources.
<para>
In this section, an outline will be given of the procedure to follow to
construct a special-purpose widget to address the items listed above.
-The reader should refer to the appropriate sections of the
+The reader should refer to the appropriate sections of the
<emphasis remap='I'>X Toolkit Intrinsics - C Language Interface</emphasis>
for complete details of the material outlined here. Section 1.4 of
-the <emphasis remap='I'>Intrinsics</emphasis> should be read in
+the <emphasis remap='I'>Intrinsics</emphasis> should be read in
conjunction with this section.
</para>
<para>
diff --git a/specs/Dialog.xml b/specs/Dialog.xml
index ab09dba..c779d76 100644
--- a/specs/Dialog.xml
+++ b/specs/Dialog.xml
@@ -431,7 +431,7 @@ tics. One is used when initially laying out the children.
The other is used when the Dialog is resized.
</para>
<para>
-The first layout method uses the <function>fromVert</function> mand <function>fromHoriz</function>
+The first layout method uses the <function>fromVert</function> mand <function>fromHoriz</function>
resources to place the children of the Dialog. A single
pass is made through the Dialog widget's children in the
order that they were created. Each child is then placed in
@@ -450,17 +450,17 @@ The second layout method is used when the Dialog is resized.
It does not matter what causes this resize, and it is possi-
ble for a resize to happen before the widget becomes visible
(due to constraints imposed by the parent of the Dialog).
-This layout method uses the <function>bottom</function> ,
-<function>top</function> , <function>left</function> , and
-<function>right</function>
+This layout method uses the <function>bottom</function> ,
+<function>top</function> , <function>left</function> , and
+<function>right</function>
resources. These resources are used to determine what will
happen to each edge of the child when the Dialog is resized.
-If a value of <function>XawChain</function>
+If a value of <function>XawChain</function>
<emphasis remap='I'>&lt;something&gt;</emphasis>
is specified, the the edge
of the child will remain a fixed distance from the <emphasis remap='I'>chain</emphasis>
-edge of the Dialog. For example if <function>XawChainLeft</function>
-mis specified for the <function>right</function> mresource of a child
+edge of the Dialog. For example if <function>XawChainLeft</function>
+mis specified for the <function>right</function> mresource of a child
then the right edge
of that child will remain a fixed distance from the left
edge of the Dialog widget. If a value of <function>XawRubber</function> mis spec-
diff --git a/specs/Form.xml b/specs/Form.xml
index cd41ef9..4b02bde 100644
--- a/specs/Form.xml
+++ b/specs/Form.xml
@@ -380,16 +380,16 @@ One is used when initially laying out the children. The
other is used when the Form is resized.
</para>
<para>
-The first layout method uses the <function>fromVert</function>
-and <function>fromHoriz</function>
+The first layout method uses the <function>fromVert</function>
+and <function>fromHoriz</function>
resources to place the children of the Form. A single pass
is made through the Form widget's children in the order that
they were created. Each child is then placed in the Form
widget below or to the right of the widget specified by the
-<function>fromVert</function> and <function>fromHoriz</function>
+<function>fromVert</function> and <function>fromHoriz</function>
resources. The distance the new
child is placed from its left or upper neighbor is deter-
-mined by the <function>horizDistance</function> and
+mined by the <function>horizDistance</function> and
<function>vertDistance</function> resources. This
implies some things about how the order of creation affects
the possible placement of the children. The Form widget
@@ -401,14 +401,14 @@ The second layout method is used when the Form is resized.
It does not matter what causes this resize, and it is possi-
ble for a resize to happen before the widget becomes visible
(due to constraints imposed by the parent of the Form).
-This layout method uses the <function>bottom</function>,
-<function>top</function>, <function>left</function>, and
+This layout method uses the <function>bottom</function>,
+<function>top</function>, <function>left</function>, and
<function>right</function>
resources. These resources are used to determine what will
happen to each edge of the child when the Form is resized.
-If a value of <function>XawChain</function>
+If a value of <function>XawChain</function>
&lt;<emphasis remap='I'>something</emphasis>&gt; is specified, the the edge
-of the child will remain a fixed distance from the
+of the child will remain a fixed distance from the
<emphasis remap='I'>chain</emphasis>
edge of the Form. For example if <function>XawChainLeft</function> is specified
for the <function>right</function> resource of a child then the right edge of
diff --git a/specs/Makefile.am b/specs/Makefile.am
index ff0fcfa..8663da2 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -2,7 +2,7 @@
if ENABLE_SPECS
# Main DocBook/XML files (DOCTYPE book)
-docbook = libXaw.xml
+docbook = libXaw.xml
# Included chapters, appendix, images
chapters = \
diff --git a/specs/Porthole.xml b/specs/Porthole.xml
index a0a87c1..2a90815 100644
--- a/specs/Porthole.xml
+++ b/specs/Porthole.xml
@@ -281,7 +281,7 @@ the managed child changes size or position:
Specifies the Porthole widget.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
<varlistentry>
<term>client_data</term>
<listitem>
@@ -290,7 +290,7 @@ Specifies the Porthole widget.
Specifies the client data.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
<varlistentry>
<term>report</term>
<listitem>
@@ -300,7 +300,7 @@ Specifies a pointer to an <function>XawPannerReport</function> structure contain
the location and size of the slider and the size of the canvas.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
</variablelist>
</sect2>
</sect1>
diff --git a/specs/SmeBSB.xml b/specs/SmeBSB.xml
index 539bdcb..68c6fa0 100644
--- a/specs/SmeBSB.xml
+++ b/specs/SmeBSB.xml
@@ -189,7 +189,7 @@ All callback functions on this list are called when the SimpleMenu
<emphasis remap='I'>notifies</emphasis> this entry that the user has selected it.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
<varlistentry>
<term>font</term>
<listitem>
diff --git a/specs/TextFuncs.xml b/specs/TextFuncs.xml
index 9057c33..758b114 100644
--- a/specs/TextFuncs.xml
+++ b/specs/TextFuncs.xml
@@ -152,7 +152,7 @@ Specifies the character position at which the selection ends.
</para>
<para>
<!-- .LP -->
-See section 5.4 for a description of <function>XawTextPosition</function>. <!-- xref -->
+See section 5.4 for a description of <function>XawTextPosition</function>. <!-- xref -->
If redisplay is enabled, this function highlights the text and
makes it the <function>PRIMARY</function> selection. This function does not have any
effect on <function>CUT_BUFFER0</function>.
@@ -239,7 +239,7 @@ Returns the end of the text selection.
</para>
<para>
<!-- .LP -->
-See section 5.4 for a description of <function>XawTextPosition</function>. <!-- xref -->
+See section 5.4 for a description of <function>XawTextPosition</function>. <!-- xref -->
If the returned values are equal, no text is currently selected.
</para>
</sect2>
diff --git a/specs/libXaw.xml b/specs/libXaw.xml
index c8ad9d0..39bf7c8 100644
--- a/specs/libXaw.xml
+++ b/specs/libXaw.xml
@@ -29,33 +29,33 @@
<legalnotice>
<para>
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files
-(the &ldquo;Software&rdquo;), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the following
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files
+(the &ldquo;Software&rdquo;), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to permit
+persons to whom the Software is furnished to do so, subject to the following
conditions:
</para>
<para>
-The above copyright notice and this permission notice shall be included in all
+The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</para>
<para>
-THE SOFTWARE IS PROVIDED &ldquo;AS IS&rdquo;, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE IS PROVIDED &ldquo;AS IS&rdquo;, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</para>
<para>
-Except as contained in this notice, the name of the X Consortium shall not
-be used in advertising or otherwise to promote the sale, use or other dealings
+Except as contained in this notice, the name of the X Consortium shall not
+be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.
</para>