[yum-commits] Branch 'yum-3_2_X' - docs/yum.8 docs/yum.conf.5
James Antill
james at osuosl.org
Sat Dec 26 21:29:37 UTC 2009
docs/yum.8 | 8 ++++----
docs/yum.conf.5 | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 26f4a8f7f441239d1e8ff28d26a700b1869aee82
Author: James Antill <james at and.org>
Date: Sat Dec 26 16:29:23 2009 -0500
Fix debian man warnings
diff --git a/docs/yum.8 b/docs/yum.8
index 257157d..fb2f6c2 100644
--- a/docs/yum.8
+++ b/docs/yum.8
@@ -381,11 +381,11 @@ Configuration Option: \fBskip_broken\fP
.br
.IP "\fB\-\-releasever=version\fP"
Pretend the current release version is the given string. This is very useful
-when combined with --installroot. Note that with the default upstream cachedir,
+when combined with \-\-installroot. Note that with the default upstream cachedir,
of /var/cache/yum, using this option will corrupt your cache (and you can use
$releasever in your cachedir configuration to stop this).
.PP
-.IP "\fB\-t, --tolerant\fP"
+.IP "\fB\-t, \-\-tolerant\fP"
This option currently does nothing.
.br
.SH "LIST OPTIONS"
@@ -398,7 +398,7 @@ version of the package\&.
The format of the output of yum list is:
-name.arch \[epoch\:\]version-release repo or \@installed-from-repo
+name.arch [epoch:]version-release repo or \@installed-from-repo
.IP "\fByum list [all | glob_exp1] [glob_exp2] [\&.\&.\&.]\fP"
List all available and installed packages\&.
@@ -438,7 +438,7 @@ The following are the ways which you can invoke \fByum\fP in clean
mode. Note that "all files" in the commands below means
"all files in currently enabled repositories".
If you want to also clean any (temporarily) disabled repositories you need to
-use \fB--enablerepo='*'\fP option.
+use \fB\-\-enablerepo='*'\fP option.
.IP "\fByum clean expire-cache\fP"
Eliminate the local data saying when the metadata and mirrorlists were downloaded for each repo. This means yum will revalidate the cache for each repo. next time it is used. However if the cache is still valid, nothing significant was deleted.
diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
index d0e1490..bc91b53 100644
--- a/docs/yum.conf.5
+++ b/docs/yum.conf.5
@@ -294,7 +294,7 @@ history undo/redo commands. Defaults to True.
This is a list of package names that should be recorded as having helped the
transaction. yum plugins have an API to add themselves to this, so it should not
normally be necessary to add packages here. Not that this is also used for the
-packages to look for in --version. Defaults to rpm, yum, yum-metadata-parser.
+packages to look for in \-\-version. Defaults to rpm, yum, yum-metadata-parser.
.IP
\fBcommands\fR
More information about the Yum-commits
mailing list