From d27de7dd32590f32cc5f746c0e9f5bb22fa50c9e Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 8 Jul 2013 14:45:36 +0200 Subject: [doc] describe --diagnose in manpage --- luaotfload-tool.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'luaotfload-tool.rst') diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 31a1010..05daa6a 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -33,6 +33,8 @@ SYNOPSIS **luaotfload** --show-blacklist +**luaotfload** --diagnose=CHECK + DESCRIPTION ======================================================================= @@ -43,8 +45,6 @@ the *Luaotfload* package. There are two general modes: **update** and + **update**: update the database or rebuild it entirely; + **query**: resolve a font name or display close matches. -A third mode for clearing the lookup cache is currently experimental. - Note that if the script is named ``mkluatexfontdb`` it will behave like earlier versions (<=1.3) and always update the database first. Also, the verbosity level will be set to 2. @@ -128,6 +128,17 @@ miscellaneous --version, -V Show version number and exit. --help, -h Show help message and exit. +--diagnose=CHECK Run the diagnostic procedure *CHECK*. Available + procedures are: + + 1) ``files`` -> check *Luaotfload* files for + modifications; + 2) ``permissions`` -> check permissions of + cache directories and files; + 3) ``repository`` -> check the git repository + for new releases. + + Specify ``thorough`` to run all checks. FILES ======================================================================= -- cgit v1.2.3 From d1b62959c82872f3570f2335628a71363fd1e337 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 9 Jul 2013 22:16:50 +0200 Subject: fix script name in manpage --- luaotfload-tool.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'luaotfload-tool.rst') diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 05daa6a..27e0069 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -15,25 +15,25 @@ SYNOPSIS ======================================================================= -**luaotfload** [ -bDcfFiIpquvVwh ] +**luaotfload-tool** [ -bDcfFiIpquvVwh ] -**luaotfload** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ] +**luaotfload-tool** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ] -**luaotfload** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ] +**luaotfload-tool** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ] -**luaotfload** --flush-lookups +**luaotfload-tool** --flush-lookups -**luaotfload** --cache=DIRECTIVE +**luaotfload-tool** --cache=DIRECTIVE -**luaotfload** --list=CRITERION[:VALUE] [ --fields=F1,F2,...,Fn ] +**luaotfload-tool** --list=CRITERION[:VALUE] [ --fields=F1,F2,...,Fn ] -**luaotfload** --help +**luaotfload-tool** --help -**luaotfload** --version +**luaotfload-tool** --version -**luaotfload** --show-blacklist +**luaotfload-tool** --show-blacklist -**luaotfload** --diagnose=CHECK +**luaotfload-tool** --diagnose=CHECK DESCRIPTION ======================================================================= -- cgit v1.2.3 From 12bc6faf98fa9e8fc4ecc1db2cde14ff620b0429 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 10 Jul 2013 18:01:15 +0200 Subject: bump version, update NEWS --- luaotfload-tool.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'luaotfload-tool.rst') diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 27e0069..e81aa8d 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -6,9 +6,9 @@ generate and query the Luaotfload font names database ----------------------------------------------------------------------- -:Date: 2013-06-02 +:Date: 2013-07-10 :Copyright: GPL v2.0 -:Version: 2.3 +:Version: 2.3a :Manual section: 1 :Manual group: text processing -- cgit v1.2.3