summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 13:46:05 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 13:46:05 -0800
commit1ba0cad53d1805476d146576153e52af981c8478 (patch)
treec86204013e2d2889fa257c38c86f5805f9e0b028
parentf5c7109d2697c441f5c845efeb55b4b60f9bdd1c (diff)
downloadxorg-lib-libXaw-1ba0cad53d1805476d146576153e52af981c8478.tar.gz
specs: fixup remaining troff \fI & \fP escapes
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--specs/AsciiSink.xml6
-rw-r--r--specs/AsciiSource.xml10
-rw-r--r--specs/List.xml4
-rw-r--r--specs/TextActions.xml11
-rw-r--r--specs/TextActions_text_widget_actions.xml11
5 files changed, 22 insertions, 20 deletions
diff --git a/specs/AsciiSink.xml b/specs/AsciiSink.xml
index 1ad90f7..b1c0684 100644
--- a/specs/AsciiSink.xml
+++ b/specs/AsciiSink.xml
@@ -33,9 +33,9 @@ applies to both, with MultiSink differences noted only as they occur.
The AsciiSink
will display all printing characters in an 8 bit font, along with handling Tab
and Carriage Return. The name has been left as ``AsciiSink'' for compatibility.
-\fIThe MultiSink will display all printing characters in a font set, along with
-handling Tab and Carriage
-Return.\fP The source object also reports the text window metrics to the
+<emphasis remap='I'>The MultiSink will display all printing characters in a
+font set, along with handling Tab and Carriage Return.</emphasis>
+The source object also reports the text window metrics to the
text widgets.
</para>
<sect2 id='AsciiSink::Resources'>
diff --git a/specs/AsciiSource.xml b/specs/AsciiSource.xml
index 1fff637..89628c5 100644
--- a/specs/AsciiSource.xml
+++ b/specs/AsciiSource.xml
@@ -33,9 +33,9 @@ applies to both, with MultiSrc differences noted only as they occur.
</para>
<para>
<!-- .LP -->
-The AsciiSrc understands all Latin1 characters plus Tab
-and Carriage Return. \fIThe MultiSrc understands any set of character sets that
-the underlying X implementation's internationalization handles.\fP
+The AsciiSrc understands all Latin1 characters plus Tab and Carriage Return.
+<emphasis remap='I'>The MultiSrc understands any set of character sets that
+the underlying X implementation's internationalization handles.</emphasis>
</para>
<para>
<!-- .LP -->
@@ -57,8 +57,8 @@ source is in this mode the <function>useStringInPlace</function> resource is ign
<!-- .LP -->
AsciiSrc objects of type <function>XawAsciiString</function> have the text buffer
implemented as a string.
-\fIMultiSrc objects of type <function>XawAsciiString</function> have the text buffer
-implemented as a wide character string.\fP
+<emphasis remap='I'>MultiSrc objects of type <function>XawAsciiString</function>
+have the text buffer implemented as a wide character string.</emphasis>
The string owner is responsible for allocating and managing storage for the
string.
</para>
diff --git a/specs/List.xml b/specs/List.xml
index 3ccd4c8..e3ac5a3 100644
--- a/specs/List.xml
+++ b/specs/List.xml
@@ -443,7 +443,7 @@ used to paint the text of the list elements.
</varlistentry>
<varlistentry>
<term>
- \fPinternalHeight\fP
+ <function>internalHeight</function>
</term>
<listitem>
<para>
@@ -454,7 +454,7 @@ used to paint the text of the list elements.
</varlistentry>
<varlistentry>
<term>
- \fPinternalWidth\fP
+ <function>internalWidth</function>
</term>
<listitem>
<para>
diff --git a/specs/TextActions.xml b/specs/TextActions.xml
index c5b3713..421e045 100644
--- a/specs/TextActions.xml
+++ b/specs/TextActions.xml
@@ -64,7 +64,7 @@ may assume this to be the case.
<!-- .LP -->
</para>
<sect3 id='Cursor_Movement_Actions'>
-<title>Cursor Movement Actions\fP</title>
+<title>Cursor Movement Actions</title>
<para>
<!-- .LP -->
<!-- .sp -->
@@ -711,10 +711,11 @@ The multiply action allows the user to multiply the effects of many of
the text actions. Thus the following action sequence
<emphasis remap='I'>multiply(10) delete-next-word()</emphasis> will delete 10 words. It does not
matter whether these actions take place in one event or many events.
-Using the default translations the key sequence \fIControl-u,
-Control-d\fP will delete 4 characters.
-Multiply actions can be chained, thus \fImultiply(5)
-multiply(5)\fP is the same as <emphasis remap='I'>multiply(25)</emphasis>. If the string
+Using the default translations the key sequence
+<emphasis remap='I'>Control-u, Control-d</emphasis> will delete 4 characters.
+Multiply actions can be chained, thus
+<emphasis remap='I'>multiply(5) multiply(5)</emphasis> is the same as
+<emphasis remap='I'>multiply(25)</emphasis>. If the string
<function>reset</function> is passed to the multiply action the effects of all previous
multiplies are removed and a beep is sent to the display.
</para>
diff --git a/specs/TextActions_text_widget_actions.xml b/specs/TextActions_text_widget_actions.xml
index bf264bd..91d14b7 100644
--- a/specs/TextActions_text_widget_actions.xml
+++ b/specs/TextActions_text_widget_actions.xml
@@ -64,7 +64,7 @@ may assume this to be the case.
<!-- .LP -->
</para>
<sect2 id='Cursor_Movement_Actions'>
-<title>Cursor Movement Actions\fP</title>
+<title>Cursor Movement Actions</title>
<para>
<!-- .LP -->
<!-- .sp -->
@@ -712,10 +712,11 @@ The multiply action allows the user to multiply the effects of many of
the text actions. Thus the following action sequence
<emphasis remap='I'>multiply(10) delete-next-word()</emphasis> will delete 10 words. It does not
matter whether these actions take place in one event or many events.
-Using the default translations the key sequence \fIControl-u,
-Control-d\fP will delete 4 characters.
-Multiply actions can be chained, thus \fImultiply(5)
-multiply(5)\fP is the same as <emphasis remap='I'>multiply(25)</emphasis>. If the string
+Using the default translations the key sequence
+<emphasis remap='I'>Control-u, Control-d</emphasis> will delete 4 characters.
+Multiply actions can be chained, thus
+<emphasis remap='I'>multiply(5) multiply(5)</emphasis> is the same as
+<emphasis remap='I'>multiply(25)</emphasis>. If the string
<function>reset</function> is passed to the multiply action the effects of all previous
multiplies are removed and a beep is sent to the display.
</para>