diff options
author | 2016-07-13 20:31:27 +0000 | |
---|---|---|
committer | 2016-07-13 20:31:27 +0000 | |
commit | 6b2227a6d253652180615faaccc739495d250042 (patch) | |
tree | 4b52db35d5e71a26795edc53a4173f0074351c77 | |
parent | output the no-longer-so-new AS operators when printing the (diff) | |
download | wireguard-openbsd-6b2227a6d253652180615faaccc739495d250042.tar.xz wireguard-openbsd-6b2227a6d253652180615faaccc739495d250042.zip |
ross l richardson reports that an auto reply is no longer generated
on submission, so remove that sentence (correct me if this is wrong);
while here replace some mandoc chars;
-rw-r--r-- | usr.bin/sendbug/sendbug.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1 index 6e3e6c9d64a..65850f93cd5 100644 --- a/usr.bin/sendbug/sendbug.1 +++ b/usr.bin/sendbug/sendbug.1 @@ -1,9 +1,9 @@ -.\" $OpenBSD: sendbug.1,v 1.27 2016/02/18 21:57:26 jmc Exp $ +.\" $OpenBSD: sendbug.1,v 1.28 2016/07/13 20:31:27 jmc Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. .\" -.Dd $Mdocdate: February 18 2016 $ +.Dd $Mdocdate: July 13 2016 $ .Dt SENDBUG 1 .Os .Sh NAME @@ -34,7 +34,7 @@ output are important for ACPI development and can only be included if is run as root. .Pp Fields enclosed in -.Sq \*(Lt\*(Gt +.Sq <> should be completed by the user. Once the PR is filled out, the user exits the editor and is presented with a choice: @@ -47,8 +47,6 @@ the user is given a chance to re-edit the report. 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 |