Fix documentation syntax and typo
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
efbae3cfcb
commit
c56b576f6f
2 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ alpm_list_t SYMEXPORT *alpm_db_search(pmdb_t *db, const alpm_list_t* needles)
|
||||||
return(_alpm_db_search(db, needles));
|
return(_alpm_db_search(db, needles));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set install reason for a package in db
|
/** Set install reason for a package in db
|
||||||
* @param db pointer to the package database
|
* @param db pointer to the package database
|
||||||
* @param name the name of the package
|
* @param name the name of the package
|
||||||
* @param reason the new install reason
|
* @param reason the new install reason
|
||||||
|
|
|
@ -100,7 +100,7 @@ int SYMEXPORT alpm_pkg_checkmd5sum(pmpkg_t *pkg)
|
||||||
|
|
||||||
/* Default package accessor functions. These will get overridden by any
|
/* Default package accessor functions. These will get overridden by any
|
||||||
* backend logic that needs lazy access, such as the local database through
|
* backend logic that needs lazy access, such as the local database through
|
||||||
* a lazy-laod cache. However, the defaults will work just fine for fully-
|
* a lazy-load cache. However, the defaults will work just fine for fully-
|
||||||
* populated package structures. */
|
* populated package structures. */
|
||||||
const char *_pkg_get_filename(pmpkg_t *pkg) { return pkg->filename; }
|
const char *_pkg_get_filename(pmpkg_t *pkg) { return pkg->filename; }
|
||||||
const char *_pkg_get_name(pmpkg_t *pkg) { return pkg->name; }
|
const char *_pkg_get_name(pmpkg_t *pkg) { return pkg->name; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue