diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2016-06-15 20:51:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 20:51:12 +0200 |
commit | b43ad03773991d9e227956bc55383e0b2bf0af36 (patch) | |
tree | f42d2df70f00fc0b7ae5753069ad645079c07f21 /doc | |
parent | 36cc5c9c567e24916f254203fc362bf124e26d02 (diff) | |
parent | fdd5fb7042e29050341dd8462a69c13387d4e67b (diff) | |
download | luaotfload-b43ad03773991d9e227956bc55383e0b2bf0af36.tar.gz |
Merge pull request #365 from phi-gamma/master
fix dynamic db initialization
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaotfload.conf.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst index 16f055b..660177e 100644 --- a/doc/luaotfload.conf.rst +++ b/doc/luaotfload.conf.rst @@ -186,7 +186,8 @@ effect on the runtime behavior. If ``update-live`` is set, Luaotfload will reload the database if it cannot find a requested font. Those who prefer to update manually using -**luaotfload-tool** should unset this flag. +**luaotfload-tool** should unset this flag. This option does not affect +rebuilds due to version mismatch. The option ``use-fontforge`` had a meaning during the transition to the Lua-only Opentype reader. At present it is ignored. |