diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-04-05 16:43:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-04-05 16:43:38 +0000 |
commit | 18df927f7b9c302f5eb6eaed63a8fdf209c64552 (patch) | |
tree | b949936e4f9abe11692375b4c0567790663b964b /lib/fontconfig/doc/FcCharSetIsSubset.3 | |
parent | 3f1e1ec27086e513778a2fc86e249a11ab92fe41 (diff) |
Update to fontconfig 2.6.0. ok naddy@
this uses a patched version of libtool to fix linking on vax.
Diffstat (limited to 'lib/fontconfig/doc/FcCharSetIsSubset.3')
-rw-r--r-- | lib/fontconfig/doc/FcCharSetIsSubset.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/doc/FcCharSetIsSubset.3 b/lib/fontconfig/doc/FcCharSetIsSubset.3 index aa9ff5004..a5eee4207 100644 --- a/lib/fontconfig/doc/FcCharSetIsSubset.3 +++ b/lib/fontconfig/doc/FcCharSetIsSubset.3 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FcCharSetIsSubset" "3" "15 September 2006" "" "" +.TH "FcCharSetIsSubset" "3" "31 May 2008" "" "" .SH NAME FcCharSetIsSubset \- Test for charset inclusion @@ -18,4 +18,4 @@ FcBool FcCharSetIsSubset (const FcCharSet *\fIa\fB, const FcCharSet *\fIb\fB); Returns whether \fIa\fR is a subset of \fIb\fR\&. .SH "VERSION" .PP -Fontconfig version 2.4.1 +Fontconfig version 2.6.0 |