diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-25 21:46:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-25 21:46:00 +0000 |
commit | 44ff62e966fe9822cb180c33afa7cac44f940d96 (patch) | |
tree | fdbc17ded0bc5f40f6c97161fb3f14a39234a4ba /lib/fontconfig/doc/FcCharSetIntersect.3 | |
parent | 4d546284a89cfeab19b10a31a8c548272f93b6b5 (diff) |
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
Diffstat (limited to 'lib/fontconfig/doc/FcCharSetIntersect.3')
-rw-r--r-- | lib/fontconfig/doc/FcCharSetIntersect.3 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/lib/fontconfig/doc/FcCharSetIntersect.3 b/lib/fontconfig/doc/FcCharSetIntersect.3 index 5821d8c72..993324782 100644 --- a/lib/fontconfig/doc/FcCharSetIntersect.3 +++ b/lib/fontconfig/doc/FcCharSetIntersect.3 @@ -1,22 +1,18 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FcCharSetIntersect" "3" "31 May 2008" "" "" - +.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ +.TH "FcCharSetIntersect" "3" "18 November 2009" "" "" .SH NAME FcCharSetIntersect \- Intersect charsets .SH SYNOPSIS -.sp +.nf \fB#include <fontconfig.h> .sp -FcCharSet * FcCharSetIntersect (const FcCharSet *\fIa\fB, const FcCharSet *\fIb\fB); -\fR +FcCharSet * FcCharSetIntersect(const FcCharSet *\fIa\fB); +(const FcCharSet *\fIb\fB); +\fR.fi .SH "DESCRIPTION" .PP Returns a set including only those chars found in both \fIa\fR and \fIb\fR\&. .SH "VERSION" .PP -Fontconfig version 2.6.0 +Fontconfig version 2.8.0 |