[Asterisk-cvs] asterisk/funcs func_db.c,1.3,1.4

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu May 19 16:26:41 CDT 2005


Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv14874/funcs

Modified Files:
	func_db.c 
Log Message:
minor doc fixes


Index: func_db.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/func_db.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- func_db.c	19 May 2005 17:49:14 -0000	1.3
+++ func_db.c	19 May 2005 20:31:39 -0000	1.4
@@ -100,7 +100,7 @@
 		"will write a value to the database.  On a read, this function\n"
 		"returns the value from the datase, or NULL if it does not exist.\n"
 		"On a write, this function will always return NULL.  Reading a database value\n"
-		"will also set the global variable DB_RESULT.\n",
+		"will also set the variable DB_RESULT.\n",
 	.read = function_db_read,
 	.write = function_db_write,
 };
@@ -148,7 +148,7 @@
 	.syntax = "DB_EXISTS(<family>/<key>)",
 	.desc = "This function will check to see if a key exists in the Asterisk\n"
 		"database. If it exists, the function will return \"1\". If not,\n"
-		"it will return \"0\".  Checking for existance of database value will\n"
-		"also set the global variable DB_RESULT to that value if it exists.\n",
+		"it will return \"0\".  Checking for existence of a database key will\n"
+		"also set the variable DB_RESULT to the key's value if it exists.\n",
 	.read = function_db_exists,
 };




More information about the svn-commits mailing list