Roman Rakus cd9072
diff -up bash-4.2-rc2/doc/bash.1.bashbug bash-4.2-rc2/doc/bash.1
Roman Rakus cd9072
--- bash-4.2-rc2/doc/bash.1.bashbug	2011-01-16 21:31:39.000000000 +0100
Roman Rakus cd9072
+++ bash-4.2-rc2/doc/bash.1	2011-02-09 08:52:14.000000000 +0100
Roman Rakus cd9072
@@ -9857,7 +9857,7 @@ The latest version is always available f
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
Roman Rakus cd9072
@@ -9879,10 +9879,6 @@ A description of the bug behaviour
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
Roman Rakus cd9072
 .IR chet.ramey@case.edu .
Roman Rakus cd9072
diff -up bash-4.2-rc2/doc/bashref.texi.bashbug bash-4.2-rc2/doc/bashref.texi
Roman Rakus cd9072
--- bash-4.2-rc2/doc/bashref.texi.bashbug	2011-01-16 21:31:57.000000000 +0100
Roman Rakus cd9072
+++ bash-4.2-rc2/doc/bashref.texi	2011-02-09 08:47:07.000000000 +0100
Roman Rakus cd9072
@@ -7635,7 +7635,7 @@ The latest version of Bash is always ava
Roman Rakus f6663b
 @uref{ftp://ftp.gnu.org/pub/gnu/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
Roman Rakus cd9072
@@ -7657,9 +7657,6 @@ to reproduce it.
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
Ondrej Oprala ac881b
 @email{bug-bash@@gnu.org}.
cvsdist fc1f06
 
Roman Rakus cd9072
diff -up bash-4.2-rc2/shell.c.bashbug bash-4.2-rc2/shell.c
Roman Rakus cd9072
--- bash-4.2-rc2/shell.c.bashbug	2011-01-02 22:04:51.000000000 +0100
Roman Rakus cd9072
+++ bash-4.2-rc2/shell.c	2011-02-09 08:47:07.000000000 +0100
Roman Rakus cd9072
@@ -1823,7 +1823,6 @@ show_shell_usage (fp, extra)
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