8920
|
1 .\" Copyright (C) 2000, 2004, 2005, 2007, 2008 Dirk Eddelbuettel |
3605
|
2 .\" |
|
3 .\" This file is part of Octave. |
|
4 .\" |
|
5 .\" Octave is free software; you can redistribute it and/or modify it |
|
6 .\" under the terms of the GNU General Public License as published by the |
7016
|
7 .\" Free Software Foundation; either version 3 of the License, or (at |
|
8 .\" your option) any later version. |
3605
|
9 .\" |
|
10 .\" Octave is distributed in the hope that it will be useful, but WITHOUT |
|
11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
12 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
13 .\" for more details. |
|
14 .\" |
|
15 .\" You should have received a copy of the GNU General Public License |
7016
|
16 .\" along with Octave; see the file COPYING. If not, see |
|
17 .\" <http://www.gnu.org/licenses/>. |
3605
|
18 .\" |
|
19 .\" This page was contributed by Dirk Eddelbuettel <edd@debian.org> |
|
20 .\" |
|
21 .TH octave-bug 1 "6 March 2000" GNU |
|
22 .SH NAME |
|
23 octave-bug \- report a bug in GNU Octave |
|
24 .SH SYNOPSIS |
|
25 .B octave-bug |
|
26 .RB [\| \-s |
|
27 .IR subject \|] |
|
28 .SH DESCRIPTION |
|
29 .B octave-bug |
|
30 is a shell script to help the user compose and mail bug reports |
|
31 concerning Octave in a standard format. |
|
32 .B octave-bug |
|
33 is typically invoked by the Octave command |
|
34 .B bug_report |
|
35 which is intended to be called interactively from within Octave. This |
|
36 provides the best way to submit a bug report for Octave. It creates a |
|
37 template bug report file and starts an editor on that file. The bug report |
|
38 will be sent to the bug-octave mailing list once the editing has been |
|
39 completed (this assumes of course that your system can use email). However, |
|
40 the user could also call \fBoctave-bug\fR outside of Octave. |
|
41 .PP |
|
42 Please read the `Bugs' chapter in the Octave manual to find out how to submit |
|
43 a bug report that will enable the Octave maintainers to fix the problem. If |
|
44 you are unable to use the bug_report command, send your message to the |
5041
|
45 bug-octave mailing list, bug@octave.org. |
3605
|
46 .SH OPTIONS |
|
47 .TP |
|
48 .BI -s\ subject |
|
49 Specify a subject line for the bug report. Spaces in the subject must |
|
50 be quoted. |
|
51 .SH ENVIRONMENT VARIABLES |
|
52 .B |
|
53 octave-bug |
|
54 uses the environment variables |
|
55 .BR USER, |
|
56 .BR EDITOR, |
|
57 and |
|
58 .B PAGER |
|
59 which can be used for customization. |
|
60 .SH VERSION |
|
61 This document was last revised for Octave version 2.0.16. |
|
62 .SH SEE ALSO |
|
63 .BR octave (1), |
|
64 .BR bashbug (1) |
|
65 .SH AUTHOR |
|
66 .nf |
|
67 John W. Eaton |
9322
|
68 <jwe@octave.org> |