summaryrefslogtreecommitdiff
path: root/man/XvPortNotify.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/XvPortNotify.man
parent20d07bb9ba2bca56e3f02b4b878377eded241059 (diff)
downloadxorg-lib-libXv-8b0752135f84edebc5e476f19069c8d78676f416.tar.gz
convert manpages prototypes to C ANSI format
Closes: #8360 (libXv man pages should be converted to ANSI prototypes)
Diffstat (limited to 'man/XvPortNotify.man')
-rw-r--r--man/XvPortNotify.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XvPortNotify.man b/man/XvPortNotify.man
index d487b5e..876a025 100644
--- a/man/XvPortNotify.man
+++ b/man/XvPortNotify.man
@@ -29,19 +29,19 @@ XvPortNotify \- event generated when port attributes change
.EE
.\"
-.IP \fItype\fR 8
+.IP \fItype\fR 15
Specifies the type of event: XvPortNotify.
-.IP \fIserial\fR 8
+.IP \fIserial\fR 15
Number of the last request processed by the server.
-.IP \fIsend_event\fR 8
+.IP \fIsend_event\fR 15
True if the event was generated by a SendEvent request.
-.IP \fIdisplay\fR 8
+.IP \fIdisplay\fR 15
A pointer to the display the event was read from.
-.IP \fIport_id\fR 8
+.IP \fIport_id\fR 15
The port whose attribute has changed.
-.IP \fIattribute\fR 8
+.IP \fIattribute\fR 15
An atom specifying the attribute that changed.
-.IP \fIvalue\fR 8
+.IP \fIvalue\fR 15
The new value of the attribute.
.\"
.SH Description