diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 18:54:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 18:54:57 +0000 |
commit | 13dd7296324d74df6d1bba48deb253beaf895a15 (patch) | |
tree | a63ebdc4ffeb47638827af8b9f3b5faac85019d4 /lib/libXv/man/XvFreeEncodingInfo.man | |
parent | 0faf6b0324b05d420a232f75648ab55507359beb (diff) |
update to libXv 1.0.5
Diffstat (limited to 'lib/libXv/man/XvFreeEncodingInfo.man')
-rw-r--r-- | lib/libXv/man/XvFreeEncodingInfo.man | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/lib/libXv/man/XvFreeEncodingInfo.man b/lib/libXv/man/XvFreeEncodingInfo.man index d26dff020..956460df6 100644 --- a/lib/libXv/man/XvFreeEncodingInfo.man +++ b/lib/libXv/man/XvFreeEncodingInfo.man @@ -1,21 +1,22 @@ -.TH XvFreeEncodingInfo __libmansuffix__ __vendorversion__ -.SH Name -XvFreeEncodingInfo \- free encoding information +.TH XvFreeEncodingInfo __libmansuffix__ __vendorversion__ "libXv Functions" +.SH NAME +XvFreeEncodingInfo \- free encoding information .\" -.SH Syntax -\fBXvFreeEncodingInfo(XvEncodingInfo *\fIp_encoding_info\fR)" -.SH Arguments +.SH SYNOPSIS +.BI "void XvFreeEncodingInfo(XvEncodingInfo *" p_encoding_info ");" +.SH ARGUMENTS .\" .IP \fIp_encoding_info\fR 8 -Pointer to where the encoding information is located. +Pointer to where the encoding information is located. .\" -.SH Description +.SH DESCRIPTION .\" -XvFreeEncodingInfo(__libmansuffix__) frees encoding information that -was returned by XvQueryEncodings(__libmansuffix__). The data structure -used for encoding information is defined in the -reference page for XvQueryEncodings(__libmansuffix__). -.SH See Also +.BR XvFreeEncodingInfo (__libmansuffix__) +frees encoding information that was returned by +.BR XvQueryEncodings (__libmansuffix__). +The data structure used for encoding information is defined in the +reference page for +.BR XvQueryEncodings (__libmansuffix__). +.SH SEE ALSO .\" -XvQueryEncodings(__libmansuffix__) -.br +.BR XvQueryEncodings (__libmansuffix__) |