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/FcStrPlus.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/FcStrPlus.3')
-rw-r--r-- | lib/fontconfig/doc/FcStrPlus.3 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/fontconfig/doc/FcStrPlus.3 b/lib/fontconfig/doc/FcStrPlus.3 new file mode 100644 index 000000000..63b9681f8 --- /dev/null +++ b/lib/fontconfig/doc/FcStrPlus.3 @@ -0,0 +1,23 @@ +.\" 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 "FcStrPlus" "3" "31 May 2008" "" "" + +.SH NAME +FcStrPlus \- concatenate two strings +.SH SYNOPSIS +.sp +\fB#include <fontconfig.h> +.sp +FcChar8 * FcStrPlus (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB); +\fR +.SH "DESCRIPTION" +.PP +This function allocates new storage and places the concatenation of +\fIs1\fR and \fIs2\fR there, returning the +new string. +.SH "VERSION" +.PP +Fontconfig version 2.6.0 |