summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mft.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-07-25 21:42:15 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-07-25 21:42:15 +0000
commit36f10c862405f528a789d9b0e5c277fee287a1d1 (patch)
treec08eaa309cf12520be245325945da184acb64f98 /Build/source/texk/web2c/mft.ch
parent120fbb4ff2102335d09b937b3b63a9eed6ab66bb (diff)
[WEB] Rectify comment for 'metapost' flag.
git-svn-id: svn://tug.org/texlive/trunk@55938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mft.ch')
-rw-r--r--Build/source/texk/web2c/mft.ch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mft.ch b/Build/source/texk/web2c/mft.ch
index e43e6d66812..b5de55d6f9f 100644
--- a/Build/source/texk/web2c/mft.ch
+++ b/Build/source/texk/web2c/mft.ch
@@ -957,7 +957,7 @@ files, as UNIX knows them.
@!style_name:array[0..max_style_name-1] of const_c_string;
@!n_style_name:c_int_type; {Number of values in |style_name| array.}
@!i_style_name:c_int_type; {The next |style_name|.}
-@!metapost:c_int_type; {|true| for \MF, |false| for \MP}
+@!metapost:c_int_type; {|true| for \MP, |false| for \MF}
@ Look at the command line arguments and set the |name| variables accordingly.
@@ -1089,7 +1089,7 @@ long_options[current_option].flag := address_of (metapost);
long_options[current_option].val := 1;
incr (current_option);
-@ |metapost| defaults to false
+@ |metapost| defaults to |false|; will become |true| for \MP.
@<Initialize the option...@> =
metapost:=false;