diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 05:13:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 05:13:36 +0000 |
commit | 0b5be2efbcd3d405f1d84b6b31add361a39f411d (patch) | |
tree | 4df01e44fc95caa435af14c64a11296462bb83a8 /man/XvQueryAdaptors.man | |
parent | 0b0ae11e4d5872f55bd412f7876c4b526d420fe0 (diff) |
doc/man/Xv/Xv.manXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
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/XvQueryAdaptors.man')
-rw-r--r-- | man/XvQueryAdaptors.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XvQueryAdaptors.man b/man/XvQueryAdaptors.man index 88625bd..578ae61 100644 --- a/man/XvQueryAdaptors.man +++ b/man/XvQueryAdaptors.man @@ -1,4 +1,4 @@ -.TH XvQueryAdaptors 3X __vendorversion__ +.TH XvQueryAdaptors __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvQueryAdaptors.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvQueryAdaptors \- return adaptor information for a screen @@ -40,7 +40,7 @@ returned. .\" .SH Description .\" -XvQueryAdaptors(3X) returns an video adaptor information for +XvQueryAdaptors(__libmansuffix__) returns an video adaptor information for the screen of the specified drawable. The XvAdaptorInfo structure has the following organization: .EX @@ -86,15 +86,15 @@ A visual-id supported for the given depth by the adaptor. .\" .SH Returned Values .IP [Success] 8 -Returned if XvQueryAdaptors(3X) completed successfully. +Returned if XvQueryAdaptors(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvQueryAdaptors(3X) failed to allocate memory to process +Returned if XvQueryAdaptors(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [Drawable] 8 Returned if the requested drawable does not exist. .SH See Also -XvFreeAdaptorInfo(3X) +XvFreeAdaptorInfo(__libmansuffix__) .\" |