summaryrefslogtreecommitdiff
path: root/man/XGetXCBConnection.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XGetXCBConnection.man')
-rw-r--r--man/XGetXCBConnection.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/XGetXCBConnection.man b/man/XGetXCBConnection.man
index 940030bc..9c3696a1 100644
--- a/man/XGetXCBConnection.man
+++ b/man/XGetXCBConnection.man
@@ -32,7 +32,8 @@ xcb_connection_t *XGetXCBConnection(Display *\fIdpy\fP);
Specifies the connection to the X server.
.SH DESCRIPTION
The \fIXGetXCBConnection\fP function returns the XCB connection associated with
-an Xlib Display. Clients can use this XCB connection with functions from the
+an Xlib Display.
+Clients can use this XCB connection with functions from the
XCB library, just as they would with an XCB connection created with XCB.
Callers of this function must link to libX11-xcb and a version of Xlib built
with XCB support.