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

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