diff options
author | Ademar de Souza Reis Jr <ademar@mandriva.com.br> | 2007-08-20 18:58:44 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-10-05 11:27:02 -0700 |
commit | 8b0752135f84edebc5e476f19069c8d78676f416 (patch) | |
tree | ce742adb44b1db1c85964d2a52ab674d7d456801 /man/XvGetPortAttribute.man | |
parent | 20d07bb9ba2bca56e3f02b4b878377eded241059 (diff) |
convert manpages prototypes to C ANSI format
Closes: #8360 (libXv man pages should be
converted to ANSI prototypes)
Diffstat (limited to 'man/XvGetPortAttribute.man')
-rw-r--r-- | man/XvGetPortAttribute.man | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/man/XvGetPortAttribute.man b/man/XvGetPortAttribute.man index 83b9e38..163cd5f 100644 --- a/man/XvGetPortAttribute.man +++ b/man/XvGetPortAttribute.man @@ -5,30 +5,23 @@ XvGetPortAttribute \- return current port attribute value .\" .SH Syntax .B #include <X11/extensions/Xvlib.h> -.sp 1l -.B XvGetPortAttribute(\fIdpy, port, attribute, p_value\fR) -.sp 1l -\fBDisplay \fI*dpy\fR; -.br -\fBXvPortID \fIport\fR; -.br -\fBAtom \fIattribute\fR; -.br -\fBint \fI*p_value\fR; -.sp 1l -.\" +.sp +.nf +.BI "XvGetPortAttribute(Display *" dpy ", XvPortID " port ", +.BI " Atom " attribute ", int " p_value ");" +.fi .SH Arguments .\" -.IP \fIdpy\fR 8 +.IP \fIdpy\fR 12 Specifies the connection to the X server. -.IP \fIport\fR 8 +.IP \fIport\fR 12 Specifies the port, associated with the given display, for which the attribute values are to be returned. -.IP \fIattribute\fR 8 +.IP \fIattribute\fR 12 An atom that identifies the attribute to be queried by this request. Control atoms are obtained using the XInternAtom request with a string from the following table. -.IP \fIp_value\fR 8 +.IP \fIp_value\fR 12 Pointer to the location where the attribute value is written on return. .\" |