summaryrefslogtreecommitdiff
path: root/man/XvSetPortAttribute.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XvSetPortAttribute.man')
-rw-r--r--man/XvSetPortAttribute.man17
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