Package: bash
Version: 3.1dfsg-8
Followup-For: Bug #442477
Tags: patch
Here is yet another man page in addition to Patrick's, and the one posted by
Robert Waldner for bug #409461. I wrote the man page after checking the list of
missing man pages at qa.debian.org, but prior to checking for existing patches.
Since I already wrote it I thought I might just as well submit it.
My version is slightly more verbose than Patrick's although the information is
nearly identical. There are some technical details which differ, e.g.
* "If you invoke bashbug by accident..."
Confirmation is needed even if the file has changed.
* Environment variables
DEFEDITOR is preferred over EDITOR.
* "See Also" section
I've chosen to include Debian's reportbug and update-alternatives
(for the editor).
* Formatting
Standard formatting of "Name" and "Synopsis" (courtesy of DocBook XSL).
My primary source of information has been the /usr/bin/bashbug code.
I believe my man page is the most accurate of the three suggested. I would
however be happy to work with other contributors to produce a single version for
inclusion with the package.
Cheers,
/Christer
(NOTE: Following the Debian Quality Assurance guidelines the man page has also
been sent to the "Missing Man Pages Project".)
.TH "BASHBUG" "1" "11 December 2007" "GNU Bash 3\.1" "bashbug"
.nh
.ad l
.SH "NAME"
bashbug - report a bug in bash
.SH "SYNOPSIS"
.HP 8
\fBbashbug\fR [\fB\-\-help\fR] [\fB\-\-version\fR]
[\fB\fIbug\-report\-email\-addresses\fR\fR]
.SH "DESCRIPTION"
.PP
\fBbashbug\fR
is a utility for reporting bugs in Bash to the maintainers\.
.PP
\fBbashbug\fR
will start up your preferred editor with a preformatted bug report template for
you to fill in\. Save the file and quit the editor once you have completed the
missing fields\.
\fBbashbug\fR
will notify you of any problems with the report and ask for confirmation before
sending it\. By default the bug report is mailed to both the GNU developers and
the Debian Bash maintainers\. The recipients can be changed by giving a comma
separated list of
\fIbug\-report\-email\-addresses\fR\.
.PP
If you invoke
\fBbashbug\fR
by accident, just quit your editor\. You will always be asked for confirmation
before a bug report is sent\.
.SH "OPTIONS"
.PP
.PP
\fB\-\-help\fR
.RS
Show a brief usage message and exit\.
.RE
.PP
\fB\-\-version\fR
.RS
Show the version of
\fBbashbug\fR
and exit\.
.RE
.PP
\fBbug\-report\-email\-addresses\fR
.RS
Comma separated list of recipients\' email addresses\. By default the report is
mailed to both the GNU developers and the Debian Bash maintainers\.
.RE
.SH "ENVIRONMENT"
.PP
.PP
\fBDEFEDITOR\fR
.RS
Editor to use for editing the bug report\.
.RE
.PP
\fBEDITOR\fR
.RS
Editor to use for editing the bug report (overridden by
\fBDEFEDITOR\fR)\.
.RE
.SH "SEE ALSO"
.PP
\fBbash\fR(1),
\fBreportbug\fR(1),
\fBupdate-alternatives\fR(8)
for preferred editor\.
.SH "AUTHOR"
.PP
This manual page was written by Christer Andersson
<[EMAIL PROTECTED]>
for the Debian project (but may be used by others)\.