summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r--lib/rpmts.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h
index 25b6f866e..88ae85918 100644
--- a/lib/rpmts.h
+++ b/lib/rpmts.h
@@ -300,7 +300,12 @@ struct rpmts_s {
#endif /* _RPMTS_INTERNAL */
/** \ingroup rpmts
- * Check that all dependencies can be resolved.
+ * Perform dependency resolution on the transaction set.
+ *
+ * Any problems found by rpmtsCheck() can be examined by retrieving the
+ * problem set with rpmtsProblems(), success here only means that
+ * the resolution was successfully attempted for all packages in the set.
+ *
* @param ts transaction set
* @return 0 on success
*/