[yum-commits] docs/debuginfo-install.1

James Antill james at osuosl.org
Tue Oct 21 19:58:18 UTC 2008


 docs/debuginfo-install.1 |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

New commits:
commit 7696f54631f786beb89fb0851513bf2f2b28d1f9
Author: James Antill <james at and.org>
Date:   Tue Oct 21 15:55:47 2008 -0400

    Actaully add the debuginfo-install man page

diff --git a/docs/debuginfo-install.1 b/docs/debuginfo-install.1
new file mode 100644
index 0000000..cccf89e
--- /dev/null
+++ b/docs/debuginfo-install.1
@@ -0,0 +1,47 @@
+.\" debuginfo-install
+.TH "debuginfo-install" "1" "2008 October 21" "James Antill" ""
+.SH "NAME"
+debuginfo-install
+.SH "SYNOPSIS"
+\fBdebuginfo-install\fP package
+.SH "DESCRIPTION"
+.PP 
+\fBdebuginfo-install\fP is a program which installs the RPMs needed to debug
+the specified package.  The package argument can be a wildcard, but will only
+match installed pacakges.  \fBdebuginfo-install\fP will then enable any
+debuginfo repositories, and install the relevant debuginfo rpm.
+.PP 
+.SH "EXAMPLES"
+.IP "Download and install all the RPMs needed to debug the kernel RPM:"
+\fBdebuginfo-install\fP kernel
+.PP 
+.SH "FILES"
+As debuginfo-install uses YUM libraries for retrieving all the information, it
+relies on YUM configuration for its default values like which repositories
+to use. Consult YUM documentation for details:
+.PP
+.nf 
+/etc/yum.conf
+/etc/yum/repos.d/
+/var/cache/yum/
+.fi 
+
+.PP 
+.SH "SEE ALSO"
+.nf
+.I yum.conf (5)
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
+.fi 
+
+.PP 
+.SH "AUTHORS"
+.nf 
+See the Authors file included with this program.
+.fi 
+
+.PP 
+.SH "BUGS"
+There of course aren't any bugs, but if you find any, they should be sent
+to the mailing list: yum-devel at lists.baseurl.org or filed in trac.
+.fi


More information about the Yum-commits mailing list