summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-08-14 18:41:23 +0000
committerKarl Berry <karl@freefriends.org>2009-08-14 18:41:23 +0000
commit5388f00c13891629de47eb6d81e37a93816ccba4 (patch)
tree6ef26faea73a1515aec5381c4c3ec0105360db7e /Master/texmf
parentfcdf996234b757543da72793f607457b7584d60d (diff)
doc updates, force CPU=i386 (from Jukka Salmi, mail to karl 13 Aug 2009 01:12:49)
git-svn-id: svn://tug.org/texlive/trunk@14665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 31e7b5d65bd..af672f8aa99 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -663,7 +663,7 @@ sub handle_execute_actions {
# unless --force given
#
# tlmgr remove --no-depends-at-all foo bar baz
-# willabsolutely only install foo bar baz not even taking .ARCH into
+# will absolutely only install foo bar baz not even taking .ARCH into
# account
#
sub action_remove {
@@ -948,7 +948,7 @@ sub action_show {
return;
}
-# SYMLINKS
+# PATH
#
sub action_path {
my $what = shift @ARGV;