cvsdist fc1f06
--- bash-3.0/doc/bash.1.bashbug	2004-09-07 18:12:05.102185374 +0100
cvsdist fc1f06
+++ bash-3.0/doc/bash.1	2004-09-07 18:15:12.796455678 +0100
cvsdist fc1f06
@@ -8680,7 +8680,7 @@
cvsdist fc1f06
 .PP
cvsdist fc1f06
 Once you have determined that a bug actually exists, use the
cvsdist fc1f06
 .I bashbug
cvsdist fc1f06
-command to submit a bug report.
cvsdist fc1f06
+command (from the source package) to submit a bug report.
cvsdist fc1f06
 If you have a fix, you are encouraged to mail that as well!
cvsdist fc1f06
 Suggestions and `philosophical' bug reports may be mailed
cvsdist fc1f06
 to \fIbug-bash@gnu.org\fP or posted to the Usenet
cvsdist fc1f06
@@ -8702,10 +8702,6 @@
cvsdist fc1f06
 A short script or `recipe' which exercises the bug
cvsdist fc1f06
 .PD
cvsdist fc1f06
 .PP
cvsdist fc1f06
-.I bashbug
cvsdist fc1f06
-inserts the first three items automatically into the template
cvsdist fc1f06
-it provides for filing a bug report.
cvsdist fc1f06
-.PP
cvsdist fc1f06
 Comments and bug reports concerning
cvsdist fc1f06
 this manual page should be directed to
cvsdist fc1f06
 .IR chet@po.CWRU.Edu .
cvsdist fc1f06
--- bash-3.0/doc/bashref.texi.bashbug	2004-09-07 18:13:53.305588178 +0100
cvsdist fc1f06
+++ bash-3.0/doc/bashref.texi	2004-09-07 18:14:58.111251326 +0100
cvsdist fc1f06
@@ -6777,7 +6777,7 @@
cvsdist fc1f06
 @uref{ftp://ftp.gnu.org/pub/bash/}.
cvsdist fc1f06
 
cvsdist fc1f06
 Once you have determined that a bug actually exists, use the
cvsdist fc1f06
-@code{bashbug} command to submit a bug report.
cvsdist fc1f06
+@code{bashbug} command (from the source package) to submit a bug report.
cvsdist fc1f06
 If you have a fix, you are encouraged to mail that as well!
cvsdist fc1f06
 Suggestions and `philosophical' bug reports may be mailed
cvsdist fc1f06
 to @email{bug-bash@@gnu.org} or posted to the Usenet
cvsdist fc1f06
@@ -6799,9 +6799,6 @@
cvsdist fc1f06
 @end itemize
cvsdist fc1f06
 
cvsdist fc1f06
 @noindent
cvsdist fc1f06
-@code{bashbug} inserts the first three items automatically into
cvsdist fc1f06
-the template it provides for filing a bug report.
cvsdist fc1f06
-
cvsdist fc1f06
 Please send all reports concerning this manual to
cvsdist fc1f06
 @email{chet@@po.CWRU.Edu}.
cvsdist fc1f06
 
cvsdist fc1f06
--- bash-3.0/shell.c.bashbug	2004-09-07 18:11:10.580563335 +0100
cvsdist fc1f06
+++ bash-3.0/shell.c	2004-09-07 18:11:23.650075642 +0100
cvsdist fc1f06
@@ -1763,7 +1763,6 @@
cvsdist fc1f06
     {
cvsdist fc1f06
       fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);
cvsdist fc1f06
       fprintf (fp, _("Type `%s -c help' for more information about shell builtin commands.\n"), shell_name);
cvsdist fc1f06
-      fprintf (fp, _("Use the `bashbug' command to report bugs.\n"));
cvsdist fc1f06
     }
cvsdist fc1f06
 }
cvsdist fc1f06