]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add another use for extend_to_repo()
authorMichael Schroeder <mls@suse.de>
Tue, 25 Jul 2017 09:26:32 +0000 (11:26 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 25 Jul 2017 09:26:32 +0000 (11:26 +0200)
doc/libsolv-bindings.3
doc/libsolv-bindings.txt

index cd1541d99b6e7644e66115f277a8941d57a73c94..25a81acf664da38dd6d8eae4aae7a82ca058f8ce 100644 (file)
@@ -5456,7 +5456,7 @@ Create stub repodatas from the information stored in the repodata meta area\&.
 .RE
 .\}
 .sp
-Extend the repodata so that it has the same size as the repo it belongs to\&. This method is only needed when switching to a just written repodata extension to make the repodata match the written extension (which is always of the size of the repo)\&.
+Extend the repodata so that it has the same size as the repo it belongs to\&. This mthod is needed when setting up a new extension repodata so that it matches the repository size\&. It is also needed when switching to a just written repodata extension to make the repodata match the written extension (which is always of the size of the repo)\&.
 .sp
 .if n \{\
 .RS 4
index beaf85d2af246eaed2b3c2cc54e9120e8ed501ad..7138033852ba7fb905a227dced972851fd6c1d15 100644 (file)
@@ -3364,9 +3364,10 @@ area.
        data.extend_to_repo()
 
 Extend the repodata so that it has the same size as the repo it belongs to.
-This method is only needed when switching to a just written repodata extension
-to make the repodata match the written extension (which is always of the
-size of the repo).
+This mthod is needed when setting up a new extension repodata so that it
+matches the repository size. It is also needed when switching to a just written
+repodata extension to make the repodata match the written extension (which is
+always of the size of the repo).
 
        <equality>
        if ($data1 == $data2)