]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
The app name in the documentation must match what we register the application
authorMatthew Nicholson <mnicholson@digium.com>
Wed, 5 Oct 2011 16:31:21 +0000 (16:31 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Wed, 5 Oct 2011 16:31:21 +0000 (16:31 +0000)
as.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@339505 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_fax.c

index 933f980fc77280a139e17289299bf50ce6f04981..ff8c13098ec6f1049cc6980d2611225ecf785954 100644 (file)
@@ -64,7 +64,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include "asterisk/ast_version.h"
 
 /*** DOCUMENTATION
-       <application name="ReceiveFax" language="en_US">
+       <application name="ReceiveFAX" language="en_US">
                <synopsis>
                        Receive a FAX and save as a TIFF/F file.
                </synopsis>
@@ -93,7 +93,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        <ref type="function">FAXOPT</ref>
                </see-also>
        </application>
-       <application name="SendFax" language="en_US">
+       <application name="SendFAX" language="en_US">
                <synopsis>
                        Sends a specified TIFF/F file as a FAX.
                </synopsis>