[svn-commits] tilghman: trunk r66822 - in /trunk: ./ doc/asterisk.8
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu May 31 16:04:33 MST 2007
Author: tilghman
Date: Thu May 31 18:04:32 2007
New Revision: 66822
URL: http://svn.digium.com/view/asterisk?view=rev&rev=66822
Log:
Merged revisions 66821 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r66821 | tilghman | 2007-05-31 18:03:28 -0500 (Thu, 31 May 2007) | 2 lines
Issue 9850 - update preferred command line syntax
........
Modified:
trunk/ (props changed)
trunk/doc/asterisk.8
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/doc/asterisk.8
URL: http://svn.digium.com/view/asterisk/trunk/doc/asterisk.8?view=diff&rev=66822&r1=66821&r2=66822
==============================================================================
--- trunk/doc/asterisk.8 (original)
+++ trunk/doc/asterisk.8 Thu May 31 18:04:32 2007
@@ -165,7 +165,7 @@
.PP
\fBasterisk -vvvgc\fR - Run on controlling terminal
.PP
-\fBasterisk -rx "show channels"\fR - Display channels on running server
+\fBasterisk -rx "core show channels"\fR - Display channels on running server
.SH "BUGS"
.PP
Bug reports and feature requests may be filed at http://bugs.digium.com
@@ -173,9 +173,11 @@
.PP
*CLI> \fBhelp\fR - Help on Asterisk CLI
.PP
-*CLI> \fBshow applications\fR - Show loaded dialplan applications
+*CLI> \fBcore show applications\fR - Show loaded dialplan applications
.PP
-*CLI> \fBshow functions\fR - Show loaded dialplan functions
+*CLI> \fBcore show functions\fR - Show loaded dialplan functions
+.PP
+*CLI> \fBdialplan show\fR - Show current dialplan
.PP
http://www.asterisk.org - The Asterisk Home Page
.PP
@@ -190,4 +192,4 @@
.PP
Mark Spencer <markster at digium.com>
.PP
-Countless other contributers, see CREDITS with distribution for more information
+Countless other contributors, see CREDITS with distribution for more information
More information about the svn-commits
mailing list