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/XvSetPortAttribute.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/XvSetPortAttribute.man')
-rw-r--r-- | man/XvSetPortAttribute.man | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/man/XvSetPortAttribute.man b/man/XvSetPortAttribute.man index db4bf5f..fc46d5d 100644 --- a/man/XvSetPortAttribute.man +++ b/man/XvSetPortAttribute.man @@ -4,17 +4,12 @@ XvSetPortAttribute \- sets an attribute of a video port .\" .SH Syntax -\fB#include <X11/extensions/Xvlib.h>\fR -.sp 1l -\fBXvSetPortAttribute(\fIdpy, port, attribute, value\fR) -.sp 1l -\fBDisplay \fI*dpy\fR; -.br -\fBXvPortID \fIport\fR; -.br -\fBAtom \fIattribute\fR; -.br -\fBint \fIvalue\fR; +.B #include <X11/extensions/Xvlib.h> +.sp +.nf +.BI "XvSetPortAttribute(Display *" dpy ", XvPortID " port ", +.BI " Atom " attribute ", int " value ");" +.fi .SH Arguments .\" .IP \fIdpy\fR 15 |