[asterisk-commits] seanbright: trunk r302836 - /trunk/main/config.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 19 17:53:49 CST 2011


Author: seanbright
Date: Wed Jan 19 17:53:44 2011
New Revision: 302836

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=302836
Log:
Clarify a source comment about configuration template categories.

(closes issue #18578)
Reported by: astmiv
Patches:
      asterisk.main.config.2.patch uploaded by astmiv (license 1189)

Modified:
    trunk/main/config.c

Modified: trunk/main/config.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/config.c?view=diff&rev=302836&r1=302835&r2=302836
==============================================================================
--- trunk/main/config.c (original)
+++ trunk/main/config.c Wed Jan 19 17:53:44 2011
@@ -947,9 +947,9 @@
 		 * [foo]	define a new category named 'foo'
 		 * [foo](!)	define a new template category named 'foo'
 		 * [foo](+)	append to category 'foo', error if foo does not exist.
-		 * [foo](a)	define a new category and inherit from template a.
-		 *		You can put a comma-separated list of templates and '!' and '+'
-		 *		between parentheses, with obvious meaning.
+		 * [foo](a)	define a new category and inherit from category or template a.
+		 *		You can put a comma-separated list of categories and templates
+		 *		and '!' and '+' between parentheses, with obvious meaning.
 		 */
 		struct ast_category *newcat = NULL;
 		char *catname;




More information about the asterisk-commits mailing list