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/FcPatternDuplicate.3 | |
parent | 4d546284a89cfeab19b10a31a8c548272f93b6b5 (diff) |
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
Diffstat (limited to 'lib/fontconfig/doc/FcPatternDuplicate.3')
-rw-r--r-- | lib/fontconfig/doc/FcPatternDuplicate.3 | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/lib/fontconfig/doc/FcPatternDuplicate.3 b/lib/fontconfig/doc/FcPatternDuplicate.3 index 2991c8760..b0c5d556b 100644 --- a/lib/fontconfig/doc/FcPatternDuplicate.3 +++ b/lib/fontconfig/doc/FcPatternDuplicate.3 @@ -1,18 +1,13 @@ -.\" 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 "FcPatternDuplicate" "3" "31 May 2008" "" "" - +.\\" auto-generated by docbook2man-spec $Revision: 1.2 $ +.TH "FcPatternDuplicate" "3" "18 November 2009" "" "" .SH NAME FcPatternDuplicate \- Copy a pattern .SH SYNOPSIS -.sp +.nf \fB#include <fontconfig.h> .sp -FcPattern * FcPatternDuplicate (FcPattern *\fIp\fB); -\fR +FcPattern * FcPatternDuplicate(const FcPattern *\fIp\fB); +\fR.fi .SH "DESCRIPTION" .PP Copy a pattern, returning a new pattern that matches @@ -20,4 +15,4 @@ Copy a pattern, returning a new pattern that matches other. .SH "VERSION" .PP -Fontconfig version 2.6.0 +Fontconfig version 2.8.0 |