4.2BSD/usr/man/man1/sendbug.1

Compare this file to the similar file:
Show the results in this format:

.TH SENDBUG 1 "11 May 1983"
.UC 4
.ad
.SH NAME
sendbug \- mail a system bug report to 4bsd-bugs
.SH SYNOPSIS
.B sendbug [ address ]
.SH DESCRIPTION
.PP
Bug reports sent to `4bsd-bugs@BERKELEY' are intercepted
by a program which expects bug reports to conform to a standard format.
.I Sendbug
is a shell script to help the user compose and mail bug reports
in the correct format.
.I Sendbug
works by invoking
.IR vi (1)
on a temporary copy of the bug report format outline. The user must fill in the
appropriate fields and exit
.IR vi .
.I Sendbug
then mails the completed report to `4bsd-bugs@BERKELEY' or the address
specified on the command line.
.SH FILES
.nf
.ta \w'/usr/ucb/bugformat       'u
/usr/ucb/bugformat	contains the bug report outline
.fi
.SH "SEE ALSO"
vi(1),
sendmail(8)