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/FcLangSetAdd.3 | |
parent | 4d546284a89cfeab19b10a31a8c548272f93b6b5 (diff) |
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
Diffstat (limited to 'lib/fontconfig/doc/FcLangSetAdd.3')
-rw-r--r-- | lib/fontconfig/doc/FcLangSetAdd.3 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/lib/fontconfig/doc/FcLangSetAdd.3 b/lib/fontconfig/doc/FcLangSetAdd.3 index d600b81d2..3a430f29a 100644 --- a/lib/fontconfig/doc/FcLangSetAdd.3 +++ b/lib/fontconfig/doc/FcLangSetAdd.3 @@ -1,18 +1,14 @@ -.\" 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 "FcLangSetAdd" "3" "31 May 2008" "" "" - +.\\" auto-generated by docbook2man-spec $Revision: 1.2 $ +.TH "FcLangSetAdd" "3" "18 November 2009" "" "" .SH NAME FcLangSetAdd \- add a language to a langset .SH SYNOPSIS -.sp +.nf \fB#include <fontconfig.h> .sp -FcBool FcLangSetAdd (FcLangSet *\fIls\fB, const FcChar8 *\fIlang\fB); -\fR +FcBool FcLangSetAdd(FcLangSet *\fIls\fB); +(const FcChar8 *\fIlang\fB); +\fR.fi .SH "DESCRIPTION" .PP \fIlang\fR is added to \fIls\fR\&. @@ -21,4 +17,4 @@ two or three letter language from ISO 639 and Tt is a territory from ISO 3166. .SH "VERSION" .PP -Fontconfig version 2.6.0 +Fontconfig version 2.8.0 |