From 8b0752135f84edebc5e476f19069c8d78676f416 Mon Sep 17 00:00:00 2001 From: Ademar de Souza Reis Jr Date: Mon, 20 Aug 2007 18:58:44 -0300 Subject: convert manpages prototypes to C ANSI format Closes: #8360 (libXv man pages should be converted to ANSI prototypes) --- man/XvQueryAdaptors.man | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'man/XvQueryAdaptors.man') diff --git a/man/XvQueryAdaptors.man b/man/XvQueryAdaptors.man index b9ff5b7..03b9d2b 100644 --- a/man/XvQueryAdaptors.man +++ b/man/XvQueryAdaptors.man @@ -5,25 +5,18 @@ XvQueryAdaptors \- return adaptor information for a screen .\" .SH Syntax .B #include -.br -.sp 1l -.B XvQueryAdaptors(\fIdpy, win, p_num_adaptors, pp_adaptor_info\fR) -.sp 1l -\fBDisplay \fI*dpy;\fR -.br -\fBDrawable \fI draw;\fR -.br -\fBint \fI*p_num_adaptors\fR; -.br -\fBXvAdaptorInfo \fI**pp_adaptor_info\fR; -.br -.\" +.sp +.nf +.BI "XvQueryAdaptors(Display *" dpy ", Window " window ", +.BI " unsigned int *" p_num_adaptors ", +.BI " XvAdaptorInfo **" pp_adaptor_info ");" +.fi .SH Arguments .\" .IP \fIdpy\fR 8 Specifies the connection to the X server. -.IP \fIdraw\fR 8 -Specifies a drawable of the screen for which the adaptor +.IP \fIwindow\fR 8 +Specifies a window of the screen for which the adaptor information is desired. .IP \fIp_num_adaptors\fR 8 A pointer to where the number of adaptors for the specified screen -- cgit v1.2.3