aboutsummaryrefslogtreecommitdiff
path: root/libX11/specs/libX11/CH10.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/specs/libX11/CH10.xml')
-rw-r--r--libX11/specs/libX11/CH10.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/specs/libX11/CH10.xml b/libX11/specs/libX11/CH10.xml
index d94ff212b..e7b945323 100644
--- a/libX11/specs/libX11/CH10.xml
+++ b/libX11/specs/libX11/CH10.xml
@@ -6,8 +6,8 @@
<para>
A client application communicates with the X server through the connection you establish with
-the XOpenDisplay function. A client application sends requests to the X server over this con-
-nection. These requests are made by the Xlib functions that are called in the client application.
+the XOpenDisplay function. A client application sends requests to the X server over this
+connection. These requests are made by the Xlib functions that are called in the client application.
Many Xlib functions cause the X server to generate events, and the user’s typing or moving the
pointer can generate events asynchronously. The X server returns events to the client on the same
connection.