aboutsummaryrefslogtreecommitdiff
path: root/lib/filemap.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-09 17:58:33 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-09 17:58:33 +0300
commitf88aa8437de7e756aa5b8eb052ae4649bb3891cb (patch)
tree3030799fa8f8e6690bd71964c8de2c840dfa9d56 /lib/filemap.c
parentba2c9a15f42437c051738ca93d7129245791d660 (diff)
downloadeclat-f88aa8437de7e756aa5b8eb052ae4649bb3891cb.tar.gz
eclat-f88aa8437de7e756aa5b8eb052ae4649bb3891cb.tar.bz2
Improve the docs.
* doc/eclat.conf.5: New file. * doc/Makefile.am: Add new file. * doc/eclat.1: Update. * lib/expand.c (eclat_expand_kw): New macro: login. * lib/filemap.c: Add the "key" statement. * lib/gdbmmap.c: Likewise. * lib/ldapmap.c: Likewise. (ldap_map_open): Always expand binddn.
Diffstat (limited to 'lib/filemap.c')
-rw-r--r--lib/filemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/filemap.c b/lib/filemap.c
index aa2fa6d..f1d726b 100644
--- a/lib/filemap.c
+++ b/lib/filemap.c
@@ -24,8 +24,8 @@ struct filemap {
};
static struct grecs_keyword filemap_kw[] = {
- { "type", "'file", "Set map type",
- grecs_type_null },
+ { "type", "'file", "Set map type", grecs_type_null },
+ { "key", "<arg: string>", "key expression", grecs_type_null },
{ "file", NULL, "File name",
grecs_type_string, GRECS_DFLT, NULL,
offsetof(struct filemap, name) },

Return to:

Send suggestions and report system problems to the System administrator.