summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-22 23:13:07 +0000
committerKarl Berry <karl@freefriends.org>2024-02-22 23:13:07 +0000
commit81e3aad79b4741576e5cc10dd69e1816db0f402a (patch)
tree6b6e3634e9fb2e12624d22787423df3eb4fa62c3
parent63e6b4a8529979447d4b70ac56a182e519c28289 (diff)
doc
git-svn-id: svn://tug.org/texlive/trunk@70080 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
-rwxr-xr-xMaster/tlpkg/bin/c2b3
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index e2c591e1e90..78b5f247383 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -8451,7 +8451,7 @@ name and in package descriptions, as complete words, and in filenames,
as any substring, and outputs bug-reporting and other information for
the package selected from the results.
-The search is equivalent to C<tlmgr search --word --file I<search-string>.
+The search is equivalent to C<tlmgr search --word --file> I<search-string>.
Thus, I<search-string> is interpreted as a (Perl) regular expression.
=head2 candidates I<pkg>
diff --git a/Master/tlpkg/bin/c2b b/Master/tlpkg/bin/c2b
index 29edcd92f3e..a3a2b8e1af8 100755
--- a/Master/tlpkg/bin/c2b
+++ b/Master/tlpkg/bin/c2b
@@ -5,4 +5,5 @@
PATH=`echo $PATH | sed -e s,karl/Master,branch/Master,g`
cd $HOME || exit 1 # just in case . is a trunk bin directory
-exec ${c2a-c2a} "$@" # allowing overriding with c2lx
+exec ${c2a-c2a} "$@" # allowing overriding with c2lx, as in:
+ # c2a=c2lx c2b jxu