xref: /original-bsd/libexec/bugfiler/sendbug.1 (revision 53787e02)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)sendbug.1 6.1 (Berkeley) 04/29/85

SENDBUG 1 ""
C 5
NAME
sendbug - mail a system bug report to 4bsd-bugs
SYNOPSIS
sendbug [ address ]
DESCRIPTION

Bug reports sent to `4bsd-bugs@BERKELEY' are intercepted by a program which expects bug reports to conform to a standard format. Sendbug is a shell script to help the user compose and mail bug reports in the correct format. Sendbug works by invoking vi (1) on a temporary copy of the bug report format outline. The user must fill in the appropriate fields and exit vi . Sendbug then mails the completed report to `4bsd-bugs@BERKELEY' or the address specified on the command line.

FILES
/usr/ucb/bugformat contains the bug report outline
"SEE ALSO"
vi(1), sendmail(8)