]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Tweak documentation of add_dirstr method
authorMichael Schroeder <mls@suse.de>
Fri, 15 Jun 2018 13:49:40 +0000 (15:49 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 15 Jun 2018 13:49:40 +0000 (15:49 +0200)
doc/gen/libsolv-bindings.3
doc/libsolv-bindings.txt

index 95e53ed6bebcc0d8f309107cd10d9d1066eb5884..7ca0bb543fb2449564785e86e0b9891936e31bc0 100644 (file)
@@ -5659,7 +5659,7 @@ Convert a string (directory) into an Id and back\&. If the string is currently n
 .RE
 .\}
 .sp
-Add a file provide\&.
+Add a file path consisting of a dirname Id and a basename string\&.
 .sp
 .if n \{\
 .RS 4
index 376472f49339200e290e7d6422a49745b28581a7..5db1116330ce92a4ffcfa5b71c63b1a287f67e68 100644 (file)
@@ -3475,7 +3475,7 @@ pool and _create_ is false, zero is returned.
        data.add_dirstr(solvid, keyname, dir, string)
        data.add_dirstr(solvid, keyname, dir, string)
 
-Add a file provide.
+Add a file path consisting of a dirname Id and a basename string.
 
        bool add_solv(FILE *fp, int flags = 0);
        $data->add_solv($fp);