diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-19 15:06:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-19 15:06:27 -0700 |
commit | e5cb03cfa7386e13bede2d33d06be5369ab2a5d2 (patch) | |
tree | 1d2887a679b08c6e9f99071ca83be22c6e734a38 /man/XvSelectPortNotify.man | |
parent | 5dc20e33bc29f1efd88ed1cf5e83943ab53b9ac6 (diff) |
Correct description of dpy argument in libXv function man pages
(Previous description applies to programs, not functions - you must supply a
valid Display pointer to functions, there is no fallback to $DISPLAY.)
Diffstat (limited to 'man/XvSelectPortNotify.man')
-rw-r--r-- | man/XvSelectPortNotify.man | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/man/XvSelectPortNotify.man b/man/XvSelectPortNotify.man index 6a1892c..f146b7d 100644 --- a/man/XvSelectPortNotify.man +++ b/man/XvSelectPortNotify.man @@ -17,13 +17,7 @@ XvSelectPortNotify \- enable or disable XvPortNotify(__libmansuffix__) events .SH Arguments .\" .IP \fIdpy\fR 8 -Specifies the display screen on which the -X Server is to accept requests from X clients. If the -display option is not specified, X uses the display screen -specified by your DISPLAY environment variable. The display -option has the format hostname:number. Using two colons -(::) instead of one (:) indicates that DECnet is to be used -for transport. +Specifies the connection to the X server. .IP \fIport\fR 8 Specifies the port for which PortNotify events are to be generated when its attributes are changed using XvSetPortAttribute(__libmansuffix__). |