aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 22:32:33 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 22:32:33 +0000
commit543bd0740253a8d6e5076568c3b09553f0aa96f6 (patch)
tree0eae7c5f7bc77c6c60a9c01c47eddb99a194e28c /funcs
parent3bc7e211a435c49aa70ad227799bd7b0c40356a1 (diff)
Function works fine, but the documentation is backwards.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58933 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_realtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c
index cab52a588..6f52d6b78 100644
--- a/funcs/func_realtime.c
+++ b/funcs/func_realtime.c
@@ -134,8 +134,8 @@ struct ast_custom_function realtime_function = {
"REALTIME(....)= will write a new value/field to the repository. On a\n"
"read, this function returns a delimited text string. The name/value \n"
"pairs are delimited by delim1, and the name and value are delimited \n"
- "between each other with delim2. The default for delim1 is '=' and \n"
- "the default for delim2 is '|'. If there is no match, NULL will be \n"
+ "between each other with delim2. The default for delim1 is '|' and \n"
+ "the default for delim2 is '='. If there is no match, NULL will be \n"
"returned by the function. On a write, this function will always \n"
"return NULL. \n",
.read = function_realtime_read,