summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 15:00:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 15:17:59 -0800
commit759b58d33aa3b4040ba39d722988149b1daa165f (patch)
tree57662b34727125f08867a875c194154c7ac96f6f /specs
parent9206b0ff74b9a37bc961f9ab09cd46d0e6fce215 (diff)
downloadxorg-lib-libXaw-759b58d33aa3b4040ba39d722988149b1daa165f.tar.gz
specs: remove excess spaces between < > and header names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r--specs/CH2.xml12
-rw-r--r--specs/CH7.xml6
-rw-r--r--specs/Template.xml6
-rw-r--r--specs/Template_private_header_file.xml2
-rw-r--r--specs/Template_public_header_file.xml2
-rw-r--r--specs/Template_widget_source_file.xml2
6 files changed, 15 insertions, 15 deletions
diff --git a/specs/CH2.xml b/specs/CH2.xml
index fbec2dc..9f11b97 100644
--- a/specs/CH2.xml
+++ b/specs/CH2.xml
@@ -584,7 +584,7 @@ database as a string, and is of the following forms:
<itemizedlist>
<listitem>
<para>
-A standard X cursor name from <function>&lt; X11/cursorfont.h &gt;</function>.
+A standard X cursor name from <filename class="headerfile">&lt;X11/cursorfont.h&gt;</filename>.
The names in <function>cursorfont.h</function> each describe a specific cursor. The
resource names for these cursors are exactly like the names in this file
except the <function>XC_</function> is not used. The cursor definition <function>XC_gumby</function>
@@ -1320,12 +1320,12 @@ you should make sure that your application performs the following:
<listitem>
<para>
Include
-<function>&lt; X11/Intrinsic.h &gt;</function>
+<filename class="headerfile">&lt;X11/Intrinsic.h&gt;</filename>
in your application programs.
This header file automatically includes
-<function>&lt; X11/Xlib.h &gt;</function>,
+<filename class="headerfile">&lt;X11/Xlib.h&gt;</filename>,
so all Xlib functions also are defined.
-It may also be necessary to include <function>&lt; X11/StringDefs.h &gt;</function> when setting
+It may also be necessary to include <filename class="headerfile">&lt;X11/StringDefs.h&gt;</filename> when setting
up argument lists, as many of the XtN<emphasis remap='I'>something</emphasis> definitions are
only defined in this file.
</para>
@@ -1335,9 +1335,9 @@ only defined in this file.
Include the widget-specific header files for each widget type
that you need to use.
For example,
-<function>&lt; X11/Xaw/Label.h &gt;</function>
+<filename class="headerfile">&lt;X11/Xaw/Label.h&gt;</filename>
and
-<function>&lt; X11/Xaw/Command.h &gt;</function>.
+<filename class="headerfile">&lt;X11/Xaw/Command.h&gt;</filename>.
</para>
</listitem>
<listitem>
diff --git a/specs/CH7.xml b/specs/CH7.xml
index 765ee16..3b015b6 100644
--- a/specs/CH7.xml
+++ b/specs/CH7.xml
@@ -153,11 +153,11 @@ widget implementation can be merged into other application code.
<para>
In the following example, the public header file
-<function>&lt; X11/Xaw/Template.h &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/Template.h&gt;</filename>,
the private header file
-<function>&lt; X11/Xaw/TemplateP.h &gt;</function>
+<filename class="headerfile">&lt;X11/Xaw/TemplateP.h&gt;</filename>
and the source code file
-<function>&lt; X11/Xaw/Template.c &gt;</function>
+<filename class="headerfile">&lt;X11/Xaw/Template.c&gt;</filename>
will be modified to produce the "WindowWidget" described above.
In each case, the files have been designed so that a global string
replacement of "Template" and "template"
diff --git a/specs/Template.xml b/specs/Template.xml
index 80e6ae1..ebc1c31 100644
--- a/specs/Template.xml
+++ b/specs/Template.xml
@@ -10,7 +10,7 @@ operation, or to call a public routine implemented by the widget class.
<para>
<!-- .LP -->
The contents of the Template public header file,
-<function>&lt; X11/Xaw/Template.h &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/Template.h&gt;</filename>,
are:
</para>
<literallayout class="monospaced">
@@ -125,7 +125,7 @@ procedures; e.g.
<para>
<!-- .LP -->
The contents of the Template private header file,
-<function>&lt; X11/Xaw/TemplateP.h &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/TemplateP.h&gt;</filename>,
are:
</para>
<!-- .CB -->
@@ -209,7 +209,7 @@ action routines added by the widget class.
<para>
<!-- .LP -->
The contents of the Template implementation file,
-<function>&lt; X11/Xaw/Template.c &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/Template.c&gt;</filename>,
are:
</para>
<!-- .CB -->
diff --git a/specs/Template_private_header_file.xml b/specs/Template_private_header_file.xml
index de49e95..b5f0042 100644
--- a/specs/Template_private_header_file.xml
+++ b/specs/Template_private_header_file.xml
@@ -13,7 +13,7 @@ procedures; e.g.
<para>
<!-- .LP -->
The contents of the Template private header file,
-<function>&lt; X11/Xaw/TemplateP.h &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/TemplateP.h&gt;</filename>,
are:
</para>
<!-- .CB -->
diff --git a/specs/Template_public_header_file.xml b/specs/Template_public_header_file.xml
index ab06a5d..969e07c 100644
--- a/specs/Template_public_header_file.xml
+++ b/specs/Template_public_header_file.xml
@@ -10,7 +10,7 @@ operation, or to call a public routine implemented by the widget class.
<para>
<!-- .LP -->
The contents of the Template public header file,
-<function>&lt; X11/Xaw/Template.h &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/Template.h&gt;</filename>,
are:
</para>
<literallayout class="monospaced">
diff --git a/specs/Template_widget_source_file.xml b/specs/Template_widget_source_file.xml
index 66acaad..05c6935 100644
--- a/specs/Template_widget_source_file.xml
+++ b/specs/Template_widget_source_file.xml
@@ -10,7 +10,7 @@ action routines added by the widget class.
<para>
<!-- .LP -->
The contents of the Template implementation file,
-<function>&lt; X11/Xaw/Template.c &gt;</function>,
+<filename class="headerfile">&lt;X11/Xaw/Template.c&gt;</filename>,
are:
</para>
<!-- .CB -->