summaryrefslogtreecommitdiff
path: root/Build/extra
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-15 22:17:54 +0000
committerKarl Berry <karl@freefriends.org>2023-09-15 22:17:54 +0000
commit293cd2140da6a8d638228582988800c2ff106620 (patch)
tree162a0ec54ca6ec794db62825eb5287b2dd4365eb /Build/extra
parent8662a50fe238123f37354bfefa673fe10ec74650 (diff)
typo in name, etc.
git-svn-id: svn://tug.org/texlive/trunk@68289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/extra')
-rw-r--r--Build/extra/epstopdf/epstopdf.12
-rwxr-xr-xBuild/extra/epstopdf/epstopdf.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/extra/epstopdf/epstopdf.1 b/Build/extra/epstopdf/epstopdf.1
index c7db0005d68..e5f6d450865 100644
--- a/Build/extra/epstopdf/epstopdf.1
+++ b/Build/extra/epstopdf/epstopdf.1
@@ -28,7 +28,7 @@ PDF version was whatever the underlying Ghostscript or other interpreter
produced by default.)
.PP
PJL commands at the start of a file are removed. DOS EPS binary files
-(TN 5002) are supported.
+(TN 5002) are supported. Seeking from a pipe is not supported.
.PP
If the bounding box in the input is incorrect, of course there will
be resulting problems.
diff --git a/Build/extra/epstopdf/epstopdf.pl b/Build/extra/epstopdf/epstopdf.pl
index 155dfb8f9be..4773841f42e 100755
--- a/Build/extra/epstopdf/epstopdf.pl
+++ b/Build/extra/epstopdf/epstopdf.pl
@@ -37,7 +37,7 @@
#
my $ver = "2.33";
# 2023/09/15 2.33 (Karl Berry)
-# * Cygwin PATH separator is :. Report from Alois Stendl,
+# * Cygwin PATH separator is :. Report from Alois Steindl,
# https://tug.org/pipermail/tex-live/2023-September/049474.html
# 2023/07/08 2.32 (Karl Berry)
# * check that kpsewhich and gs are in PATH.