diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/texmfmp-help.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index d683a388909..022489f78c0 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2008-07-01 Karl Berry <karl@tug.org> + + * texmfmp-help.h [MP] (MPHELP): mpost is usually named mpost, + not mp. + 2008-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> * help.h (CTANGLEHELP): Correct syntax for ctangle usage. diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h index fc02e09a049..4c5b52dd91a 100644 --- a/Build/source/texk/web2c/texmfmp-help.h +++ b/Build/source/texk/web2c/texmfmp-help.h @@ -249,7 +249,7 @@ const_string MPHELP[] = { " after MPNAME is read.", " If the first line of MPNAME is %&MEM, and MEM is an existing .mem file,", " use it. Else use `NAME.mem', where NAME is the program invocation name,", - " most commonly `mp'.", + " most commonly `mpost'.", "", " Alternatively, if the first non-option argument begins with a backslash,", " interpret all non-option arguments as a line of MetaPost input.", |