[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.2, Fri Mar 23 02:45:40 2007 UTC (17 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +18 -1 lines

document -L -V and -P options.  still a bit short

.\" $OpenBSD: sendbug.1,v 1.2 2007/03/23 02:45:40 deraadt Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
.\"
.Dd March 22, 2007
.Dt SENDBUG 1
.Os
.Sh NAME
.Nm sendbug
.Op Fl LVP
.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.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl L
Print the list of available catagories and do nothing else.
.It Fl P
Prints the template and do nothing else.
.It Fl V
Prints the version number.
.El
.Pp
The bugs database can be queried using the online bug tracking system
available at
.Pa http://www.openbsd.org/query-pr.html .
This allows users to search for PRs based on either their PR number
or content.
.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 .