don't restart on non-fatal errors; use the error reporting counters
[unix-history] / usr / src / libexec / bugfiler / sendbug.1
CommitLineData
196032ec
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
6d8d6442 5.\" @(#)sendbug.1 6.2 (Berkeley) %G%
196032ec 6.\"
4fa6b7be 7.TH SENDBUG 1 ""
196032ec
KM
8.UC 5
9.ad
10.SH NAME
11sendbug \- mail a system bug report to 4bsd-bugs
12.SH SYNOPSIS
13.B sendbug [ address ]
14.SH DESCRIPTION
15.PP
6d8d6442 16Bug reports sent to `4bsd-bugs@Berkeley.EDU' are intercepted
196032ec
KM
17by a program which expects bug reports to conform to a standard format.
18.I Sendbug
19is a shell script to help the user compose and mail bug reports
20in the correct format.
21.I Sendbug
6d8d6442
JB
22works by invoking the editor specified by the environment variable
23.I EDITOR
196032ec 24on a temporary copy of the bug report format outline. The user must fill in the
6d8d6442
JB
25appropriate fields and exit the editor. The default editor is
26.IR vi (1).
196032ec 27.I Sendbug
6d8d6442 28then mails the completed report to `4bsd-bugs@Berkeley.EDU' or the address
196032ec
KM
29specified on the command line.
30.SH FILES
31.nf
32.ta \w'/usr/ucb/bugformat 'u
33/usr/ucb/bugformat contains the bug report outline
34.fi
35.SH "SEE ALSO"
36vi(1),
6d8d6442 37environ(7),
196032ec 38sendmail(8)