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/XvSelectVideoNotify.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/XvSelectVideoNotify.man')
-rw-r--r-- | man/XvSelectVideoNotify.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XvSelectVideoNotify.man b/man/XvSelectVideoNotify.man index 74e0bed..dc16f89 100644 --- a/man/XvSelectVideoNotify.man +++ b/man/XvSelectVideoNotify.man @@ -1,4 +1,4 @@ -.TH XvSelectVideoNotify 3X __vendorversion__ +.TH XvSelectVideoNotify __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvSelectVideoNotify.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvSelectVideoNotify \- enable or disable VideoNotify events @@ -29,16 +29,16 @@ Defines the drawable in which video activity is to be reported. Selects whether video notification is enabled or disabled. .\" .SH Description -XvSelectVideoNotify(3X) enables or disables events to be reported for +XvSelectVideoNotify(__libmansuffix__) enables or disables events to be reported for video activity in a drawable. .\" .SH Returned Values .IP [Success] 8 -Returned if XvSelectVideoNotify(3X) completed successfully. +Returned if XvSelectVideoNotify(__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. .Diagnostics .IP [BadDrawable] 8 |