svashisht / rpms / bash

Forked from rpms/bash 6 years ago
Clone
498f26e
diff --git a/doc/bash.1 b/doc/bash.1
498f26e
index 9a7a384..c21e877 100644
498f26e
--- a/doc/bash.1
498f26e
+++ b/doc/bash.1
498f26e
@@ -10582,7 +10582,7 @@ The latest version is always available from
cvsdist fc1f068
 .PP
cvsdist fc1f068
 Once you have determined that a bug actually exists, use the
cvsdist fc1f068
 .I bashbug
cvsdist fc1f068
-command to submit a bug report.
cvsdist fc1f068
+command (from the source package) to submit a bug report.
cvsdist fc1f068
 If you have a fix, you are encouraged to mail that as well!
cvsdist fc1f068
 Suggestions and `philosophical' bug reports may be mailed
cvsdist fc1f068
 to \fIbug-bash@gnu.org\fP or posted to the Usenet
498f26e
@@ -10604,10 +10604,6 @@ A description of the bug behaviour
cvsdist fc1f068
 A short script or `recipe' which exercises the bug
cvsdist fc1f068
 .PD
cvsdist fc1f068
 .PP
cvsdist fc1f068
-.I bashbug
cvsdist fc1f068
-inserts the first three items automatically into the template
cvsdist fc1f068
-it provides for filing a bug report.
cvsdist fc1f068
-.PP
cvsdist fc1f068
 Comments and bug reports concerning
cvsdist fc1f068
 this manual page should be directed to
Roman Rakus cd90727
 .IR chet.ramey@case.edu .
498f26e
diff --git a/doc/bashref.texi b/doc/bashref.texi
498f26e
index c0f4a2f..06957b6 100644
498f26e
--- a/doc/bashref.texi
498f26e
+++ b/doc/bashref.texi
498f26e
@@ -8435,7 +8435,7 @@ The latest version of Bash is always available for FTP from
Roman Rakus f6663bb
 @uref{ftp://ftp.gnu.org/pub/gnu/bash/}.
cvsdist fc1f068
 
cvsdist fc1f068
 Once you have determined that a bug actually exists, use the
cvsdist fc1f068
-@code{bashbug} command to submit a bug report.
cvsdist fc1f068
+@code{bashbug} command (from the source package) to submit a bug report.
cvsdist fc1f068
 If you have a fix, you are encouraged to mail that as well!
cvsdist fc1f068
 Suggestions and `philosophical' bug reports may be mailed
cvsdist fc1f068
 to @email{bug-bash@@gnu.org} or posted to the Usenet
498f26e
@@ -8457,9 +8457,6 @@ to reproduce it.
cvsdist fc1f068
 @end itemize
cvsdist fc1f068
 
cvsdist fc1f068
 @noindent
cvsdist fc1f068
-@code{bashbug} inserts the first three items automatically into
cvsdist fc1f068
-the template it provides for filing a bug report.
cvsdist fc1f068
-
cvsdist fc1f068
 Please send all reports concerning this manual to
Ondrej Oprala ac881ba
 @email{bug-bash@@gnu.org}.
cvsdist fc1f068
 
498f26e
diff --git a/shell.c b/shell.c
498f26e
index 45b77f9..7f63969 100644
498f26e
--- a/shell.c
498f26e
+++ b/shell.c
498f26e
@@ -1958,7 +1958,6 @@ show_shell_usage (fp, extra)
cvsdist fc1f068
     {
cvsdist fc1f068
       fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);
cvsdist fc1f068
       fprintf (fp, _("Type `%s -c help' for more information about shell builtin commands.\n"), shell_name);
cvsdist fc1f068
-      fprintf (fp, _("Use the `bashbug' command to report bugs.\n"));
498f26e
       fprintf (fp, "\n");
498f26e
       fprintf (fp, _("bash home page: <http://www.gnu.org/software/bash>\n"));
498f26e
       fprintf (fp, _("General help using GNU software: <http://www.gnu.org/gethelp/>\n"));
498f26e
-- 
498f26e
2.9.3
498f26e