Skip to content

Commit

Permalink
updating installer data
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Feb 19, 2024
1 parent 1184b3a commit 7e1137e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions texmf-dist/scripts/texlive/tlmgr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6982,7 +6982,7 @@ sub action_bug {
# 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;
Expand Down Expand Up @@ -8444,12 +8444,16 @@ =head2 backup
=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>.
Expand Down

0 comments on commit 7e1137e

Please sign in to comment.