[asterisk-commits] eliel: branch group/appdocsxml r148249 - /team/group/appdocsxml/apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 10 09:01:33 CDT 2008
Author: eliel
Date: Fri Oct 10 09:01:33 2008
New Revision: 148249
URL: http://svn.digium.com/view/asterisk?view=rev&rev=148249
Log:
CLI commands inside <para> elements must be between <astcli> tags, for two reasons:
1) Tracking of cli commands inside documentation.
2) Colorization.
Modified:
team/group/appdocsxml/apps/app_record.c
Modified: team/group/appdocsxml/apps/app_record.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_record.c?view=diff&rev=148249&r1=148248&r2=148249
==============================================================================
--- team/group/appdocsxml/apps/app_record.c (original)
+++ team/group/appdocsxml/apps/app_record.c Fri Oct 10 09:01:33 2008
@@ -81,7 +81,7 @@
<description>
<para>If filename contains <literal>%d</literal>, these characters will be replaced with a number
incremented by one each time the file is recorded.
- Use <literal>core show file formats</literal> to see the available formats on your system
+ Use <astcli>core show file formats</astcli> to see the available formats on your system
User can press <literal>#</literal> to terminate the recording and continue to the next priority.
If the user hangup during a recording, all data will be lost and the application will teminate.</para>
<variablelist>
More information about the asterisk-commits
mailing list