From 41ae06334febfd99667b0a63485f66d8dd72f5ee Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Feb 2024 23:17:07 +0000 Subject: bug doc git-svn-id: svn://tug.org/texlive/trunk@70001 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 5552a082b60..e2c591e1e90 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -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; @@ -8444,12 +8444,16 @@ performed are written to the terminal. =back -=head2 bug [I] +=head2 bug [I] -Looks for I (prompted for, if not specified) as a package -name or file name, and outputs bug-reporting and other information for +Searches for I (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. +Thus, I is interpreted as a (Perl) regular expression. + =head2 candidates I Shows the available candidate repositories for package I. -- cgit v1.2.3