[BACK]Return to sendbug.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / sendbug

File: [local] / src / usr.bin / sendbug / sendbug.1 (download)

Revision 1.1.1.1 (vendor branch), Fri Mar 23 01:47:11 2007 UTC (17 years, 2 months ago) by ray
Branch: RAY_20070322
CVS Tags: SENDBUG_4_2
Changes since 1.1: +0 -0 lines

Import public domain rewrite of sendbug, written by Ray Lai. =)
Replaces GNU sendbug/sendpr, the wonderful shell script that had
trouble dealing with signals, behaved differently depending on what
file it read upon startup, and suffered from issues plaguing most
large shell scripts.

OK deraadt@.

.\" $OpenBSD: sendbug.1,v 1.1.1.1 2007/03/23 01:47:11 ray Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
.\"
.Dd March 22, 2007
.Dt SENDBUG 1
.Os
.Sh NAME
.Nm sendbug
.Nd report a bug in
.Ox
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
is used to send bug reports to
.Ox .
Some system information is filled out in a temporary file,
which is then opened by an editor.
See
.Ev EDITOR
below,
for details of which editor, if any, is invoked.
.Pp
Once the bug report is filled out,
it is e-mailed to the
.Ox
developers.
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev EDITOR
Specifies an editor to use.
If
.Ev EDITOR
is not set,
the default is
.Xr vi 1 .
.It Ev TMPDIR
Specifies a directory for temporary files to be created.
The default is
.Pa /tmp .
.El
.Sh AUTHORS
.Nm
was written from scratch for the public domain by
.An Ray Lai Aq ray@cyth.net .