diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-12 18:38:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-12 19:00:45 -0700 |
commit | 705a1257a8a47f4a1f94979aee09a837500ede7d (patch) | |
tree | 29c97a71c26642295d417449e281383b4937473c | |
parent | a151346a2b7810e988f1de4b1e00b37672dc587a (diff) |
specs/libX11: Fix out-of-place text in Chapter 1
DTD violation error introduced in 89cc2e02e7c29ef9a02f0cfdf2090a2934f539e4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | specs/libX11/CH01.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/specs/libX11/CH01.xml b/specs/libX11/CH01.xml index e6fcb322..379c6581 100644 --- a/specs/libX11/CH01.xml +++ b/specs/libX11/CH01.xml @@ -282,13 +282,10 @@ the error is printed, and your program terminates. <!-- .LP --> The following include files are part of the Xlib standard: </para> -<!-- .IP \(bu 5 --> -<<filename class="headerfile">X11/Xlib.h</filename>> -<!-- .IP --> <variablelist> <varlistentry> - <term></X11/Xlib.h></term> + <term><<filename class="headerfile">X11/Xlib.h</filename>></term> <listitem> <para> This is the main header file for Xlib. |