summaryrefslogtreecommitdiff
path: root/man/XvGrabPort.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/XvGrabPort.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/XvGrabPort.man')
-rw-r--r--man/XvGrabPort.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XvGrabPort.man b/man/XvGrabPort.man
index aa606c9..cc5c6a7 100644
--- a/man/XvGrabPort.man
+++ b/man/XvGrabPort.man
@@ -1,4 +1,4 @@
-.TH XvGrabPort 3X __vendorversion__
+.TH XvGrabPort __libmansuffix__ __vendorversion__
.\" $XFree86: xc/doc/man/Xv/XvGrabPort.man,v 1.4 1999/03/02 11:49:14 dawes Exp $
.SH Name
XvGrabPort \- lock port for exclusive use by client
@@ -33,7 +33,7 @@ Specifies the request timestamp.
.\"
.SH Description
.\"
-XvGrabPort(3X) grabs a port. Once a client grabs a port,
+XvGrabPort(__libmansuffix__) grabs a port. Once a client grabs a port,
only that client can make video requests
to that port.
.PP
@@ -41,8 +41,8 @@ If the time is before the current port time, the XvGrabPort request is
ignored and XvInvalidTime is returned. If the port is already grabbed by
another client, XvAlreadyGrabbed is returned. Otherwise it returns a
status of \fISuccess\fR. The port time is updated when the following
-requests are processed: XvGrabPort(3X), XvUngrabPort(3X),
-XvPutVideo(3X), XvPutStill(3X), XvGetVideo(3X), XvGetStill(3X).
+requests are processed: XvGrabPort(__libmansuffix__), XvUngrabPort(__libmansuffix__),
+XvPutVideo(__libmansuffix__), XvPutStill(__libmansuffix__), XvGetVideo(__libmansuffix__), XvGetStill(__libmansuffix__).
.PP
If the port is actively processing video for another client, the
video is preempted, and an XvVideoNotify event with detail XvPreempted
@@ -50,7 +50,7 @@ is generated for its drawable.
.\"
.SH Returned Values
.IP [Success] 8
-Returned if XvGrabPort(3X) completed successfully.
+Returned if XvGrabPort(__libmansuffix__) completed successfully.
.IP [XvInvalidTime] 8
Returned if requested time is older than the current port time.
.IP [XvAlreadyGrabbed] 8
@@ -58,7 +58,7 @@ Returned if the port is already grabbed by another client.
.IP [XvBadExtension] 8
Returned if the Xv extension is unavailable.
.IP [XvBadAlloc] 8
-Returned if XvGrabPort(3X) failed to allocate memory to process
+Returned if XvGrabPort(__libmansuffix__) failed to allocate memory to process
the request.
.SH Diagnostics
.IP [XvBadPort] 15
@@ -66,5 +66,5 @@ Generated if the requested port does not exist.
.\"
.SH See Also
.\"
-XvUngrabPort(3X) XvVideoNotify(3X)
+XvUngrabPort(__libmansuffix__) XvVideoNotify(__libmansuffix__)
.br