.Xr botch fix
[unix-history] / usr / src / libexec / bugfiler / sendbug.1
CommitLineData
daacd5f0 1.\" Copyright (c) 1983, 1990 The Regents of the University of California.
49db799a 2.\" All rights reserved.
196032ec 3.\"
daacd5f0 4.\" %sccs.include.redist.man%
49db799a 5.\"
5325ced3 6.\" @(#)sendbug.1 6.6 (Berkeley) %G%
196032ec 7.\"
5325ced3
CL
8.Dd
9.Dt SENDBUG 1
10.Os BSD 4.2
11.Sh NAME
12.Nm sendbug
13.Nd mail a system bug report to 4bsd-bugs
14.Sh SYNOPSIS
15.Nm sendbug
16.Op Ar address
17.Sh DESCRIPTION
6d8d6442 18Bug reports sent to `4bsd-bugs@Berkeley.EDU' are intercepted
196032ec 19by a program which expects bug reports to conform to a standard format.
5325ced3 20.Nm Sendbug
196032ec
KM
21is a shell script to help the user compose and mail bug reports
22in the correct format.
5325ced3 23.Nm Sendbug
6d8d6442 24works by invoking the editor specified by the environment variable
5325ced3 25.Ev EDITOR
196032ec 26on a temporary copy of the bug report format outline. The user must fill in the
5325ced3
CL
27appropriate fields and exit the editor.
28.Nm Sendbug
29then mails the completed report to `4bsd-bugs@Berkeley.EDU' or the
30.Ar address
196032ec 31specified on the command line.
5325ced3
CL
32.Sh ENVIRONMENT
33.Nm Sendbug
34will utilize the following environment variable if it exists:
35.Tw Fl
36.Tp Ev EDITOR
37Specifies the preferred editor. If
38.Ev EDITOR
39is not set,
40.Nm
41defaults to
42.Xr vi 1 .
43.Tp
44.Sh FILES
45.Dw /usr/share/misc/bugformat
46.Di L
47.Dp Pa /usr/share/misc/bugformat
48contains the bug report outline
49.Dp
50.Sh SEE ALSO
51.Xr vi 1 ,
52.Xr environ 7 ,
53.Xr bugfiler 8 ,
54.Xr sendmail 8
55.Sh HISTORY
56.Nm Sendbug
57appeared in 4.2 BSD.