summaryrefslogtreecommitdiff
path: root/man/XvSetPortAttribute.man
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-13 05:13:36 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-13 05:13:36 +0000
commit0b5be2efbcd3d405f1d84b6b31add361a39f411d (patch)
tree4df01e44fc95caa435af14c64a11296462bb83a8 /man/XvSetPortAttribute.man
parent0b0ae11e4d5872f55bd412f7876c4b526d420fe0 (diff)
doc/man/Xv/XvFreeAdaptorInfo.man doc/man/Xv/XvFreeEncodingInfo.man doc/man/Xv/XvGetPortAttribute.man doc/man/Xv/XvGetStill.man doc/man/Xv/XvGetVideo.man doc/man/Xv/XvGrabPort.man doc/man/Xv/XvPortNotify.man doc/man/Xv/XvPutStill.man doc/man/Xv/XvPutVideo.man doc/man/Xv/XvQueryAdaptors.man doc/man/Xv/XvQueryBestSize.man doc/man/Xv/XvQueryEncodings.man doc/man/Xv/XvQueryExtension.man doc/man/Xv/XvSelectPortNotify.man doc/man/Xv/XvSelectVideoNotify.man doc/man/Xv/XvSetPortAttribute.man doc/man/Xv/XvStopVideo.man doc/man/Xv/XvUngrabPort.man doc/man/Xv/XvVideoNotify.man Convert hardcoded 3X to substitutable __libmansuffix__ like other library man pages.
Diffstat (limited to 'man/XvSetPortAttribute.man')
-rw-r--r--man/XvSetPortAttribute.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XvSetPortAttribute.man b/man/XvSetPortAttribute.man
index 84a6a4e..160a03d 100644
--- a/man/XvSetPortAttribute.man
+++ b/man/XvSetPortAttribute.man
@@ -1,4 +1,4 @@
-.TH XvSetPortAttribute 3X __vendorversion__
+.TH XvSetPortAttribute __libmansuffix__ __vendorversion__
.\" $XFree86: xc/doc/man/Xv/XvSetPortAttribute.man,v 1.6 2001/01/27 18:20:36 dawes Exp $
.SH Name
XvSetPortAttribute \- sets an attribute of a video port
@@ -35,7 +35,7 @@ Identifies the value to which \fIattribute\fP is to be set.
Can be one of the table entries under the column "Type," below.
.\"
.SH Description
-XvSetPortAttribute(3X) permits a client to set the port attribute
+XvSetPortAttribute(__libmansuffix__) permits a client to set the port attribute
to specified values. This request supports the following values:
.bp
.PP
@@ -72,19 +72,19 @@ adaptor, otherwise an Encoding error results.
.PP
If the adaptor does not support the exact hue, saturation,
brightness, and contrast levels supplied, the closest levels
-supported are assumed. Use XvGetPortAttribute(3X)
+supported are assumed. Use XvGetPortAttribute(__libmansuffix__)
to query the resulting levels.
.PP
-When an XvSetPortAttribute(3X) request is processed, a
-PortControlNotify(3X) event is generated for all clients
-that have requested for port changes using XvSelectPortNotify(3X).
+When an XvSetPortAttribute(__libmansuffix__) request is processed, a
+PortControlNotify(__libmansuffix__) event is generated for all clients
+that have requested for port changes using XvSelectPortNotify(__libmansuffix__).
.SH Returned Values
.IP [Success] 8
-Returned if XvSetPortAttribute(3X) completed successfully.
+Returned if XvSetPortAttribute(__libmansuffix__) completed successfully.
.IP [XvBadExtension] 8
Returned if the Xv extension is unavailable.
.IP [XvBadAlloc] 8
-Returned if XvSelectVideoNotify(3X) failed to allocate memory to process
+Returned if XvSelectVideoNotify(__libmansuffix__) failed to allocate memory to process
the request.
.SH Diagnostics
.IP [XvBadPort] 8
@@ -96,5 +96,5 @@ Generated if the requested attribute atom does not specify an attribute
supported by the adaptor.
.SH See Also
.\"
-XvGetPortAttribute(3X), XvSelectPortNotify(3X), XvPortNotify(3X)
+XvGetPortAttribute(__libmansuffix__), XvSelectPortNotify(__libmansuffix__), XvPortNotify(__libmansuffix__)
.br