summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-10-11 13:50:05 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-10-11 13:50:05 +0300
commit9d614eba54a83adc07113a8e9c75ab3ce55af2f1 (patch)
tree32ea7f8fc5cf9131ecf809a11ebb119d98a660fd
parent37fd4820e587194375fbab9e8fd1ed642dc236db (diff)
downloadlibrpm-tizen-9d614eba54a83adc07113a8e9c75ab3ce55af2f1.tar.gz
librpm-tizen-9d614eba54a83adc07113a8e9c75ab3ce55af2f1.tar.bz2
librpm-tizen-9d614eba54a83adc07113a8e9c75ab3ce55af2f1.zip
Clarify rpmtsCheck() documentation (rhbz#159638)
-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
*/