diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-09 13:35:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-09 13:35:10 +0000 |
commit | 8f97943e2aa1c294278b1ed6308f4e587d1ad2fa (patch) | |
tree | ecf6a505689e06eb500db5cf1af0413e4999278c /dist/fontconfig/doc/FcDirCacheLoadFile.3 | |
parent | 7b32abbb6109767599d882195784d48317ce6517 (diff) |
Import fontconfig 2.10.91 in a separate directory
to make room for a BSD make build system.
Diffstat (limited to 'dist/fontconfig/doc/FcDirCacheLoadFile.3')
-rw-r--r-- | dist/fontconfig/doc/FcDirCacheLoadFile.3 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/fontconfig/doc/FcDirCacheLoadFile.3 b/dist/fontconfig/doc/FcDirCacheLoadFile.3 new file mode 100644 index 000000000..19ebf76d7 --- /dev/null +++ b/dist/fontconfig/doc/FcDirCacheLoadFile.3 @@ -0,0 +1,18 @@ +.\" auto-generated by docbook2man-spec from docbook-utils package +.TH "FcDirCacheLoadFile" "3" "10 1月 2013" "" "" +.SH NAME +FcDirCacheLoadFile \- load a cache file +.SH SYNOPSIS +.nf +\fB#include <fontconfig/fontconfig.h> +.sp +FcCache * FcDirCacheLoadFile (const FcChar8 *\fIcache_file\fB, struct stat *\fIfile_stat\fB); +.fi\fR +.SH "DESCRIPTION" +.PP +This function loads a directory cache from +\fIcache_file\fR\&. If \fIfile_stat\fR is +non-NULL, it will be filled with the results of stat(2) on the cache file. +.SH "VERSION" +.PP +Fontconfig version 2.10.91 |