diff options
| -rw-r--r-- | luaotfload-database.lua | 2 | ||||
| -rw-r--r-- | luaotfload-tool.rst | 2 | ||||
| -rw-r--r-- | luaotfload.dtx | 5 | 
3 files changed, 7 insertions, 2 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 96db195..84b884d 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -71,7 +71,7 @@ fonts.definers       = fonts.definers or { }  local names          = fonts.names -names.version        = 2.203 +names.version        = 2.204  names.data           = nil      --- contains the loaded database  names.lookups        = nil      --- contains the lookup cache  names.path           = { diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 5b6c6b8..6fc6138 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -19,7 +19,7 @@ SYNOPSIS  **luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] -**luaotfload** --find=filename [ --fuzzy ] [ --info ] +**luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ]  **luaotfload** --flush-cache diff --git a/luaotfload.dtx b/luaotfload.dtx index 6c88e37..74cf467 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -947,6 +947,11 @@ and the derived files  %  % \verb|luaotfload-tool --help| will list the available command line  % switches, including some not discussed in detail here. +% For a full documentation of \identifier{luaotfload-tool} and its +% capabilities refer to the manpage +% (\verb|man 1 luaotfload-tool|).\footnote{% +%   Or see \verb|luaotfload-tool.rst| in the source directory. +% }  %  % \subsection{Blacklisting Fonts}  % \label{font-blacklist}  | 
