summaryrefslogtreecommitdiff
path: root/man/XvQueryExtension.man
diff options
context:
space:
mode:
authorAdemar de Souza Reis Jr <ademar@mandriva.com.br>2007-08-20 18:58:44 -0300
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-10-05 11:27:02 -0700
commit8b0752135f84edebc5e476f19069c8d78676f416 (patch)
treece742adb44b1db1c85964d2a52ab674d7d456801 /man/XvQueryExtension.man
parent20d07bb9ba2bca56e3f02b4b878377eded241059 (diff)
convert manpages prototypes to C ANSI format
Closes: #8360 (libXv man pages should be converted to ANSI prototypes)
Diffstat (limited to 'man/XvQueryExtension.man')
-rw-r--r--man/XvQueryExtension.man27
1 files changed, 13 insertions, 14 deletions
diff --git a/man/XvQueryExtension.man b/man/XvQueryExtension.man
index 9ba283b..b390814 100644
--- a/man/XvQueryExtension.man
+++ b/man/XvQueryExtension.man
@@ -4,25 +4,24 @@
XvQueryExtension \- return version and release of extension
.\"
.SH Syntax
-.B #include <X11/extensions/Xvlib.h>
-.sp 1l
-\fBXvQueryExtension(\fIdpy, p_version, p_release,
-.br
- p_request_base, p_event_base, p_error_base\fR)
-.sp 1l
-\fBDisplay \fI*dpy\fR;
-.br
-\fBunsigned int \fI*p_version, *p_release\fR;
-.br
-\fBunsigned int \fI*p_request_base, *p_event_base, *p_error_base\fR;
-.\"
+.B #include <X11/extensions/Xvlib.h>
+.sp
+.nf
+.BI "XvQueryExtension(Display *" dpy ", unsigned int *" p_version ",
+.BI " unsigned int *" p_revision ",
+.BI " unsigned int *" p_request_base ",
+.BI " unsigned int *" p_event_base ",
+.BI " unsigned int *" p_error_base ");"
+.fi
.SH Arguments
.\"
+.IP \fIdpy\fR 15
+Specifies the connection to the X server.
.IP \fIp_version\fR 15
Pointer to where the current version number of the \fIXv\fP video extension
is written.
-.IP \fIp_release\fR 15
-Pointer to where the release number of the \fIXv\fP video extension
+.IP \fIp_revision\fR 15
+Pointer to where the revision number of the \fIXv\fP video extension
is written.
.IP \fIp_request_base\fR 15
Pointer to where the extension major request number is returned