summaryrefslogtreecommitdiff
path: root/specs/libX11/CH11.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/libX11/CH11.xml')
-rw-r--r--specs/libX11/CH11.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/specs/libX11/CH11.xml b/specs/libX11/CH11.xml
index 677707b8..3fe6f23d 100644
--- a/specs/libX11/CH11.xml
+++ b/specs/libX11/CH11.xml
@@ -273,7 +273,8 @@ and processed by the X server.
Any errors generated must be handled by the error handler.
For each protocol error received by Xlib,
<function>XSync</function>
-calls the client application's error handling routine (see section 11.8.2).
+calls the client application's error handling routine
+(see <link linkend="Using_the_Default_Error_Handlers">section 11.8.2</link>).
Any events generated by the server are enqueued into the library's
event queue.
</para>
@@ -1512,7 +1513,7 @@ determines which clients should receive the specified events,
and ignores any active grabs.
This function requires you to pass an event mask.
For a discussion of the valid event mask names,
-see section 10.3.
+see <link linkend="Event_Masks">section 10.3</link>.
This function uses the w argument to identify the destination window as follows:
</para>
<itemizedlist>