[svn-commits] eliel: branch group/appdocsxml r152128 - /team/group/appdocsxml/apps/app_page.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Oct 26 16:37:09 CDT 2008


Author: eliel
Date: Sun Oct 26 16:37:09 2008
New Revision: 152128

URL: http://svn.digium.com/view/asterisk?view=rev&rev=152128
Log:
Fix some formatting issues (spaces, etc) inside the Page() application XML documentation.

Modified:
    team/group/appdocsxml/apps/app_page.c

Modified: team/group/appdocsxml/apps/app_page.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_page.c?view=diff&rev=152128&r1=152127&r2=152128
==============================================================================
--- team/group/appdocsxml/apps/app_page.c (original)
+++ team/group/appdocsxml/apps/app_page.c Sun Oct 26 16:37:09 2008
@@ -57,7 +57,8 @@
 				</argument>
 				<para>Specification of the device(s) to dial. 
 				These must be in the format of <literal>Technology/Resource</literal>, where <replaceable>Technology</replaceable>
-				represents a particular channel driver, and <replaceable>Resource</replaceable>represents a resource available to that particular channel driver.</para>
+				represents a particular channel driver, and <replaceable>Resource</replaceable> represents a resource
+				available to that particular channel driver.</para>
 			</parameter>
 			<parameter name="d" required="false">
 				<para>Full duplex audio</para>
@@ -73,8 +74,8 @@
 			</parameter>
 		</syntax>
 		<description>
-			<para>Places outbound calls to the given <replaceable>technology</replaceable> / <replaceable>resource</replaceable> and dumps
-			them into a conference bridge as muted participants. The original
+			<para>Places outbound calls to the given <replaceable>technology</replaceable>/<replaceable>resource</replaceable>
+			and dumps them into a conference bridge as muted participants. The original
 			caller is dumped into conference as a speaker and the room is
 			destroyed when the original callers leaves.</para>
 		</description>




More information about the svn-commits mailing list