summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-09 15:22:20 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-09 15:22:20 +0200
commitdde1b993cfd1aa07f31c0a97b8de8233e18f4fb4 (patch)
tree280ec05b6fa32a972632dd459ff489b2f0b5fb45
parentab06ec4422bc2e18ee5528a0ae7abd95a031c694 (diff)
downloadluaotfload-dde1b993cfd1aa07f31c0a97b8de8233e18f4fb4.tar.gz
[doc] mention manpage in manual
-rw-r--r--luaotfload-database.lua2
-rw-r--r--luaotfload-tool.rst2
-rw-r--r--luaotfload.dtx5
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}