yifengyou / rpms / yum

Forked from rpms/yum 3 years ago
Clone

Blame SOURCES/BZ-1386597-obsoletes-man-page.patch

102e92
commit e9c88f76e0594d5c52ebb08f4c68003cad2c6e67
102e92
Author: Jaroslav Mracek <jmracek@redhat.com>
102e92
Date:   Wed Oct 19 11:28:01 2016 +0200
102e92
102e92
    Minor fix in doc of check command
102e92
102e92
diff --git a/docs/yum.8 b/docs/yum.8
102e92
index efaa061..a4b953d 100644
102e92
--- a/docs/yum.8
102e92
+++ b/docs/yum.8
102e92
@@ -784,7 +784,7 @@ included so you can easily see the space used/saved and any other changes.
102e92
 .IP
102e92
 .IP "\fBcheck\fP"
102e92
 Checks the local rpmdb and produces information on any problems it finds. You
102e92
-can pass the check command the arguments "dependencies", "duplicates", "obsoletes" or "provides",
102e92
+can pass the check command the arguments "dependencies", "duplicates", "obsoleted" or "provides",
102e92
 to limit the checking that is performed (the default is "all" which does all).
102e92
 
102e92
 .IP