From 6abfc32125a043d9e81c3e9bbd450b8414b8194a Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Wed, 19 Jan 2011 23:53:44 +0000 Subject: 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) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@302836 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/config.c') diff --git a/main/config.c b/main/config.c index d763adac4..0a994ea0d 100644 --- a/main/config.c +++ b/main/config.c @@ -947,9 +947,9 @@ static int process_text_line(struct ast_config *cfg, struct ast_category **cat, * [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; -- cgit v1.2.3