summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-21 18:57:27 +0000
committerKarl Berry <karl@freefriends.org>2018-12-21 18:57:27 +0000
commitb9eb17964fe90a669cdb00d40e7d7bb6e94c5f9c (patch)
tree697736d7c3bb07e67e2026a837f689b95f0e024e /Build/source/texk/web2c/man
parentc3b9347abc71fb38a06bb9100bbe857f367e7f87 (diff)
make r links for all of mpost, pmpost, upmpost; add rmpost to shell_escape_commands
git-svn-id: svn://tug.org/texlive/trunk@49471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man')
-rw-r--r--Build/source/texk/web2c/man/ChangeLog4
-rw-r--r--Build/source/texk/web2c/man/mpost.man49
2 files changed, 35 insertions, 18 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog
index c0343a16645..38f3f7588ed 100644
--- a/Build/source/texk/web2c/man/ChangeLog
+++ b/Build/source/texk/web2c/man/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-21 Karl Berry <karl@freefriends.org>
+
+ * mpost.man: mention rmpost, (r)pmpost, and (r)upmpost.
+
2018-10-28 Andreas Scherer <https://ascherer.github.io>
* cweb.man: do not mention nonexistent -DSTAT option.
diff --git a/Build/source/texk/web2c/man/mpost.man b/Build/source/texk/web2c/man/mpost.man
index 924666fbf11..2801883b1e5 100644
--- a/Build/source/texk/web2c/man/mpost.man
+++ b/Build/source/texk/web2c/man/mpost.man
@@ -1,4 +1,4 @@
-.TH MPOST 1 "16 June 2015" "Web2C @VERSION@"
+.TH MPOST 1 "21 December 2018" "Web2C @VERSION@"
.\"=====================================================================
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
@@ -22,7 +22,7 @@
.if t .ds WB W\s-2EB\s0
.\"=====================================================================
.SH NAME
-mpost \- MetaPost, a system for creating graphics
+mpost, pmpost, upmpost \- MetaPost, a system for creating graphics
.SH SYNOPSIS
.B mpost
.RI [ options ]
@@ -43,7 +43,7 @@ or
.BR troff (1)
commands and accessing features of PostScript not found in \*(MF.
.PP
-\*(MP is normally used with some preloaded macros, and it
+\*(MP is normally used with a set of basic macros, and it
will use its executable name as the name of the preload
file to use. For example, when called as
.B mpost
@@ -80,16 +80,32 @@ When the
option is given, \*(MP acts as DVI-to-MPX converter only.
See dvitomp (1) for details.
.PP
-This manual page is not meant to be exhaustive. The complete
-documentation for this version of \*(MP can be found in the
+The
+.B pmpost
+program is a variant with Japanese support, and
+.B upmpost
+has Unicode-enabled Japanese support, analogous to ptex and uptex.
+.PP
+All three variants are also installed with an `r' prefix, that is,
+.BR rmpost ,
+.BR rpmpost ,
+.BR rupmpost ,
+which implicitly specify the
+.B --restricted
+option to make MetaPost safe to run on unknown input; the tex, makempx,
+and editor commands are disabled.
+.PP
+This manual page is a mere skeleton. For a list of all command line
+options, run
+.BR --help .
+.PP
+The main documentation for this version of \*(MP can be found in the
User Manual that should have been installed along with the program and
-is also available from http://tug.org/metapost.
-See the FILES section below.
+is also available from https://tug.org/metapost.
.PP
The \*(MP language is similar to \*(MF, but the manual
assumes no knowledge of \*(MF. \*(MP does not have bitmap
output commands or \*(MF's online display mechanism.
-
.\"=====================================================================
.SH FILES
.TP
@@ -138,28 +154,25 @@ Addison-Wesley, 1986, ISBN 0-201-13445-4.
.BR mf (1),
.BR mptopdf (1),
.BR tex (1),
-.PP
-.URL "http://foundry.supelec.fr/gf/project/metapost/" "MetaPost source code" .
.br
-.URL "http://tug.org/metapost/" "MetaPost home page" .
+.URL "https://tug.org/metapost/" "MetaPost home page" .
.\"=====================================================================
.SH AUTHORS
-\*(MP was designed by John D. Hobby, incorporating algorithms from
+\*(MP was created by John D. Hobby, incorporating algorithms from
\*(MF by Donald E. Knuth. It was originally implemented on Unix,
incorporating system-dependent routines from
.BR web2c ,
while not relying on it except for the actual \*(WB-to-C translator.
.PP
-The primary author of the current \*(MP was Taco Hoekwater, with
-assistance from Hans Hagen and many others. It is currently maintained
-by Luigi Scarso.
-.PP
Ulrik Vieth adapted \*(MP to take advantage of the advanced path
searching features in more recent versions of
.B web2c
and worked towards fully integrating \*(MP into the canonical Unix
\*(TX distribution.
+.PP
+The primary author of the current \*(MP was Taco Hoekwater, with
+assistance from Hans Hagen and many others. It is currently maintained
+by Luigi Scarso.
.\"=====================================================================
.SH BUGS
-The MetaPost home page is http://tug.org/metapost.
-
+The MetaPost home page is https://tug.org/metapost.