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

Diff for /src/usr.bin/sendbug/sendbug.1 between version 1.17 and 1.18

version 1.17, 2008/12/14 07:46:24 version 1.18, 2009/06/06 04:46:26
Line 12 
Line 12 
 .Ox  .Ox
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
 .Op Fl DPV  .Op Fl DEPV
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is used to submit problem reports (PRs) to the  is used to submit problem reports (PRs) to the
 .Ox  .Ox
 bugs database.  bugs database.
 A template PR is opened in a text editor  A template PR is opened in a text editor
 with some system information,  with some system information already filled in,
 such as machine architecture,  such as machine architecture,
 already filled in,  .Xr dmesg 8 ,
 and a  .Xr pcidump 8 ,
 .Xr dmesg 8  and
 attached.  .Xr acpidump 8 .
   The
   .Xr pcidump 8
   and
   .Xr acpidump 8
   output are important for ACPI development and can only be included if
   .Nm
   is run as root.
   .Pp
 Fields enclosed in  Fields enclosed in
 .Sq \*(Lt\*(Gt  .Sq \*(Lt\*(Gt
 should be completed by the user.  should be completed by the user.
 .Pp  
 Once the PR is filled out,  Once the PR is filled out,
 the user exits the editor and is presented with a choice:  the user exits the editor and is presented with a choice:
 a)bort, e)dit, or s)end.  a)bort, e)dit, or s)end.
Line 54 
Line 61 
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl D  .It Fl D
 Do not attach a  Do not attach
 .Xr dmesg 8  .Xr dmesg 8 ,
   .Xr pcidump 8 ,
   and
   .Xr acpidump 8
 to report.  to report.
 The  This information is very helpful in reports,
 .Xr dmesg 8  
 output is very helpful in reports,  
 but may contain sensitive information about the sender.  but may contain sensitive information about the sender.
 This flag helps protect users' privacy in those cases.  This flag helps protect users' privacy in those cases.
   .It Fl E
   The
   .Xr acpidump 8
   output includes base64 encoded files.
   This flag causes
   .Nm
   to read a PR from the standard input, decode the files,
   and write them into the current directory.
 .It Fl P  .It Fl P
 Generate and print the template with system information filled out.  Generate and print the template with system information filled out.
 .It Fl V  .It Fl V
Line 100 
Line 116 
 temporary PR report  temporary PR report
 .El  .El
 .Sh SEE ALSO  .Sh SEE ALSO
   .Xr acpidump 8 ,
 .Xr crash 8 ,  .Xr crash 8 ,
 .Xr dmesg 8  .Xr dmesg 8 ,
   .Xr pcidump 8
 .Sh AUTHORS  .Sh AUTHORS
 .Nm  .Nm
 was written from scratch for the public domain by  was written from scratch for the public domain by

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18