diff options
author | Sebastian Gniazdowski <psprint2@fastmail.com> | 2017-02-16 08:03:37 -0800 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-02-17 09:22:02 +0000 |
commit | e9ce00174921354099d96813fc73d62243923904 (patch) | |
tree | cc863e8f99e26fe34eac5bd618c308c3eeb6b93a /Doc/Zsh | |
parent | 63f086d167960a27ecdbcb762179e2c2bf8a29f5 (diff) | |
download | zsh-e9ce00174921354099d96813fc73d62243923904.tar.gz zsh-e9ce00174921354099d96813fc73d62243923904.tar.xz zsh-e9ce00174921354099d96813fc73d62243923904.zip |
40558, 40562: General improvements to zsh/db/gdbm module
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_db_gdbm.yo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_db_gdbm.yo b/Doc/Zsh/mod_db_gdbm.yo index 90974297c..699e9ab93 100644 --- a/Doc/Zsh/mod_db_gdbm.yo +++ b/Doc/Zsh/mod_db_gdbm.yo @@ -43,6 +43,17 @@ local scope (function) ends. Note that a readonly parameter may not be explicitly unset, so the only way to unset a global parameter created with `tt(ztie -r)' is to use `tt(zuntie -u)'. ) +findex(zgdbmpath) +cindex(database file path, reading) +item(tt(zgdbmpath) var(parametername))( +Put path to database file assigned to var(parametername) into tt(REPLY) +scalar. +) +findex(zgdbm_tied) +cindex(database tied arrays, enumerating) +item(tt(zgdbm_tied))( +Array holding names of all tied parameters. +) enditem() The fields of an associative array tied to GDBM are neither cached nor |