summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-19 23:17:07 +0000
committerKarl Berry <karl@freefriends.org>2024-02-19 23:17:07 +0000
commit41ae06334febfd99667b0a63485f66d8dd72f5ee (patch)
treecabcdc31830af5f1ba87e053915c273b024a43ff
parent01a221a23b3d04cf3634416322b24b19b9189df3 (diff)
bug doc
git-svn-id: svn://tug.org/texlive/trunk@70001 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl12
1 files changed, 8 insertions, 4 deletions
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<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>.