summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-28 20:52:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-28 20:52:28 +0000
commit99e1d3de11c44e6b2ffb5a56aaf9b70035bcb900 (patch)
treec1ed5b3a5db69f8174dc96cad323b3c818657780 /usr.bin
parent23b0d1711684cd8d4c691633159a9ad07971c6a3 (diff)
flesh the text out; ok ray
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sendbug/sendbug.150
1 files changed, 32 insertions, 18 deletions
diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1
index d97a27d0100..fe41912c362 100644
--- a/usr.bin/sendbug/sendbug.1
+++ b/usr.bin/sendbug/sendbug.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sendbug.1,v 1.11 2007/03/28 19:34:34 jmc Exp $
+.\" $OpenBSD: sendbug.1,v 1.12 2007/03/28 20:52:27 jmc Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
@@ -18,20 +18,35 @@
is used to submit problem reports (PRs) to the
.Ox
bugs database.
-Some system information is filled out in a temporary file,
-which is then opened by a text editor.
+A template PR is opened in a text editor
+with some system information,
+such as machine architecture,
+already filled in.
+Fields enclosed in
+.Sq \*(Lt\*(Gt
+should be completed by the user.
.Pp
-Once the bug report is filled out,
-it can be sent to the
-.Ox
-developers, re-edited, or aborted.
-If aborted,
+Once the PR is filled out,
+the user exits the editor and is presented with a choice:
+a)bort, e)dit, or s)end.
+If abort is selected,
the report is not deleted and the pathname of the report is printed.
+If edit is selected,
+the user is given a chance to re-edit the report.
.Pp
-The content of the PR is not confidential; it is sent out to a public
-mailing list.
-Sensitive, security-related issues should be sent via email to
-.Aq security@OpenBSD.org .
+If send is selected,
+the report is mailed to the bugs database,
+with a Cc to the author.
+An auto-generated reply will be sent
+confirming the mail has been received.
+Any follow up mail to the PR
+should keep the same mail subject.
+.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 PR number
+or content.
.Pp
The options are as follows:
.Bl -tag -width Ds
@@ -42,12 +57,6 @@ Generate and print the template with system information filled out.
.It Fl V
Print 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 , VISUAL
@@ -86,3 +95,8 @@ temporary PR report
.Nm
was written from scratch for the public domain by
.An Ray Lai Aq ray@cyth.net .
+.Sh CAVEATS
+The content of the PR is not confidential; it is sent out to a public
+mailing list.
+Sensitive, security related issues should be sent via email to
+.Aq security@OpenBSD.org .