[svn-commits] oej: trunk r46514 - /trunk/funcs/func_module.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Oct 30 14:56:48 MST 2006


Author: oej
Date: Mon Oct 30 15:56:48 2006
New Revision: 46514

URL: http://svn.digium.com/view/asterisk?rev=46514&view=rev
Log:
show, list, view, display... whatever.

Modified:
    trunk/funcs/func_module.c

Modified: trunk/funcs/func_module.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_module.c?rev=46514&r1=46513&r2=46514&view=diff
==============================================================================
--- trunk/funcs/func_module.c (original)
+++ trunk/funcs/func_module.c Mon Oct 30 15:56:48 2006
@@ -59,7 +59,7 @@
 	.syntax = "IFMODULE(<modulename.so>)",
 	.read = ifmodule_read,
 	.desc = "Checks if a module is loaded. Use the full module name\n"
-		"as shown by the list in \"show modules\". \n"
+		"as shown by the list in \"module list\". \n"
 		"Returns \"1\" if module exists in memory, otherwise \"0\".\n",
 };
 



More information about the svn-commits mailing list