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/FcConfigFilename.3 | |
parent | 4d546284a89cfeab19b10a31a8c548272f93b6b5 (diff) |
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
Diffstat (limited to 'lib/fontconfig/doc/FcConfigFilename.3')
-rw-r--r-- | lib/fontconfig/doc/FcConfigFilename.3 | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/lib/fontconfig/doc/FcConfigFilename.3 b/lib/fontconfig/doc/FcConfigFilename.3 index 1ccf9be27..c34a26ed8 100644 --- a/lib/fontconfig/doc/FcConfigFilename.3 +++ b/lib/fontconfig/doc/FcConfigFilename.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 "FcConfigFilename" "3" "31 May 2008" "" "" - +.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ +.TH "FcConfigFilename" "3" "18 November 2009" "" "" .SH NAME FcConfigFilename \- Find a config file .SH SYNOPSIS -.sp +.nf \fB#include <fontconfig.h> .sp -FcChar8 * FcConfigFilename (const FcChar8 *\fIname\fB); -\fR +FcChar8 * FcConfigFilename(const FcChar8 *\fIname\fB); +\fR.fi .SH "DESCRIPTION" .PP Given the specified external entity name, return the associated filename. @@ -21,11 +16,11 @@ references into filename form. .PP A null or empty \fIname\fR indicates that the default configuration file should be used; which file this references can be overridden with the -FC_CONFIG_FILE environment variable. Next, if the name starts with \fI~\fR, it -refers to a file in the current users home directory. Otherwise if the name +FC_CONFIG_FILE environment variable. Next, if the name starts with \fI~\fR, it +refers to a file in the current users home directory. Otherwise if the name doesn't start with '/', it refers to a file in the default configuration directory; the built-in default directory can be overridden with the FC_CONFIG_DIR environment variable. .SH "VERSION" .PP -Fontconfig version 2.6.0 +Fontconfig version 2.8.0 |