[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.4, Fri Mar 23 06:27:30 2007 UTC (17 years, 2 months ago) by ray
Branch: MAIN
Changes since 1.3: +6 -6 lines

Alphabetize flags and environment variables.

.\" $OpenBSD: sendbug.1,v 1.4 2007/03/23 06:27:30 ray Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
.\"
.Dd March 22, 2007
.Dt SENDBUG 1
.Os
.Sh NAME
.Nm sendbug
.Op Fl LPV
.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 PR_FORM
Filename of PR form to use instead of using the built-in form.
Such a PR form can be partially pre-completed to make the
process faster.
.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 .