texlive[70080] Master: doc
commits+karl at tug.org
commits+karl at tug.org
Fri Feb 23 00:13:07 CET 2024
Revision: 70080
https://tug.org/svn/texlive?view=revision&revision=70080
Author: karl
Date: 2024-02-23 00:13:07 +0100 (Fri, 23 Feb 2024)
Log Message:
-----------
doc
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
trunk/Master/tlpkg/bin/c2b
Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2024-02-22 22:13:12 UTC (rev 70079)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2024-02-22 23:13:07 UTC (rev 70080)
@@ -8451,7 +8451,7 @@
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>
Modified: trunk/Master/tlpkg/bin/c2b
===================================================================
--- trunk/Master/tlpkg/bin/c2b 2024-02-22 22:13:12 UTC (rev 70079)
+++ trunk/Master/tlpkg/bin/c2b 2024-02-22 23:13:07 UTC (rev 70080)
@@ -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
More information about the tex-live-commits
mailing list.