texlive[70001] Master/texmf-dist/scripts/texlive/tlmgr.pl: bug doc

commits+karl at tug.org commits+karl at tug.org
Tue Feb 20 00:17:07 CET 2024


Revision: 70001
          https://tug.org/svn/texlive?view=revision&revision=70001
Author:   karl
Date:     2024-02-20 00:17:07 +0100 (Tue, 20 Feb 2024)
Log Message:
-----------
bug doc

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2024-02-19 23:04:52 UTC (rev 70000)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2024-02-19 23:17:07 UTC (rev 70001)
@@ -6982,7 +6982,7 @@
   # we are still here, so search for a file that matches
   my $fndptr = _search_tlpdb($localtlpdb, $ans,
     1, # search files,
-    1, # don't search descriptions
+    1, # search descriptions
     1  # don't search within words
   );
   my @deschit;
@@ -8444,12 +8444,16 @@
 
 =back
 
-=head2 bug [I<search string>]
+=head2 bug [I<search-string>]
 
-Looks for I<search string> (prompted for, if not specified) as a package
-name or file name, and outputs bug-reporting and other information for
+Searches for I<search-string> (prompted for, if not given) as a package
+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>.
+Thus, I<search-string> is interpreted as a (Perl) regular expression.
+
 =head2 candidates I<pkg>
 
 Shows the available candidate repositories for package I<pkg>.



More information about the tex-live-commits mailing list.