diff --git a/src/modules/kex/doc/kex_admin.xml b/src/modules/kex/doc/kex_admin.xml index d6971e69633..f7750daa1a1 100644 --- a/src/modules/kex/doc/kex_admin.xml +++ b/src/modules/kex/doc/kex_admin.xml @@ -556,73 +556,6 @@ resetdebug(); ... -
- - <function moreinfo="none">get_statistics</function> - - - Print the list of available internal statistics. - - - Name: stats.get_statistics - - Parameters: statsid - which statistics to - be printed. If set to 'all' then all statistics are printed; if - set to 'statsgroup:' then all statistics in the group are printed; - if set to 'statsname' then the statistics identified by the name - is printed. - - RPC Command Format: - - -... -&kamcmd; stats.get_statistics -... - -
-
- - <function moreinfo="none">stats.reset_statistics</function> - - - Reset internal statistics. - - - Name: stats.reset_statistics - - Parameters: statsid - which statistics to - be reset, give as name. - - RPC Command Format: - - -... -&kamcmd; stats.reset_statistics _statsid_ -... - -
-
- - <function moreinfo="none">stats.clear_statistics</function> - - - Return statistics and reset their value in one command. - - - Name: stats.clear_statistics - - Parameters: statsid - same as for - get_statistics. - - RPC Command Format: - - -... -&kamcmd; stats.clear_statistics _statsid_ -... - -
-
<function moreinfo="none">pkg.stats</function> diff --git a/src/modules/mohqueue/doc/mohqueue_admin.xml b/src/modules/mohqueue/doc/mohqueue_admin.xml index d44350dd651..e159095a035 100644 --- a/src/modules/mohqueue/doc/mohqueue_admin.xml +++ b/src/modules/mohqueue/doc/mohqueue_admin.xml @@ -515,7 +515,9 @@ payload types. <function moreinfo="none">mohqueue.debug</function> -Turns debugging on or off for a queue. The first paramater is the queue name and the second is a number indicating whether debugging should be turned off or on (0=off, <>0=on). + Turns debugging on or off for a queue. + The first paramater is the queue name and the second is a number indicating + whether debugging should be turned off or on (0 = off; non-0 = on). <function>rpc.debug</function> usage: diff --git a/src/modules/mqueue/doc/mqueue_admin.xml b/src/modules/mqueue/doc/mqueue_admin.xml index b6d54ae9858..0a4f248ed23 100644 --- a/src/modules/mqueue/doc/mqueue_admin.xml +++ b/src/modules/mqueue/doc/mqueue_admin.xml @@ -222,6 +222,7 @@ xlog("L_INFO", "Size of queue is: $var(q_size)\n"); ... +
diff --git a/src/modules/permissions/doc/permissions_admin.xml b/src/modules/permissions/doc/permissions_admin.xml index 40153912a48..6579b7dfb1a 100644 --- a/src/modules/permissions/doc/permissions_admin.xml +++ b/src/modules/permissions/doc/permissions_admin.xml @@ -1201,7 +1201,6 @@ if (allow_trusted("$si", "$proto")) { -
RPC Commands
diff --git a/src/modules/sanity/doc/sanity_admin.xml b/src/modules/sanity/doc/sanity_admin.xml index 3b3df342530..f957f735fc3 100644 --- a/src/modules/sanity/doc/sanity_admin.xml +++ b/src/modules/sanity/doc/sanity_admin.xml @@ -110,6 +110,7 @@ duplicated To/From tags (4096) - checks for the presence of duplicated tags in To/From headers. + authorization header (8192) - checks if the Authorization is valid