summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 04:29:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 04:29:16 +0000
commit73c6bb9982d1cbb52a19c791cf41e079724a3e55 (patch)
treefc693b422bf2ecb030abd56eb4067df73d739d42 /usr
parent9c09812807d9085ff7f469469d4fef74b3af4f3b (diff)
downloadpfsense-73c6bb9982d1cbb52a19c791cf41e079724a3e55.zip
pfsense-73c6bb9982d1cbb52a19c791cf41e079724a3e55.tar.gz
Correct doc comment for cap configure
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php
index a2e2259..0041c5d 100755
--- a/usr/local/www/xmlrpc.php
+++ b/usr/local/www/xmlrpc.php
@@ -122,7 +122,7 @@ function get_notices_xmlrpc($raw_params) {
return $response;
}
-$carp_configure_doc = 'Basic XMLRPC wrapper for rc.reboot.';
+$carp_configure_doc = 'Basic XMLRPC wrapper for configuring carp interfaces.';
$carp_configure_sig = array(array($XML_RPC_Boolean, $XML_RPC_String));
function interfaces_carp_configure_xmlrpc($raw_params) {
interfaces_carp_bringup();
OpenPOWER on IntegriCloud