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

Annotation of src/usr.bin/sendbug/sendbug.1, Revision 1.1.1.1

1.1       ray         1: .\" $OpenBSD$
                      2: .\"
                      3: .\" Written by Raymond Lai <ray@cyth.net>.
                      4: .\" Public domain.
                      5: .\"
                      6: .Dd March 22, 2007
                      7: .Dt SENDBUG 1
                      8: .Os
                      9: .Sh NAME
                     10: .Nm sendbug
                     11: .Nd report a bug in
                     12: .Ox
                     13: .Sh SYNOPSIS
                     14: .Nm
                     15: .Sh DESCRIPTION
                     16: .Nm
                     17: is used to send bug reports to
                     18: .Ox .
                     19: Some system information is filled out in a temporary file,
                     20: which is then opened by an editor.
                     21: See
                     22: .Ev EDITOR
                     23: below,
                     24: for details of which editor, if any, is invoked.
                     25: .Pp
                     26: Once the bug report is filled out,
                     27: it is e-mailed to the
                     28: .Ox
                     29: developers.
                     30: .Sh ENVIRONMENT
                     31: .Bl -tag -width Ds
                     32: .It Ev EDITOR
                     33: Specifies an editor to use.
                     34: If
                     35: .Ev EDITOR
                     36: is not set,
                     37: the default is
                     38: .Xr vi 1 .
                     39: .It Ev TMPDIR
                     40: Specifies a directory for temporary files to be created.
                     41: The default is
                     42: .Pa /tmp .
                     43: .El
                     44: .Sh AUTHORS
                     45: .Nm
                     46: was written from scratch for the public domain by
                     47: .An Ray Lai Aq ray@cyth.net .