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 | |
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.)
-rw-r--r-- | man/XvGetPortAttribute.man | 11 | ||||
-rw-r--r-- | man/XvGetStill.man | 11 | ||||
-rw-r--r-- | man/XvGetVideo.man | 8 | ||||
-rw-r--r-- | man/XvGrabPort.man | 8 | ||||
-rw-r--r-- | man/XvPutStill.man | 8 | ||||
-rw-r--r-- | man/XvPutVideo.man | 8 | ||||
-rw-r--r-- | man/XvQueryAdaptors.man | 8 | ||||
-rw-r--r-- | man/XvQueryBestSize.man | 8 | ||||
-rw-r--r-- | man/XvQueryEncodings.man | 8 | ||||
-rw-r--r-- | man/XvSelectPortNotify.man | 8 | ||||
-rw-r--r-- | man/XvSelectVideoNotify.man | 8 | ||||
-rw-r--r-- | man/XvSetPortAttribute.man | 8 | ||||
-rw-r--r-- | man/XvStopVideo.man | 8 | ||||
-rw-r--r-- | man/XvUngrabPort.man | 8 |
14 files changed, 14 insertions, 104 deletions
diff --git a/man/XvGetPortAttribute.man b/man/XvGetPortAttribute.man index ee82c8e..83b9e38 100644 --- a/man/XvGetPortAttribute.man +++ b/man/XvGetPortAttribute.man @@ -20,13 +20,7 @@ XvGetPortAttribute \- return current port attribute value .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, associated with the given display, for which the attribute values are to be returned. @@ -94,6 +88,3 @@ supported by the adaptor. XvSetPortAttribute(__libmansuffix__), XvPortNotify(__libmansuffix__) .br - - - diff --git a/man/XvGetStill.man b/man/XvGetStill.man index a4cb21a..90540ea 100644 --- a/man/XvGetStill.man +++ b/man/XvGetStill.man @@ -39,13 +39,7 @@ XvGetStill \- capture a single frame of video from a drawable .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Defines the port to which the still is output'd. .IP \fId\fR 15 @@ -123,6 +117,3 @@ Generated if there were insufficient resources to process the request. XvPutStill(__libmansuffix__), XvGetVideo(__libmansuffix__), XvPutVideo(__libmansuffix__), XvVideoNotify(__libmansuffix__) .br - - - diff --git a/man/XvGetVideo.man b/man/XvGetVideo.man index 38b1fe8..725ed29 100644 --- a/man/XvGetVideo.man +++ b/man/XvGetVideo.man @@ -39,13 +39,7 @@ unsigned int .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Defines the port to which video output is sent. .IP \fId\fR 15 diff --git a/man/XvGrabPort.man b/man/XvGrabPort.man index cc5c6a7..ffb7972 100644 --- a/man/XvGrabPort.man +++ b/man/XvGrabPort.man @@ -19,13 +19,7 @@ XvGrabPort \- lock port for exclusive use by client .SH Arguments .\" .IP \fIdpy\fR 8 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 Defines the port to be grabbed. .IP \fItime\fR 8 diff --git a/man/XvPutStill.man b/man/XvPutStill.man index a623c1c..2231ff6 100644 --- a/man/XvPutStill.man +++ b/man/XvPutStill.man @@ -38,13 +38,7 @@ XvPutStill \- write a single frame of video to a drawable .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Defines the port from which to get the still. .IP \fId\fR 15 diff --git a/man/XvPutVideo.man b/man/XvPutVideo.man index 2480ffb..c0854e9 100644 --- a/man/XvPutVideo.man +++ b/man/XvPutVideo.man @@ -38,13 +38,7 @@ XvPutVideo \- write video into a drawable .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Defines the port from which to get video. .IP \fId\fR 15 diff --git a/man/XvQueryAdaptors.man b/man/XvQueryAdaptors.man index 4111a87..b9ff5b7 100644 --- a/man/XvQueryAdaptors.man +++ b/man/XvQueryAdaptors.man @@ -21,13 +21,7 @@ XvQueryAdaptors \- return adaptor information for a screen .SH Arguments .\" .IP \fIdpy\fR 8 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 \fIdraw\fR 8 Specifies a drawable of the screen for which the adaptor information is desired. diff --git a/man/XvQueryBestSize.man b/man/XvQueryBestSize.man index 590fc6f..7bec931 100644 --- a/man/XvQueryBestSize.man +++ b/man/XvQueryBestSize.man @@ -24,13 +24,7 @@ XvQueryBestSize \- determine the optimum drawable region size .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Defines the port associated with the display and adaptor for which the optimum size is to be calculated. diff --git a/man/XvQueryEncodings.man b/man/XvQueryEncodings.man index a3e2058..ae37825 100644 --- a/man/XvQueryEncodings.man +++ b/man/XvQueryEncodings.man @@ -18,13 +18,7 @@ XvQueryEncodings \- return list of encodings for an adaptor .\" .SH Arguments .IP \fI*dpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Specifies the port whose adaptor is to be queried for its list of encodings. 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__). diff --git a/man/XvSelectVideoNotify.man b/man/XvSelectVideoNotify.man index 293c42a..d8e2dc4 100644 --- a/man/XvSelectVideoNotify.man +++ b/man/XvSelectVideoNotify.man @@ -16,13 +16,7 @@ XvSelectVideoNotify \- enable or disable VideoNotify events .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 \fIdrawable\fR 15 Defines the drawable in which video activity is to be reported. .IP \fIonoff\fR 15 diff --git a/man/XvSetPortAttribute.man b/man/XvSetPortAttribute.man index 160a03d..db4bf5f 100644 --- a/man/XvSetPortAttribute.man +++ b/man/XvSetPortAttribute.man @@ -18,13 +18,7 @@ XvSetPortAttribute \- sets an attribute of a video port .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Specifies the port for which the attribute is to be used. .IP \fIattribute\fR 15 diff --git a/man/XvStopVideo.man b/man/XvStopVideo.man index 92cba4c..e2222e3 100644 --- a/man/XvStopVideo.man +++ b/man/XvStopVideo.man @@ -18,13 +18,7 @@ XvStopVideo \- stop active video .\" .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Specifies the port for which video is to be stopped. .IP \fIdraw\fR 15 diff --git a/man/XvUngrabPort.man b/man/XvUngrabPort.man index 6c0b095..d2f073b 100644 --- a/man/XvUngrabPort.man +++ b/man/XvUngrabPort.man @@ -16,13 +16,7 @@ XvUngrabPort(\fIdpy, port, time\fR) .SH Arguments .\" .IP \fIdpy\fR 15 -Specifies the display screen on which the -Xv Server is to accept requests from Xv clients. If the -display option is not specified, Xv 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 15 Specifies the port to be released. If the port had not been previously grabbed, the request is ignored. |