diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-11-11 08:46:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-11-11 08:46:47 +0000 |
commit | 432e35ff6015e7b889244f5cf4ed16ac80261fbe (patch) | |
tree | 716500651f6965303ea12fd13015b3b89f34b8b4 /dist/fontconfig/doc/FcConfigFilename.3 | |
parent | 95fb6e6203e074483b443a34da1e4302b81fd0ac (diff) |
Update to fontconfig 2.13.94
Diffstat (limited to 'dist/fontconfig/doc/FcConfigFilename.3')
-rw-r--r-- | dist/fontconfig/doc/FcConfigFilename.3 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/dist/fontconfig/doc/FcConfigFilename.3 b/dist/fontconfig/doc/FcConfigFilename.3 index 8e6391765..2d56a3f2e 100644 --- a/dist/fontconfig/doc/FcConfigFilename.3 +++ b/dist/fontconfig/doc/FcConfigFilename.3 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigFilename" "3" "05 7月 2017" "Fontconfig 2.12.4" "" +.TH "FcConfigFilename" "3" "29 6月 2021" "Fontconfig 2.13.94" "" .SH NAME FcConfigFilename \- Find a config file .SH SYNOPSIS @@ -10,14 +10,4 @@ FcChar8 * FcConfigFilename (const FcChar8 *\fIname\fB); .fi\fR .SH "DESCRIPTION" .PP -Given the specified external entity name, return the associated filename. -This provides applications a way to convert various configuration file -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 -FONTCONFIG_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 -FONTCONFIG_PATH environment variable. +This function is deprecated and is replaced by \fBFcConfigGetFilename\fR\&. |