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/XvQueryEncodings.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/XvQueryEncodings.man')
-rw-r--r-- | man/XvQueryEncodings.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XvQueryEncodings.man b/man/XvQueryEncodings.man index 836daab..a3e2058 100644 --- a/man/XvQueryEncodings.man +++ b/man/XvQueryEncodings.man @@ -1,4 +1,4 @@ -.TH XvQueryEncodings 3X __vendorversion__ +.TH XvQueryEncodings __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvQueryEncodings.man,v 1.5 2000/03/21 23:17:20 dawes Exp $ .SH Name XvQueryEncodings \- return list of encodings for an adaptor @@ -72,17 +72,17 @@ The \fInumerator\fP and \fIdenominator\fP fields specify the appropriate parts of a fractional number. .\" .SH Description -XvQueryEncodings(3X) returns encoding information about an adaptor. Each +XvQueryEncodings(__libmansuffix__) returns encoding information about an adaptor. Each encoding is described by the XvEncodingInfo structure described above. The encodings are identified by an encoding-id, which can be used to set or get the encoding attribute of a port. .SH Returned Values .IP [Success] 8 -Returned if XvQueryEncodings(3X) completed successfully. +Returned if XvQueryEncodings(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvQueryEncodings(3X) failed to allocate memory to process +Returned if XvQueryEncodings(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -90,5 +90,5 @@ Generated if the requested port does not exist. .\" .SH See Also .\" -XvFreeEncodingInfo(3X) +XvFreeEncodingInfo(__libmansuffix__) .br |