diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-03-23 06:47:38 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-03-23 06:47:38 +0000 |
commit | 230fd8b4f769a1c6c8a1d5d58f28ef2d9ba16611 (patch) | |
tree | 2e46b8ef4b7c42abd663e2c36fb7309fab50c91a | |
parent | 22576806bff50ca4daf5ba55bf229db32d8ea47e (diff) |
Add more bloat to manual.
-rw-r--r-- | usr.bin/sendbug/sendbug.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1 index ac8dd8f6181..754ad776c0c 100644 --- a/usr.bin/sendbug/sendbug.1 +++ b/usr.bin/sendbug/sendbug.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendbug.1,v 1.5 2007/03/23 06:28:49 ray Exp $ +.\" $OpenBSD: sendbug.1,v 1.6 2007/03/23 06:47:37 ray Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. @@ -25,18 +25,20 @@ below, for details of which editor, if any, is invoked. .Pp Once the bug report is filled out, -it is e-mailed to the +it can be sent to the .Ox -developers. +developers, re-edited, or aborted. +If aborted, +the report is not deleted and the pathname of the report is printed. .Pp The options are as follows: .Bl -tag -width Ds .It Fl L -Print the list of available catagories and do nothing else. +Print the list of available categories. .It Fl P -Prints the template and do nothing else. +Generate and print the template with system information filled out. .It Fl V -Prints the version number. +Print the version number. .El .Pp The bugs database can be queried using the online bug tracking system |