|
|
bb45c0 |
commit eb04b4977d16c31435449a9796189f341e7dd7d3
|
|
|
bb45c0 |
Author: Valentina Mukhamedzhanova <vmukhame@redhat.com>
|
|
|
bb45c0 |
Date: Thu Jul 10 12:05:04 2014 +0200
|
|
|
bb45c0 |
|
|
|
bb45c0 |
yum manpage: move 'history info' description to its proper place.
|
|
|
bb45c0 |
|
|
|
bb45c0 |
diff --git a/docs/yum.8 b/docs/yum.8
|
|
|
bb45c0 |
index 86df6b0..998a5ad 100644
|
|
|
bb45c0 |
--- a/docs/yum.8
|
|
|
bb45c0 |
+++ b/docs/yum.8
|
|
|
bb45c0 |
@@ -535,6 +535,13 @@ The info/list/summary commands take either a transaction id or a package (with
|
|
|
bb45c0 |
wildcards, as in \fBSpecifying package names\fP), all three can also be passed
|
|
|
bb45c0 |
no arguments. list can be passed the keyword "all" to list all the transactions.
|
|
|
bb45c0 |
|
|
|
bb45c0 |
+The info command can also take ranges of transaction ids, of the form start..end,
|
|
|
bb45c0 |
+which will then display a merged history as if all the transactions in the range
|
|
|
bb45c0 |
+had happened at once\&.
|
|
|
bb45c0 |
+.br
|
|
|
bb45c0 |
+Eg. "history info 1..4" will merge the first four transactions and display them
|
|
|
bb45c0 |
+as a single transaction.
|
|
|
bb45c0 |
+
|
|
|
bb45c0 |
The packages-list/packages-info commands takes a package (with wildcards, as in
|
|
|
bb45c0 |
\fBSpecifying package names\fP). And show data from the point of view of that
|
|
|
bb45c0 |
package.
|
|
|
bb45c0 |
@@ -779,12 +786,6 @@ Checks the local rpmdb and produces information on any problems it finds. You
|
|
|
bb45c0 |
can pass the check command the arguments "dependencies", "duplicates", "obsoletes" or "provides",
|
|
|
bb45c0 |
to limit the checking that is performed (the default is "all" which does all).
|
|
|
bb45c0 |
|
|
|
bb45c0 |
-The info command can also take ranges of transaction ids, of the form
|
|
|
bb45c0 |
-start..end, which will then display a merged history as if all the
|
|
|
bb45c0 |
-transactions in the range had happened at once\&.
|
|
|
bb45c0 |
-.br
|
|
|
bb45c0 |
-Eg. "history info 1..4" will merge the first four transactions and display them
|
|
|
bb45c0 |
-as a single transaction.
|
|
|
bb45c0 |
.IP
|
|
|
bb45c0 |
.IP "\fBhelp\fP"
|
|
|
bb45c0 |
Produces help, either for all commands or if given a command name then the help
|