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/FcPatternEqual.3 | |
parent | 4d546284a89cfeab19b10a31a8c548272f93b6b5 (diff) |
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
Diffstat (limited to 'lib/fontconfig/doc/FcPatternEqual.3')
-rw-r--r-- | lib/fontconfig/doc/FcPatternEqual.3 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/lib/fontconfig/doc/FcPatternEqual.3 b/lib/fontconfig/doc/FcPatternEqual.3 index 4cdcb9232..c53c1f06f 100644 --- a/lib/fontconfig/doc/FcPatternEqual.3 +++ b/lib/fontconfig/doc/FcPatternEqual.3 @@ -1,21 +1,17 @@ -.\" 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 "FcPatternEqual" "3" "31 May 2008" "" "" - +.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ +.TH "FcPatternEqual" "3" "18 November 2009" "" "" .SH NAME FcPatternEqual \- Compare patterns .SH SYNOPSIS -.sp +.nf \fB#include <fontconfig.h> .sp -FcBool FcPatternEqual (const FcPattern *\fIpa\fB, const FcPattern *\fIpb\fB); -\fR +FcBool FcPatternEqual(const FcPattern *\fIpa\fB); +(const FcPattern *\fIpb\fB); +\fR.fi .SH "DESCRIPTION" .PP Returns whether \fIpa\fR and \fIpb\fR are exactly alike. .SH "VERSION" .PP -Fontconfig version 2.6.0 +Fontconfig version 2.8.0 |