diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-23 17:24:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-23 17:24:56 +0000 |
commit | ab7ba4c57fac580b3ce38b9a3785b71d104ed92a (patch) | |
tree | 9dd6f6177443dc78b8b80f8cf28136ae326ac4f0 /Build/source/texk/tetex | |
parent | d6443c8e1ba759d9b6289abbcd2696a61f52fb06 (diff) |
typo, need --showoption without s
git-svn-id: svn://tug.org/texlive/trunk@27111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex')
-rw-r--r-- | Build/source/texk/tetex/ChangeLog | 5 | ||||
-rwxr-xr-x | Build/source/texk/tetex/updmap.pl | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog index 292ea87ce3b..7521e3a14ac 100644 --- a/Build/source/texk/tetex/ChangeLog +++ b/Build/source/texk/tetex/ChangeLog @@ -1,3 +1,8 @@ +2012-07-23 Karl Berry <karl@tug.org> + + * updmap.pl (help): we have both --showoption and --showoptions. + Ugh. Found by Bruno Voisin, 11 Jun 2012 21:34:44. + 2012-06-10 Norbert Preining <preining@logic.at> * updmap.pl: fix ordering of how updmap.cfg files are read diff --git a/Build/source/texk/tetex/updmap.pl b/Build/source/texk/tetex/updmap.pl index 661e55b43bb..b79e95a7101 100755 --- a/Build/source/texk/tetex/updmap.pl +++ b/Build/source/texk/tetex/updmap.pl @@ -2012,7 +2012,7 @@ fonts worse than mode-tuned Type 1 bitmap fonts. So, MixedMap is used for fonts that are available as both Type 1 and Metafont. KanjiMap entries are added to psfonts_t1.map and kanjix.map. -Explanation of the OPTION names for --showoptions, --showoptions, --setoption: +Explanation of the OPTION names for --showoptions, --showoption, --setoption: dvipsPreferOutline true|false (default true) Whether dvips uses bitmaps or outlines, when both are available. |