bash/bash-bashbug.patch

57 lines
2.3 KiB
Diff
Raw Normal View History

2009-01-26 11:50:44 +00:00
diff -up bash-4.0/doc/bash.1.bashbug bash-4.0/doc/bash.1
2009-02-24 13:28:29 +00:00
--- bash-4.0/doc/bash.1.bashbug 2009-02-18 15:13:56.000000000 -0500
+++ bash-4.0/doc/bash.1 2009-02-23 10:56:00.000000000 -0500
@@ -9344,7 +9344,7 @@ The latest version is always available f
.PP
Once you have determined that a bug actually exists, use the
.I bashbug
-command to submit a bug report.
+command (from the source package) to submit a bug report.
If you have a fix, you are encouraged to mail that as well!
Suggestions and `philosophical' bug reports may be mailed
to \fIbug-bash@gnu.org\fP or posted to the Usenet
2009-02-24 13:28:29 +00:00
@@ -9366,10 +9366,6 @@ A description of the bug behaviour
A short script or `recipe' which exercises the bug
.PD
.PP
-.I bashbug
-inserts the first three items automatically into the template
-it provides for filing a bug report.
-.PP
Comments and bug reports concerning
this manual page should be directed to
2009-01-26 11:50:44 +00:00
.IR chet@po.cwru.edu .
diff -up bash-4.0/doc/bashref.texi.bashbug bash-4.0/doc/bashref.texi
2009-02-24 13:28:29 +00:00
--- bash-4.0/doc/bashref.texi.bashbug 2009-02-18 15:14:43.000000000 -0500
+++ bash-4.0/doc/bashref.texi 2009-02-23 11:02:27.000000000 -0500
@@ -7320,7 +7320,7 @@ The latest version of Bash is always ava
@uref{ftp://ftp.gnu.org/pub/bash/}.
Once you have determined that a bug actually exists, use the
-@code{bashbug} command to submit a bug report.
+@code{bashbug} command (from the source package) to submit a bug report.
If you have a fix, you are encouraged to mail that as well!
Suggestions and `philosophical' bug reports may be mailed
to @email{bug-bash@@gnu.org} or posted to the Usenet
2009-02-24 13:28:29 +00:00
@@ -7342,9 +7342,6 @@ to reproduce it.
@end itemize
@noindent
-@code{bashbug} inserts the first three items automatically into
-the template it provides for filing a bug report.
-
Please send all reports concerning this manual to
2009-02-24 13:28:29 +00:00
@email{chet.ramey@@case.edu}.
2009-01-26 11:50:44 +00:00
diff -up bash-4.0/shell.c.bashbug bash-4.0/shell.c
--- bash-4.0/shell.c.bashbug 2009-01-04 14:32:41.000000000 -0500
2009-02-24 13:28:29 +00:00
+++ bash-4.0/shell.c 2009-02-23 10:56:00.000000000 -0500
2009-01-26 11:50:44 +00:00
@@ -1806,7 +1806,6 @@ show_shell_usage (fp, extra)
{
fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name);
fprintf (fp, _("Type `%s -c help' for more information about shell builtin commands.\n"), shell_name);
- fprintf (fp, _("Use the `bashbug' command to report bugs.\n"));
}
}