take responsibility for reseting window size when first opening pty;
[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.\"
4fa6b7be 5.\" @(#)sendbug.1 6.1 (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
16Bug reports sent to `4bsd-bugs@BERKELEY' are intercepted
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
22works by invoking
23.IR vi (1)
24on a temporary copy of the bug report format outline. The user must fill in the
25appropriate fields and exit
26.IR vi .
27.I Sendbug
28then mails the completed report to `4bsd-bugs@BERKELEY' or the address
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),
37sendmail(8)