summaryrefslogtreecommitdiff
path: root/man/XvUngrabPort.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XvUngrabPort.man')
-rw-r--r--man/XvUngrabPort.man20
1 files changed, 8 insertions, 12 deletions
diff --git a/man/XvUngrabPort.man b/man/XvUngrabPort.man
index d2f073b..fb1a4af 100644
--- a/man/XvUngrabPort.man
+++ b/man/XvUngrabPort.man
@@ -4,23 +4,19 @@
XvUngrabPort \- release port grabbed for video operation
.\"
.SH Syntax
-\fB#include <X11/extensions/Xvlib.h>
-.sp 1l
-XvUngrabPort(\fIdpy, port, time\fR)
-.sp 1l
-\fBDisplay \fI*dpy\fR;
-.br
-\fBXvPortID \fIport\fR;
-.br
-\fBTime \fItime\fR;
+.B #include <X11/extensions/Xvlib.h>
+.sp
+.nf
+.BI "XvUngrabPort(Display *" dpy ", XvPortID " port ", Time " time ");"
+.fi
.SH Arguments
.\"
-.IP \fIdpy\fR 15
+.IP \fIdpy\fR 8
Specifies the connection to the X server.
-.IP \fIport\fR 15
+.IP \fIport\fR 8
Specifies the port to be released. If the port had not been
previously grabbed, the request is ignored.
-.IP \fItime\fR 15
+.IP \fItime\fR 8
Specifies the request timestamp.
.\"
.SH Description