summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XGrabServer.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2020-01-04 17:55:18 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2020-01-04 17:55:18 +0000
commit1128148d76d7952d7aacfa2b083f5b5a96b4b4d5 (patch)
tree9291b9dfdfb4da1828705353be85e340f302e651 /lib/libX11/man/XGrabServer.man
parent7b7fd95cb6ee85ebe6d6d08b126b770770e86688 (diff)
Uppdate to libX11 1.6.9. Tested by krw@ and naddy@
Diffstat (limited to 'lib/libX11/man/XGrabServer.man')
-rw-r--r--lib/libX11/man/XGrabServer.man45
1 files changed, 6 insertions, 39 deletions
diff --git a/lib/libX11/man/XGrabServer.man b/lib/libX11/man/XGrabServer.man
index c0502313f..549d83e4d 100644
--- a/lib/libX11/man/XGrabServer.man
+++ b/lib/libX11/man/XGrabServer.man
@@ -38,52 +38,19 @@
.\" to this documentation without specific, written prior permission.
.\" Digital and Tektronix makes no representations about the suitability
.\" of this documentation for any purpose.
-.\" It is provided ``as is'' without express or implied warranty.
-.\"
+.\" It is provided "as is" without express or implied warranty.
+.\"
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
.ds xL Xlib \- C Language X Interface
.ds xC Inter-Client Communication Conventions Manual
-.na
-.de Ds
-.nf
-.\\$1D \\$2 \\$1
-.ft CW
-.\".ps \\n(PS
-.\".if \\n(VS>=40 .vs \\n(VSu
-.\".if \\n(VS<=39 .vs \\n(VSp
-..
-.de De
-.ce 0
-.if \\n(BD .DF
-.nr BD 0
-.in \\n(OIu
-.if \\n(TM .ls 2
-.sp \\n(DDu
-.fi
-..
-.de IN \" send an index entry to the stderr
-..
-.de Pn
-.ie t \\$1\fB\^\\$2\^\fR\\$3
-.el \\$1\fI\^\\$2\^\fP\\$3
-..
-.de ZN
-.ie t \fB\^\\$1\^\fR\\$2
-.el \fI\^\\$1\^\fP\\$2
-..
-.de hN
-.ie t <\fB\\$1\fR>\\$2
-.el <\fI\\$1\fP>\\$2
-..
-.ny0
.TH XGrabServer __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
XGrabServer, XUngrabServer \- grab the server
.SH SYNTAX
.HP
-int XGrabServer\^(\^Display *\fIdisplay\fP\^);
+int XGrabServer\^(\^Display *\fIdisplay\fP\^);
.HP
int XUngrabServer\^(\^Display *\fIdisplay\fP\^);
.SH ARGUMENTS
@@ -91,13 +58,13 @@ int XUngrabServer\^(\^Display *\fIdisplay\fP\^);
Specifies the connection to the X server.
.SH DESCRIPTION
The
-.ZN XGrabServer
-function disables processing of requests and close downs on all other
+.B XGrabServer
+function disables processing of requests and close downs on all other
connections than the one this request arrived on.
You should not grab the X server any more than is absolutely necessary.
.LP
The
-.ZN XUngrabServer
+.B XUngrabServer
function restarts processing of requests and close downs on other connections.
You should avoid grabbing the X server as much as possible.
.SH "SEE ALSO"