]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-03-05 13:53:04 by cjwatson]
authorcjwatson <>
Wed, 5 Mar 2003 21:53:04 +0000 (13:53 -0800)
committercjwatson <>
Wed, 5 Mar 2003 21:53:04 +0000 (13:53 -0800)
'index maint' and 'index packages' don't do substring matches any more.

html/server-refcard.html.in
html/server-request.html.in

index 776af95fe2f5bc7bafe88686bc25c6d37326b84d..3d24bc786b813285251f9e4ad3b21f381ca9fe3c 100644 (file)
@@ -24,9 +24,9 @@ sending the word <code>help</code> to each mailserver.
   <li><code>index-summary by-package</code>
   <li><code>index-summary by-number</code>
   <li><code>index-maint</code>
-  <li><code>index maint</code> <var>maintainer-substring</var>
+  <li><code>index maint</code> <var>maintainer</var>
   <li><code>index-packages</code>
-  <li><code>index packages</code> <var>package-substring</var>
+  <li><code>index packages</code> <var>package</var>
   <li><code>send-unmatched</code> [<code>this</code>|<code>0</code>]
   <li><code>send-unmatched</code> <code>last</code>|<code>-1</code>
   <li><code>send-unmatched</code> <code>old</code>|<code>-2</code>
index 57c8675f402ae856489fe6e3684bfa224713118f..3817335f63dbdb0362a9e9dc310e62967cb88580 100644 (file)
@@ -58,10 +58,9 @@ server.
 
 <dt><code>index maint</code> <var>maintainer</var>
 
-  <dd>Requests the index pages of $gBugs in the system for all maintainers
-  containing the string <var>maintainer</var>.  The search term is a
-  case insensitive substring.  The $gBug index for each matching
-  maintainer will be sent in a separate message.
+  <dd>Requests the index pages of $gBugs in the system for the maintainer
+  <var>maintainer</var>.  The search term is an exact match.
+  The $gBug index will be sent in a separate message.
 
 <dt><code>index-packages</code>
 
@@ -70,10 +69,9 @@ server.
 
 <dt><code>index packages</code> <var>package</var>
 
-  <dd>Requests the index pages of $gBugs in the system for all packages
-  containing the string <var>package</var>.  The search term is a case
-  insensitive substring.  The $gBug index for each matching package will
-  be sent in a separate message.
+  <dd>Requests the index pages of $gBugs in the system for the package
+  <var>package</var>.  The search term is an exact match.
+  The $gBug index will be sent in a separate message.
 
 <dt><code>send-unmatched</code> [<code>this</code>|<code>0</code>]
 <dt><code>send-unmatched</code> <code>last</code>|<code>-1</code>