index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-30 10:37:08 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-30 10:37:08 -0500 |
commit | ad577b3cb46dcaf1b143c55324a6eecf9f0ad7f1 (patch) | |
tree | d79aa34734791bb069eab172b8ea3e0ee12bedc6 /README | |
parent | 0f4aaeee42135d06dd18eb585eab3bae0e5fbf34 (diff) | |
parent | fed3e09c94d204b4655656c703a178e6fa2144b3 (diff) |
-rw-r--r-- | README | 4 |
@@ -73,8 +73,8 @@ The following options are read-only, having ONLY alpm_option_get_* functions: * lockfile: The file used for locking the database (Default: <dbpath>/db.lck) -* localdb: A pmdb_t structure for the local (installed) database -* syncdbs: A list of pmdb_t structures to which pacman can sync from. +* localdb: A alpm_db_t structure for the local (installed) database +* syncdbs: A list of alpm_db_t structures to which pacman can sync from. The following options are write-only, having ONLY alpm_option_set_* functions: |