Use ocamldoc in each directory.
[virt-df.git] / diskzip / diskzip.txt
1 NAME
2     diskzip -
3
4 SUMMARY
5 DESCRIPTION
6 OPTIONS
7     --version
8         Display version and exit.
9
10 SEE ALSO
11     gzip(1), bzip2(1), <http://www.libvirt.org/ocaml/>,
12     <http://www.libvirt.org/>, <http://et.redhat.com/~rjones/>,
13     <http://caml.inria.fr/>
14
15 AUTHORS
16     Richard W.M. Jones <rjones @ redhat . com>
17
18 COPYRIGHT
19     (C) Copyright 2007-2008 Red Hat Inc., Richard W.M. Jones
20     http://libvirt.org/
21
22     This program is free software; you can redistribute it and/or modify it
23     under the terms of the GNU General Public License as published by the
24     Free Software Foundation; either version 2 of the License, or (at your
25     option) any later version.
26
27     This program is distributed in the hope that it will be useful, but
28     WITHOUT ANY WARRANTY; without even the implied warranty of
29     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
30     Public License for more details.
31
32     You should have received a copy of the GNU General Public License along
33     with this program; if not, write to the Free Software Foundation, Inc.,
34     675 Mass Ave, Cambridge, MA 02139, USA.
35
36 REPORTING BUGS
37     Bugs can be viewed on the Red Hat Bugzilla page:
38     <https://bugzilla.redhat.com/>.
39
40     If you find a bug in diskzip, please follow these steps to report it:
41
42     1. Check for existing bug reports
43         Go to <https://bugzilla.redhat.com/> and search for similar bugs.
44         Someone may already have reported the same bug, and they may even
45         have fixed it.
46
47     2. Capture debug and error messages
48         Run
49
50          diskzip --debug > diskzip.log 2>&1
51
52         and keep *diskzip.log*. It contains error messages which you should
53         submit with your bug report.
54
55     3. Get version of diskzip.
56         Run
57
58          diskzip --version
59
60     4. Submit a bug report.
61         Go to <https://bugzilla.redhat.com/> and enter a new bug. Please
62         describe the problem in as much detail as possible.
63
64         Remember to include the version numbers (step 3) and the debug
65         messages file (step 2).
66
67     5. Assign the bug to rjones @ redhat.com
68         Assign or reassign the bug to rjones @ redhat.com (without the
69         spaces). You can also send me an email with the bug number if you
70         want a faster response.
71