Index: res/res_phoneprov.c
===================================================================
--- res/res_phoneprov.c	(revision 199221)
+++ res/res_phoneprov.c	(working copy)
@@ -65,6 +65,21 @@
 
 #define VAR_BUF_SIZE 4096
 
+/*** DOCUMENTATION
+	
+		
+			Execute specified template for each extension.
+		
+		
+			
+			
+		
+		
+			Output the specified template for each extension associated with the specified MAC address.
+		
+	
+ ***/
+
 /*! \brief for use in lookup_iface */
 static struct in_addr __ourip = { .s_addr = 0x00000000, };
 
@@ -1195,11 +1210,6 @@
 
 static struct ast_custom_function pp_each_extension_function = {
 	.name = "PP_EACH_EXTENSION",
-	.synopsis = "Execute specified template for each extension",
-	.syntax = "PP_EACH_EXTENSION(|)",
-	.desc =
-		"Output the specified template for each extension associated with the specified\n"
-		"MAC address.",
 	.read = pp_each_extension_read,
 	.read2 = pp_each_extension_read2,
 };