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